chore(deps): update Sentry SDK to v8.3.0 #130
Open
+4
−1
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.
Bumps scripts/update-sentry-sdk.sh from 8.2.0 to 8.3.0.
Auto-generated by a dependency updater.
Changelog
8.3.0
Features
request
in payload (#4102)contexts/otel/attributes
of the event.ignoredErrors
option is now configurable via the manifest propertyio.sentry.traces.ignored-errors
(#4178)enableTraceIdGeneration
to the AndroidOptions. This allows Hybrid SDKs to "freeze" and control the trace and connect errors on different layers of the application (4188)sentry.keep-transactions-open-for-async-responses=true
inapplication.properties
orsentry.keepTransactionsOpenForAsyncResponses: true
inapplication.yml
SentryHandler
for disabling external config (#4208)Fixes
ignoredErrors
,ignoredTransactions
andignoredCheckIns
SentryOptions.setTracePropagationTargets
is no longer marked internal (#4170)tracePropagationTargets
in OpenTelemetry propagator (#4191)tracePropagationTargets
before attachingsentry-trace
andbaggage
headers to outgoing requestsignoredErrors
,ignoredTransactions
andignoredCheckIns
being unset by external options likesentry.properties
or ENV vars (#4207)enableExternalConfiguration
), which is the default for many integrations, the values set onSentryOptions
passed toSentry.init
would be lostBehavioural Changes
io.sentry.spring.jakarta.webflux.ReactorUtils
is now deprecated, please useio.sentry.reactor.SentryReactorUtils
in the newsentry-reactor
module instead (#4155)api
dependency when usingsentry-spring-boot-jakarta
(Spring Boot 3) orsentry-spring-jakarta
(Spring 6).Therefore, if you're using one of those modules, changing your imports will suffice.