MCPcopy Create free account
hub / github.com/aptabase/aptabase / initAnalytics

Function initAnalytics

src/webapp/analytics.ts:12–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10const appKey = region ? appKeys[region] : isDevelopment ? devAppKey : undefined;
11
12export function initAnalytics() {
13 if (!appKey) return;
14
15 init(appKey, {
16 appVersion: import.meta.env.APP_VERSION,
17 isDebug: isDevelopment,
18 });
19}

Callers 1

main.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected