Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion context/commandments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commandments:

nextjs:
# Initialization
- For Next.js 15.3+, initialize PostHog in instrumentation-client.ts for the simplest setup
- 'Initialize client-side PostHog in exactly one place, based on the "next" version in package.json: on 15.3 and later, use instrumentation-client.ts; below 15.3, use a "use client" PostHogProvider in the root layout (or _app), because instrumentation-client.ts is ignored there'

nextjs-feature-flags:
# Client-side feature flags
Expand Down
Loading