There was an error while loading. Please reload this page.
1 parent 28c071e commit 22f845dCopy full SHA for 22f845d
src/v2/components/Providers/PostHogProvider.tsx
@@ -34,13 +34,9 @@ if (typeof window !== "undefined") {
34
35
persistence: "memory",
36
37
- // Disable in development
+ // Disable PostHog on Guild Classic
38
loaded: (ph) => {
39
- if (
40
- process.env.NODE_ENV !== "production" ||
41
- window.location.host !== "guild.xyz"
42
- )
43
- ph.opt_out_capturing()
+ ph.opt_out_capturing()
44
},
45
})
46
}
0 commit comments