Skip to content

4.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 09 Oct 17:48

Breaking Changes

  • The SDK will now always add a breadcrumb when capturing an exception. The option to opt-out of this has been removed. (#2335)
  • The deprecated Runtime- and BuildTime-Configuration have been removed in favor of the single OptionsConfiguration script. When migrating you can make use of preprocessor directives to set specific options for specific platforms. Check out the (Migration Guide). (#2337)

Features

Fixes

  • Fixed crashes when adding breadcrumbs on iOS/macOS. This was caused by invalid date parsing and corrupted string data in the native bridge responsible for scope sync (#2327, #2338)
  • Fixed input handling in samples to work with old and new input system (#2319)
  • The SDK now captures exceptions on WebGL through the logging integration instead of the incompatible log handler, providing better stack trace support . (#2322)
  • Fixed input handling in samples to work with old and new input system. (#2319)

Dependencies