Update sentry-rust monorepo to v0.43.0 #11978
Merged
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
=0.42.0
->=0.43.0
=0.42.0
->=0.43.0
=0.42.0
->=0.43.0
Release Notes
getsentry/sentry-rust (sentry)
v0.43.0
Compare Source
Breaking changes
tracing
integration now uses the tracing span name as the Sentry span name by default.tracing
span target (<module>::<function>
when using thetracing::instrument
macro).tracing
integration now uses<span target>::<span name>
as the default Sentry span op (i.e.<module>::<function>
when usingtracing::instrument
).tracing
span name.code.module.name
,code.file.path
andcode.line.number
standardized in OTEL to surface the respective information, in contrast with the previously senttracing.module_path
,tracing.file
andtracing.line
.capture_server_errors
option (enabled by default), capturing errors returned by middleware only if they are server errors (HTTP status code 5xx).TraceContext
now has an additional fieldorigin
, used to report which integration created a transaction.Behavioral changes
logs
feature flag is enabled, andenable_logs: true
is set on your client options, the default Sentrytracing
layer now sends logs for all events at or above INFO.Features
ref(tracing): rework tracing to Sentry span name/op conversion (#887) by @lcian
sentry.op
: override the Sentry span op.sentry.name
: override the Sentry span name.sentry.trace
: given a string matching a validsentry-trace
header (sent automatically by client SDKs), continues the distributed trace instead of starting a new one. If the value is not a validsentry-trace
header or a trace is already started, this value is ignored.sentry.op
andsentry.name
can also be applied retroactively by declaring fields with valuetracing::field::Empty
and then recorded usingtracing::Span::record
.sentry.tracing.target
: corresponds to thetracing
span'smetadata.target()
code.module.name
,code.file.path
,code.line.number
feat(core): add Response context (#874) by @lcian
Response
context can now be attached to events, to include information about HTTP responses such as headers, cookies and status code.Fixes
sentry-panic
crate now builds successfully when used as a standalone dependency.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.