Skip to content

Commit 2bcbe3a

Browse files
authored
feat(sentry): Store previous trace information in sessionStorage (#13109)
* feat(sentry): Store previous trace information in `sessionStorage` * rem accidental import
1 parent f219234 commit 2bcbe3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sentry.client.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Sentry.init({
3131
filterKeys: ['sentry-docs'],
3232
behaviour: 'apply-tag-if-contains-third-party-frames',
3333
}),
34+
Sentry.browserTracingIntegration({
35+
linkPreviousTrace: 'session-storage',
36+
}),
3437
],
3538
});
3639

0 commit comments

Comments
 (0)