Skip to content

9.8.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 03 Nov 15:05
a8e3ded

⚠️ iOS: FFI + symbol stripping issue
This release has FFI usage on iOS/macOS. In some setups, iOS may stop sending events in production builds due to symbol stripping. To fix this, set Stripping Style to Non-Global in your Xcode build settings. If you come across this issue please report it as an issue in the GitHub repository.

Features

Enhancements

  • Refactor setExtra and removeExtra to use FFI/JNI (#3314)
  • Refactor setTag and removeTag to use FFI/JNI (#3313)
  • Refactor setContexts and removeContexts to use FFI/JNI (#3312)
  • Refactor setUser to use FFI/JNI (#3295)
  • Refactor native breadcrumbs sync to use FFI/JNI (#3293)
  • Refactor app hang and crash apis to use FFI/JNI (#3289)
  • Refactor AndroidReplayRecorder to use the new worker isolate api (#3296)
  • Refactor fetching app start and display refresh rate to use FFI and JNI (#3288)
  • Offload captureEnvelope to background isolate for Cocoa and Android (#3232)
  • Add sentry.replay_id to flutter logs (#3257)

Fixes

  • Fix unsafe json access in sentry_device (#3309)