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 cb148ba commit db540a5Copy full SHA for db540a5
instrumentation-client.ts
@@ -12,6 +12,7 @@ Sentry.init({
12
Sentry.replayIntegration({
13
maskAllText: false,
14
maskAllInputs: false,
15
+ stickySession: true,
16
}),
17
],
18
enabled: process.env.NODE_ENV === "production",
0 commit comments