Skip to content

3.61.1

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 10:59
Immutable release. Only release title and notes can be modified.
6e70aa2

Patch Changes

  • b5bdba8: Session replay: skip native event-trigger gating when running under React Native (postHogSdkName == "posthog-react-native"). React Native evaluates sessionRecording.eventTriggers in its JS layer and drives recording via explicit startSessionRecording calls; the native gate could never be satisfied because JS-captured events never reach the native capture pipeline, so event-triggered replay never recorded on RN. The linked-flag and sampling gates are unchanged, and non-RN behavior is unaffected.