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 withconfigureScope
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 fromSentryReleaseOptions
(#4109)