Skip to content

@posthog/next@0.6.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 22:21
Immutable release. Only release title and notes can be modified.
2a60c21

0.6.0

Minor Changes

  • #3925 1b0191c Thanks @dustinbyrne! - Enable exception capture by default.
    • Client-side PostHog initialization now sets capture_exceptions: true by default. Pass clientOptions.capture_exceptions to override this.
    • Apps can export onRequestError from @posthog/next in instrumentation.ts to capture server-side request errors handled by Next.js, including in the Edge runtime.
    • Alternatively, import captureRequestError and call it from onRequestError. (2026-06-23)

Patch Changes

  • Updated dependencies [6391106]:
    • posthog-node@5.38.4