Bump Sentry from 4.13.0 to 5.16.0 #59
Open
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.
Updated Sentry from 4.13.0 to 5.16.0.
Release notes
Sourced from Sentry's releases.
5.16.0
Features
EnableBackpressureHandling
option for Automatic backpressure handling. When enabled this automatically reduces the sample rate when the SDK detects events being dropped. (#4452)Serilog
(#4462)Fixes
API Changes
ExperimentalAttribute
from all Structured Logs APIs, and removeExperimental
property fromSentrySdk
, but keepExperimental
property onSentryOptions
(#4567)Dependencies
5.15.1
Fixes
SentryOptions.Native.SuppressSignalAborts
andSuppressExcBadAccess
on iOS (#4521)Dependencies
5.15.1-maxpath.1
Fixes
SentryOptions.Native.SuppressSignalAborts
andSuppressExcBadAccess
on iOS (#4521)Dependencies
5.15.0
Features
params
(#4451)key
names ofMicrosoft.Extensions.Logging
attributes (#4450)Fixes
IDisposable
fromSentryStructuredLogger
. Disposal is intended through the owningIHub
instance (#4424)InvalidOperationException
potentially thrown during a race condition, especially in concurrent high-volume logging scenarios (#4428)Dependencies
5.14.1
Fixes
Dependencies
5.14.0
Features
Sentry.Extensions.Logging
,Sentry.AspNetCore
andSentry.Maui
(#4193)Fixes
sample_rate
of Dynamic Sampling Context (DSC) when making sampling decisions (#4374)5.14.0-alpha.1
Dependencies
5.14.0-alpha.0
Fixes
sample_rate
of Dynamic Sampling Context (DSC) when making sampling decisions (#4374)5.13.0
Features
SentryStackTraceFactory
. However, it may provide better results if you are compiling your application AOT and not getting useful stack traces from the full stack trace factory. (#4362)Fixes
linux-musl-arm64
(#4365)Dependencies
5.12.0
API changes
Features
Fixes
lzma
on Linux/MUSL (#4326)Dependencies
5.12.0-alpha.0
Features
SentrySdk.Experimental.Logger
(#4158)Sentry.AspNetCore
, enabled viaSentryAspNetCoreOptions.Experimental.EnableLogs
Sentry.Extensions.Logging
, enabled viaSentryLoggingOptions.Experimental.EnableLogs
Sentry.Maui
, enabled viaSentryMauiOptions.Experimental.EnableLogs
API changes
Features
SentrySdk.Experimental.Logger
(#4158)Fixes
lzma
on Linux/MUSL (#4326)Dependencies
5.11.2
Fixes
5.11.1
Fixes
5.11.0
Features
ConfigureScope
andConfigureScopeAsync
overloads (#4244)AutomationId
element information to breadcrumbs (#4248)Fixes
Sentry.Maui.BreadcrumbEvent
, while keeping an Obsolete constructor for backward compatibility.Dependencies
5.11.0-alpha.3
Features
ConfigureScope
andConfigureScopeAsync
overloads (#4244)AutomationId
element information to breadcrumbs (#4248)Fixes
Dependencies
5.11.0-alpha.1
Fixes
Dependencies
5.10.0
Features
Fixes
5.9.0
Features
Fixes
Dependencies
5.8.2-beta.1
Fixes
Dependencies
5.8.1
Fixes
SentryNative=false
at runtime (#4220)5.8.0
Features
Fixes
Dependencies
5.8.0-alpha.0
Features
SentrySdk.Logger
(#4158)Sentry.AspNetCore
, enabled viaSentryAspNetCoreOptions.EnableLogs
Sentry.Extensions.Logging
, enabled viaSentryLoggingOptions.EnableLogs
Sentry.Maui
, enabled viaSentryMauiOptions.EnableLogs
5.7.0
Features
Fixes
RequestSize.Small
threshold from 1 kB to 4 kB to match other SDKs (#4177)Dependencies
5.7.0-beta.0
Features
CaptureFeedback
overload withconfigureScope
parameter (#4073)Fixes
MSB4185 :The function "IsWindows" on type "System.OperatingSystem" is not available
(#4160)SentrySetCommitReleaseOptions
build property that can be specified separately fromSentryReleaseOptions
(#4109)Dependencies
5.6.0
5.6.0
Features
Fixes
Features
traceparent
header, it is now parsed and interpreted like thesentry-trace
header. Outgoing requests now contain thetraceparent
header to facilitate integration with servesr that only support the W3C Trace Context. (#4084)Dependencies
5.5.1
Fixes
5.5.0
Features
IScopeObserver
now has anSetTrace
that allows observing changes to the scope's trace context. The SDK uses this to propagate thetrace ID
tosentry-native
. This allows Sentry to connect errors coming from all layers of your application (#4026)Fixes
net9.0
on Sentry.Google.Cloud.Functions to avoid conflict with Sentry.AspNetCore (#4039)SentryOptions.EnableAppHangTrackingV2
tofalse
(#4042)Shell
navigation breadcrumbs on iOS (#4006)Dependencies
5.4.0
Enhancements
Fixes
5.3.0
Features
Fixes
Dependencies
5.2.0
Features
Fixes
Dependencies
5.1.1
Fixes
5.1.0
Significant change in behavior
{{auto}}
whenSendDefaultPii
is enabled. This change gives you control over IP address collection directly on the client (#3893)Features
SentryOptions.DisableSentryHttpMessageHandler
. Useful if you're usingOpenTelemetry.Instrumentation.Http
and ending up with duplicate spans. (#3879)Fixes
Dependencies
5.0.1
Fixes
Dependencies
5.0.0
API Changes
SentryOptions.EnableTracing
has been removed. Instead, tracing should be enabled or disabled by setting theSentryOptions.TracesSampleRate
or by usingSentryOptions.TracesSampler
to configure a sampling function (#3569)AndroidContext
as an argument toSentrySdk.Init
(#3562)SentryUser.Segment
property has been deprecated. Consider sending this as a tag or additional data instead (#3563)Device.BatteryLevel
andDevice.ProcessorFrequency
are now stored as floats rather than ints, to align with the Cocoa and Java SDKs (#3567)FailedRequestTargets
,TagFilters
andTracePropagationTargets
options have all been changed fromSubstringOrRegexPattern
toIList<StringOrRegex>
(#3566)Scope.Transaction
is now always stored as anAsyncLocal
also in Global Mode, to prevent auto-instrumented spans from the UI ending up parented to transactions from a background task (or vice versa). (#3596)Features
.NET 9
(#3699)SentryOptions
extension for profiling:options.AddProfilingIntegration()
(#3660)Fixes
Dependencies
5.0.0-alpha.1
API Changes
AndroidContext
as an argument toSentrySdk.Init
(#3562)SentryUser.Segment
property has been deprecated. Consider sending this as a tag or additional data instead (#3563)Device.BatteryLevel
andDevice.ProcessorFrequency
are now stored as floats rather than ints, to align with the Cocoa and Java SDKs (#3567)SentryOptions.EnableTracing
has been removed. Instead, tracing should be enabled or disabled by setting theSentryOptions.TracesSampleRate
or by usingSentryOptions.TracesSampler
to configure a sampling function (#3569)FailedRequestTargets
,TagFilters
andTracePropagationTargets
options have all been changed fromSubstringOrRegexPattern
toIList<StringOrRegex>
(#3566)Scope.Transaction
is now always stored as anAsyncLocal
also in Global Mode, to prevent auto-instrumented spans from the UI ending up parented to transactions from a background task (or vice versa). (#3596)Features
.NET 9
(preview) (#3699)SentryOptions
extension for profiling:options.AddProfilingIntegration()
(#3660)Fixes
Dependencies
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)