try cross domain support
This commit is contained in:
@@ -63,7 +63,7 @@ function AllProviders({ children }: { children: React.ReactNode }) {
|
|||||||
disableTransitionOnChange
|
disableTransitionOnChange
|
||||||
>
|
>
|
||||||
<OpenpanelProvider
|
<OpenpanelProvider
|
||||||
clientId="7f1a992c-12bf-4def-b636-4aee3139e85d"
|
clientId="bda63168-ca41-4eb2-b9a4-24e6bb6d9d1b"
|
||||||
profileId={userId || undefined}
|
profileId={userId || undefined}
|
||||||
trackScreenViews
|
trackScreenViews
|
||||||
trackOutgoingLinks
|
trackOutgoingLinks
|
||||||
|
|||||||
@@ -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: 'e884ef1b-52d7-430a-b2c5-69c432faeba4',
|
clientId: 'bda63168-ca41-4eb2-b9a4-24e6bb6d9d1b',
|
||||||
trackScreenViews: true,
|
trackScreenViews: true,
|
||||||
trackOutgoingLinks: true,
|
trackOutgoingLinks: true,
|
||||||
trackAttributes: true,
|
trackAttributes: true,
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ export default function RootLayout({
|
|||||||
<Footer />
|
<Footer />
|
||||||
</body>
|
</body>
|
||||||
<OpenpanelProvider
|
<OpenpanelProvider
|
||||||
clientId="301c6dc1-424c-4bc3-9886-a8beab09b615"
|
clientId="bda63168-ca41-4eb2-b9a4-24e6bb6d9d1b"
|
||||||
trackAttributes
|
trackAttributes
|
||||||
trackScreenViews
|
trackScreenViews
|
||||||
trackOutgoingLinks
|
trackOutgoingLinks
|
||||||
|
|||||||
Reference in New Issue
Block a user