Update sentry-rust monorepo to v0.38.1 #11143
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.
This PR contains the following updates:
=0.37.0->=0.38.1=0.37.0->=0.38.1=0.37.0->=0.38.1Release Notes
getsentry/sentry-rust (sentry)
v0.38.1Compare Source
Fixes
sentry-actixoptionally whenrelease-healthis enabled (#806) by @lciansentry-actixis now being included as a dependency only when explicitly added, either as a direct dependency or through theactixfeature flag of thesentrycrate.Cargo.toml, it was previously being included as a dependency by default when using just thesentrycrate with default features.v0.38.0Compare Source
OpenTelemetry integration
An OpenTelemetry integration has been released. Please refer to the changelog entry below for the details.
Breaking changes
EventFilter::exceptionand always attach exception (#768) by @lcianEventFilter::Exceptionenum variant has been removed. Please useEventFilter::Eventinstead to achieve the same behavior.EventFilter::Eventwill always attach any error struct used within theerrorfield passed to thetracingmacro, asEventFilter::Exceptiondid previously.errorfield will also be attached to breadcrumbs as anerrorsfield resembling the structure of Sentry events created from error structs.release-healthflag insentry-actixand remove it from subcrates where unneeded (#787) by @lcianClientOptionsfieldsauto_session_trackingandsession_modeare now gated behind therelease-healthfeature flag of thesentrycrate.sentrywithdefault-features = false, you need to include therelease-healthfeature flag to benefit from the Release Health features of Sentry and have access to the aforementioned client options.release-healthfeature flag is used correctly insentry-actixto enable compilation of that subcrate when it's disabled.release-healthhas been removed from thesentry-tracingandsentry-towersubcrates, where it was unnecessary.surfcrate is unmaintained and it was holding back dependency upgrades.TransportFactoryand pass it as thetransportin yourClientOptionsBehavioral changes
send_default_piiinsentry-actixandsentry-tower(#771) by @lciansend_default_pii(disabled by default) is now honored bysentry-actixandsentry-tower.send_default_piitotruein yourClientOptions.DEBUG_METAon integration init (#773) by @lcianDebugImagesintegration has been updated to init theDEBUG_METALazyimmediately.Features
opentelemetrycrate has been released.opentelemetryAPI and send them to Sentry.sentry-actixas a feature ofsentry(#788) by @lciansentry-actixis now exposed by thesentrycrate assentry::integrations::actix, gated behind theactixfeature flag.sentry-actixsubcrate directly.Dependencies
Cargo.lock(#772) by @lcianVarious fixes & improvements
once_cellwithstd::sync::LazyLock(#776) by @FalkWoldmannsentry-opentelemetryto workspace (#789) by @lcianConfiguration
📅 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.