We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b9504 commit 5c5fa5aCopy full SHA for 5c5fa5a
packages/integration-tests/fixtures/release-value-with-quotes/input/bundle.js
@@ -1,3 +1,3 @@
1
// Simply output the metadata to the console so it can be checked in a test
2
// eslint-disable-next-line no-console, @typescript-eslint/no-unsafe-member-access
3
-console.log(JSON.stringify(global.SENTRY_RELEASE.id));
+console.log(global.SENTRY_RELEASE.id);
0 commit comments