Skip to content

Commit a4385ed

Browse files
authored
fix: posthog tracking errors
1 parent c197219 commit a4385ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/use-posthog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ window.posthogInitialized = false
55
export default () => {
66
const isDesktop = Boolean(useElectron())
77
if (!window.posthogInitialized) {
8-
posthog.init("8ieaFOCUBS195OEkGCHl84_DsY03sSPKpzV00JYjf7M", {
8+
posthog.init("dSrx1PbFd02XsxlLd7qNbeTxKZwwao2sclVmapyYlT4", {
99
api_host: "https://posthog.universaldatatool.com",
1010
autocapture: false,
1111
})

0 commit comments

Comments
 (0)