We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c197219 commit a4385edCopy full SHA for a4385ed
src/utils/use-posthog.js
@@ -5,7 +5,7 @@ window.posthogInitialized = false
5
export default () => {
6
const isDesktop = Boolean(useElectron())
7
if (!window.posthogInitialized) {
8
- posthog.init("8ieaFOCUBS195OEkGCHl84_DsY03sSPKpzV00JYjf7M", {
+ posthog.init("dSrx1PbFd02XsxlLd7qNbeTxKZwwao2sclVmapyYlT4", {
9
api_host: "https://posthog.universaldatatool.com",
10
autocapture: false,
11
})
0 commit comments