···1111 dsn: env.NEXT_PUBLIC_SENTRY_DSN,
12121313 // Adjust this value in production, or use tracesSampler for greater control
1414- tracesSampleRate: 0,
1414+ tracesSampleRate: 0.2,
15151616 // Setting this option to true will print useful information to the console while you're setting up Sentry.
1717 debug: false,
+1-1
apps/web/sentry.server.config.ts
···1111 dsn: env.NEXT_PUBLIC_SENTRY_DSN,
12121313 // Adjust this value in production, or use tracesSampler for greater control
1414- tracesSampleRate: 0,
1414+ tracesSampleRate: 0.2,
15151616 // Setting this option to true will print useful information to the console while you're setting up Sentry.
1717 debug: false,