4.0.0-beta.5
Pre-release
Pre-release
Features
- The SDK automatically subscribes to and leaves breadcrumbs for
Application.lowMemoryevents (#2406) - The SDK now also reports the currently allocated memory when reporting an event or transaction. (#2398)
- The SDK defaults
EnvironmentUserto sensible values based on the current platform. This is still guarded by theSendDefaultPIIflag. (#2402)
Fixes
- Fixed the extension methods on the options to disable unhandled exception capture and the logging integration (#2413)
- Fixed the breadcrumb format for lifecycle events (#2407)
- When targeting iOS, the
WatchdogTerminationIntegrationnow defaults tofalseas to not report false positives. Users can control this through the optionIosWatchdogTerminationIntegrationEnabled(#2403) - The SDK now correctly sets the currently active scene's name on the event (#2400)
- Fixed an issue where screenshot capture triggered on a burst job would crash the game. The SDK can now also capture screenshots on events that occur outside of the main thread (#2392)
- Structured logs now have the
originandsdkattributes correctly set (#2390) - Resolved possible startup crashes on Android VR platforms like the Oculus Quest. The SDK no longer natively subscribes to interaction hooks for automatic tracing and breadcrumb creation. (#2393)
Features
- Strucutured Logs are not longer
experimental(#2401)