Skip to content

Commit 2a27c67

Browse files
committed
Re-enable sentry tracing
1 parent 344caa4 commit 2a27c67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/instrument.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if (SENTRY_DSN) {
1010
console.log('Setting up sentry...');
1111
Sentry.init({
1212
dsn: SENTRY_DSN,
13+
tracesSampleRate: 1.0,
1314
});
1415
} else {
1516
console.log('Skipped sentry setup, SENTRY_DSN not provided');

0 commit comments

Comments
 (0)