chore(deps): update sentry-dotnet monorepo to 4.13.0 #222
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.6.2
->4.13.0
4.6.2
->4.13.0
Release Notes
getsentry/sentry-dotnet (Sentry.AspNetCore)
v4.13.0
Compare Source
Features
Fixes
Dependencies
v4.12.2
Compare Source
Features
SetBeforeScreenshotCapture
callback to the options: allowing the user to set an action before the screenshot is taken (#3661)Sentry.AspNetCore.Blazor.WebAssembly
generally available. (#3674)Fixes
sentry.native.android.dotnet
(#3682)Dependencies
System.Text.Json
from v6.0.8 to v6.0.10 (#3704)v4.12.1
Compare Source
Fixes
Dependencies
v4.12.0
Compare Source
Support for Xcode 16.0 (BREAKING CHANGE)
If you are using Xcode 16.0, you will need to update the SDK to version
4.12.0
or later.If you are still using Xcode 15.4 or earlier, you need to continue to use version
4.11.0
or earlier.Using Xcode 16 to build .NET applications targeting iOS and Mac Catalyst requires .NET workload for iOS SDK version 18.0.8303. We built the SDK version 4.12.0 using Xcode 16 in order to support this scenario. That, unfortunately, breaks folks using older version of Xcode.
As such, if you are using SDK version
4.12.x
and targeting iOS or Mac Catalyst, you will need to install and use Xcode 16 andworkload iOS SDK 18.0.8303
Note that .NET 9 will also support Xcode 16, when it is released next month (Nov 2024).
API Changes
SentrySdk.Metrics
module is deprecated and will be removed in the next major release.Sentry will reject all metrics sent after October 7, 2024.
Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics (#3619)
Fixes
Features
DisableFileWrite
to allow users to opt-out of all file writing operations. Note that toggling this will affect features such as offline caching and auto-session tracking and release health as these rely on some file persistency (#3614, #3641)Dependencies
e343a0c
(#3492)v4.11.0
Compare Source
Features
Sentry.SeriLog
orSentry.Extensions.Logging
integrations. (#3584)Fixes
FormatException
forProcessorFrequency
when trying to report native events (#3541)API Changes
SentrySdk.StartTransaction()
now returns aNoOpTransaction
, which avoids unnecessary memory allocations (#3581)Dependencies
v4.10.2
Compare Source
Various fixes & improvements
Hub.Dispose
(#3539) by @bitsandfoxesDependencies
v4.10.1
Compare Source
Fixes
Dependencies
v4.10.0
Compare Source
Features
Sentry.AspNetCore.Blazor.WebAssembly
now targets .NET 8 specifically, allowing for proper dependency resolution (#3501)Fixes
WPF
,WinForms
orAvalonia
withPublishAot
enabled, the SDK no longers throws aDllNotFoundException
trying to initializesentry-native
(#3411)Unable to load DLL sentry-native or one of its dependencies
FormatException
when trying to report native events (#3485)SentryMessageHandler
(#3477)Dependencies
v4.9.0
Compare Source
Fixes
Features
API Changes
v4.8.1
Compare Source
Fixes
FirstChanceException
workaround for WinUI (#3411)Dependencies
v4.8.0
Compare Source
Obsoletion
Features
Sentry.AspNetCore.Blazor.WebAssembly
. This packages provides you with an extension toWebAssemblyHostBuilder
to allow SDK configuration via the builder pattern. This package gives us an entry point and the ability to extend the SDKs support and out-of-the-box offering. You can follow the progress and leave feedback either (here) for extending the support for Blazor Server or (here) for Blazor WebAssembly support (#3386)Fixes
Scope.User.Id
now correctly defaults to the InstallationId unless it has been set otherwise (#3425)Dependencies
v4.7.0
Compare Source
API Changes
Features
SentrySdk.CaptureCheckIn
(#3330)SentrySdk.RunAsyncVoid
helper method that lets you capture exceptions fromasync void
methods (#3379)Fixes
Dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.