Skip to content

Commit db540a5

Browse files
committed
add stickySession option to Sentry replay integration
1 parent cb148ba commit db540a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instrumentation-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Sentry.init({
1212
Sentry.replayIntegration({
1313
maskAllText: false,
1414
maskAllInputs: false,
15+
stickySession: true,
1516
}),
1617
],
1718
enabled: process.env.NODE_ENV === "production",

0 commit comments

Comments
 (0)