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 ac8a4b6 commit 3fab0b2Copy full SHA for 3fab0b2
packages/replay/src/session/clearSession.ts
@@ -2,7 +2,7 @@ import { REPLAY_SESSION_KEY, WINDOW } from '../../src/constants';
2
import type { ReplayContainer } from '../../src/types';
3
4
/**
5
- *
+ * Removes the session from Session Storage and unsets session in replay instance
6
*/
7
export function clearSession(replay: ReplayContainer): void {
8
deleteSession();
0 commit comments