Build configuration option to remove Google Analytics (#236)

This commit is contained in:
Adam Gross
2025-12-30 15:58:55 -08:00
committed by GitHub
parent 8b6d5a0939
commit ccdd732bbd
4 changed files with 47 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
/** No-op function for analytics. */
export function analyticsEvent(action: string, data?: any) { }