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 c43398e commit 9c70935Copy full SHA for 9c70935
src/configs/sentry.config.ts
@@ -12,7 +12,7 @@ export const initSentry = () => {
12
tracesSampleRate: 0.1,
13
14
// Setting this option to true will print useful information to the console while you're setting up Sentry.
15
- debug: true,
+ debug: false,
16
enabled: true,
17
18
// Capture 100% of the transactions for performance monitoring
0 commit comments