Skip to content

Commit e26d6cc

Browse files
committed
feat(samplerate): add sdk sample rate
1 parent c056ad7 commit e26d6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ try {
1616
}
1717

1818
if (config.SENTRY_DSN) {
19-
Sentry.init({ dsn: config.SENTRY_DSN });
19+
Sentry.init({ dsn: config.SENTRY_DSN, tracesSampleRate: 1 });
2020
}
2121

2222
const storage = new Storage({

0 commit comments

Comments
 (0)