Skip to content

@posthog/react-native-plugin@2.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 09:36
· 56 commits to main since this release
Immutable release. Only release title and notes can be modified.
9d30e9b

2.1.0

Minor Changes

  • #3861 c3a38fd Thanks @ioannisj! - Add addExceptionStep(message, properties?) for breadcrumb-style exception steps. Steps accumulate in a rolling, byte-bounded buffer (configurable via errorTracking.exceptionSteps) and are attached to every captured $exception as $exception_steps, giving the error tracking UI a timeline of recent activity before each error. When native crash capture is enabled, steps are forwarded to the embedded native SDK so native crashes carry the same timeline.
    (2026-06-19)