Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Aug 12, 2024
1 parent 76b9504 commit 5c5fa5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Simply output the metadata to the console so it can be checked in a test
// eslint-disable-next-line no-console, @typescript-eslint/no-unsafe-member-access
console.log(JSON.stringify(global.SENTRY_RELEASE.id));
console.log(global.SENTRY_RELEASE.id);

0 comments on commit 5c5fa5a

Please sign in to comment.