From c36f8f3a067004641771b25849e48e0b956abbeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Tue, 29 Oct 2024 21:12:20 +0100 Subject: [PATCH] chore(docs): update nextjs docs --- apps/docs/src/pages/docs/sdks/nextjs.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/src/pages/docs/sdks/nextjs.mdx b/apps/docs/src/pages/docs/sdks/nextjs.mdx index 189d7346..9165da0e 100644 --- a/apps/docs/src/pages/docs/sdks/nextjs.mdx +++ b/apps/docs/src/pages/docs/sdks/nextjs.mdx @@ -55,6 +55,7 @@ export default RootLayout({ children }) { - `profileId` - If you have a user id, you can pass it here to identify the user - `cdnUrl` - The url to the OpenPanel SDK (default: `https://openpanel.dev/op1.js`) - `filter` - This is a function that will be called before tracking an event. If it returns false the event will not be tracked. [Read more](#filter) +- `globalProperties` - This is an object of properties that will be sent with every event. ##### `filter`