Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
export
function
markSessionStartFired(): void {
51
try {
52
safeSessionStorage()?.setItem(SESSION_FIRED_KEY,
"1"
);
53
} catch {
54
/* ignore */
55
}
56
}
Callers
1
StudioApp
Function · 0.90
Calls
1
safeSessionStorage
Function · 0.90
Tested by
no test coverage detected