Requested by: @jamescrosswell
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features ✨
Logs
Other
- feat(serilog): support restrictedToMinimumLevel when configuring Serilog in code by @jamescrosswell in #5181
- Attachments can now be sent with transactions by setting
AddToTransactions on SentryAttachment #5182 by @jamescrosswell in #5182
- Added
SentrySdk.RecordTransaction to record already-completed transactions and spans (e.g. replayed through a proxy) #5333 by @jamescrosswell in #5333
- The
Environment set on the Scope now gets synchronized to the native layers (sentry-cocoa and sentry-native) by @bitsandfoxes in #5365
Fixes 🐛
- fix:
SentrySpanProcessor no longer leaks spans whose Activity never ends (e.g. aborted requests); the Activity is now held via a WeakReference so orphaned spans are pruned once it is garbage-collected. by @Ermabo in #5393
- The SDK was incorrectly ignoring server rate limits for errors, check-ins, and logs by @jamescrosswell in #5412
- fix: BackpressureMonitor.Dispose() no longer deadlocks on single-threaded targets by @jamescrosswell in #5330
- fix: Create a single TaskBlockingListener per process for CaptureBlockingCalls by @jamescrosswell in #5381
Dependencies ⬆️
Deps
- chore(deps): update CLI to v3.6.1 by @github-actions in #5417
- chore(deps): update Native SDK to v0.15.4 by @github-actions in #5416
- chore(deps): update Cocoa SDK to v9.22.0 by @github-actions in #5395
- chore(deps): update Java SDK to v8.49.0 by @github-actions in #5398
Other
Requested by: @jamescrosswell
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features ✨
Logs
log4netintegration by @Flash0ver in #5172NLogintegration by @Flash0ver in #5176Other
AddToTransactionsonSentryAttachment#5182 by @jamescrosswell in #5182SentrySdk.RecordTransactionto record already-completed transactions and spans (e.g. replayed through a proxy) #5333 by @jamescrosswell in #5333Environmentset on theScopenow gets synchronized to the native layers (sentry-cocoaandsentry-native) by @bitsandfoxes in #5365Fixes 🐛
SentrySpanProcessorno longer leaks spans whose Activity never ends (e.g. aborted requests); the Activity is now held via aWeakReferenceso orphaned spans are pruned once it is garbage-collected. by @Ermabo in #5393Dependencies ⬆️
Deps
Other