Skip to content

Commit

Permalink
revert changes on sentry.edge
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Nov 30, 2023
1 parent 1815309 commit e039aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry.edge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Sentry.init({
tracesSampleRate: ENVIRONMENT === 'production' ? 0.1 : 1.0,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: ENVIRONMENT == 'production',
debug: ENVIRONMENT !== 'production',
});

0 comments on commit e039aa2

Please sign in to comment.