MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / markSessionStartFired

Function markSessionStartFired

packages/studio/src/telemetry/config.ts:50–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50export function markSessionStartFired(): void {
51 try {
52 safeSessionStorage()?.setItem(SESSION_FIRED_KEY, "1");
53 } catch {
54 /* ignore */
55 }
56}

Callers 1

StudioAppFunction · 0.90

Calls 1

safeSessionStorageFunction · 0.90

Tested by

no test coverage detected