Skip to content

7.7.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 24 Nov 14:35
651d671

Features

  • Added logsOrigin to Sentry Options (#5354)
    • You can now choose which logs are captured: 'native' for logs from native code only, 'js' for logs from the JavaScript layer only, or 'all' for both layers.
    • Takes effect only if enableLogs is true and defaults to 'all', preserving previous behavior.
  • Add beforeErrorSampling callback to mobileReplayIntegration (#5393)

Fixes

  • Preserves interaction span context during app restart to allow proper replay capture (#5386)
  • Discard empty Route Change transactions (#5387)

Dependencies