Skip to content

4.0.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 13 Nov 00:42

Features

  • The SDK automatically subscribes to and leaves breadcrumbs for Application.lowMemory events (#2406)
  • The SDK now also reports the currently allocated memory when reporting an event or transaction. (#2398)
  • The SDK defaults EnvironmentUser to sensible values based on the current platform. This is still guarded by the SendDefaultPII flag. (#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 WatchdogTerminationIntegration now defaults to false as to not report false positives. Users can control this through the option IosWatchdogTerminationIntegrationEnabled (#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 origin and sdk attributes 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)

Dependencies