Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ isEnabled
Function
isEnabled
packages/studio/src/utils/studioTelemetry.ts:29–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
function
isEnabled(): boolean {
30
try {
31
return
localStorage.getItem(
"hf-studio-telemetry-opt-out"
) !==
"1"
;
32
} catch {
33
return
true;
34
}
35
}
36
37
function
getSessionProperties(): EventProperties {
38
return
{
Callers
1
trackStudioEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected