Thanks to visit codestin.com
Credit goes to github.com

Skip to content

3.34.0

Latest

Choose a tag to compare

@ioannisj ioannisj released this 15 Oct 12:52
  • feat: add config option to disable swizzling (#388)
  • feat: SDK instance now manages its own session (#388)

Note: A potentially breaking change for users with multiple SDK instances. Each SDK instance now manages its own $session_id instead of sharing a global session across all instances.
This aligns with PostHog JS SDK behavior and ensures proper session isolation when using multiple SDK instances.
For single-instance usage (the common case), this change has no impact.