Skip to content

8.25.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 03 Sep 11:37

Features

  • Copy app.vitals.start.screen and app.vitals.start.type onto standalone app.start children, including user spans under app.start.extended (#6631)
  • featureFlagsIntegration now forwards flag evaluations to the native SDKs, so flags are attached to native crashes too (#6613)

Fixes

  • Prevent silently dropped logs and spans on iOS with React Native >= 0.86 caused by an unreliable performance.timeOrigin (#6654)
  • Fix Metro bundler crash on Expo static/EAS Update exports (#6652)
  • No longer logs NSNull cannot be converted warnings on iOS with the New Architecture when clearing a scope context (#6651)
  • time_to_initial_display/time_to_full_display now measure the actual screen render for apps whose first navigation happens well after app start (#6626)

Internal

  • Resolve Metro from the app's project root when generating source maps (#6625)

Dependencies