MCPcopy 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
29function isEnabled(): boolean {
30 try {
31 return localStorage.getItem("hf-studio-telemetry-opt-out") !== "1";
32 } catch {
33 return true;
34 }
35}
36
37function getSessionProperties(): EventProperties {
38 return {

Callers 1

trackStudioEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected