4.0.0-beta.3
Pre-release
Pre-release
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
OptionsConfigurationscript. 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)