You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. We should fix this. I wonder though whether Sentry itself supports quotes in releases. In any case this should probably not crash the build though.
Small note though: You're assigning a buffer to process.env. SENTRY_RELEASE which is probably not the best idea 😄 Maybe do .toString() or decode as utf8 so that it becomes a string.
Environment
Latest everything
Steps to Reproduce
process.env.SENTRY_RELEASE = execSync('git log -1 --pretty=%B')
Expected Result
If it's stored in a JSON, double quotes should be escaped appropriately.
Actual Result
The text was updated successfully, but these errors were encountered: