Skip to content

posthog-v7.35.5

Choose a tag to compare

@github-actions github-actions released this 03 Aug 07:36
Immutable release. Only release title and notes can be modified.
c58290d

Patch changes

  • 340eb2a Reset PostHog context after fork. Forked children no longer retain the parent process's active lexical context; they start without inherited context and can establish a new child-local context. — Thanks @marandaneto!
  • c95c9f9 Make client shutdown an atomic terminal boundary — Thanks @marandaneto!
  • c2b0972 Respect Celery task filters for exception capture — Thanks @marandaneto!