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 c056ad7 commit e26d6ccCopy full SHA for e26d6cc
server/src/index.ts
@@ -16,7 +16,7 @@ try {
16
}
17
18
if (config.SENTRY_DSN) {
19
- Sentry.init({ dsn: config.SENTRY_DSN });
+ Sentry.init({ dsn: config.SENTRY_DSN, tracesSampleRate: 1 });
20
21
22
const storage = new Storage({
0 commit comments