Skip to content

5.7.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 02 May 23:34

Features

  • When setting a transaction on the scope, the SDK will attempt to sync the transaction's trace context with the SDK on the native layer. Finishing a transaction will now also start a new trace (#4153)
  • Added CaptureFeedback overload with configureScope parameter (#4073)
  • Custom SessionReplay masks in MAUI Android apps (#4121)

Fixes

  • Work around iOS SHA1 bug (#4143)
  • Prevent Auto Breadcrumbs Event Binder from leaking and rebinding events (#4159)
  • Fixes build error when building .NET Framework applications using Sentry 5.6.0: MSB4185 :The function "IsWindows" on type "System.OperatingSystem" is not available (#4160)
  • Added a SentrySetCommitReleaseOptions build property that can be specified separately from SentryReleaseOptions (#4109)

Dependencies