Skip to content

4.5.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 19 Jun 18:44

Fixes

  • The SDK now also syncs breadcrumb data to the native layer so they are available on events coming from the native SDKs (#2720)
  • Removed Lumin and Stadia platforms from the package's assembly definition to resolve compilation errors. (#2716)

Features

  • Extend the experimental sentry-native backend to Linux. Opt in via options.Experimental.LinuxBackend = LinuxBackend.Native. The sentry-native backend uploads crashes immediately through an out-of-process handler and enables further updates such as AppHangTracking support (#2708)

Dependencies