Skip to content

Commit 6e0aed2

Browse files
🔊 delay the session cookie debug telemetry date (#3895)
1 parent 6bcfbdd commit 6e0aed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/core/src/domain/session/sessionManager.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function detectSessionIdChange(configuration: Configuration, initialSessionState
213213
const time = dateNow() - sdkInitTime
214214
getSessionCookies()
215215
.then((cookie) => {
216-
// monitor-until: 2025-10-01, after investigation done
216+
// monitor-until: 2025-12-01, after RUM-10845 investigation done
217217
addTelemetryDebug('Session cookie changed', {
218218
time,
219219
session_age: sessionAge,

0 commit comments

Comments
 (0)