use correct client id

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-06-26 23:12:44 +02:00
parent d4b29dbd58
commit 69b4fdc3d3
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ function AllProviders({ children }: { children: React.ReactNode }) {
disableTransitionOnChange disableTransitionOnChange
> >
<OpenpanelProvider <OpenpanelProvider
clientId="bda63168-ca41-4eb2-b9a4-24e6bb6d9d1b" clientId="301c6dc1-424c-4bc3-9886-a8beab09b615"
profileId={userId || undefined} profileId={userId || undefined}
trackScreenViews trackScreenViews
trackOutgoingLinks trackOutgoingLinks

View File

@@ -27,7 +27,7 @@ export default function App({ Component, pageProps }: AppProps) {
(window.op.q = window.op.q || []).push(args); (window.op.q = window.op.q || []).push(args);
}; };
window.op('ctor', { window.op('ctor', {
clientId: 'bda63168-ca41-4eb2-b9a4-24e6bb6d9d1b', clientId: '301c6dc1-424c-4bc3-9886-a8beab09b615',
trackScreenViews: true, trackScreenViews: true,
trackOutgoingLinks: true, trackOutgoingLinks: true,
trackAttributes: true, trackAttributes: true,

View File

@@ -50,7 +50,7 @@ export default function RootLayout({
<Footer /> <Footer />
</body> </body>
<OpenpanelProvider <OpenpanelProvider
clientId="bda63168-ca41-4eb2-b9a4-24e6bb6d9d1b" clientId="301c6dc1-424c-4bc3-9886-a8beab09b615"
trackAttributes trackAttributes
trackScreenViews trackScreenViews
trackOutgoingLinks trackOutgoingLinks