We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a3384 commit 0e2eec0Copy full SHA for 0e2eec0
packages/browser/src/tracing/previousTrace.ts
@@ -16,7 +16,7 @@ export interface PreviousTraceInfo {
16
}
17
18
// 1h in seconds
19
-export const PREVIOUS_TRACE_MAX_DURATION = 216_000;
+export const PREVIOUS_TRACE_MAX_DURATION = 3600;
20
21
// session storage key
22
export const PREVIOUS_TRACE_KEY = 'sentry_previous_trace';
0 commit comments