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`