Skip to content

chore(deps): bump sentry from 0.47.0 to 0.48.2 in /crates#2990

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/crates/sentry-0.48.0
Open

chore(deps): bump sentry from 0.47.0 to 0.48.2 in /crates#2990
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/crates/sentry-0.48.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps sentry from 0.47.0 to 0.48.2.

Release notes

Sourced from sentry's releases.

0.48.2

New Features

  • Added rustls-no-provider feature flag in the sentry crate to allow using the rustls transport with a different crypto provider (#1103).

Fixes

  • Serialize attachment envelope headers as JSON to correctly encode header values (#1109).
  • Use checked arithmetic to handle possible overflows (#1119, #1121, #1122).

0.48.1

Fixes

  • Changed ClientOptions::enable_metrics to default to true, aligning metrics behavior with other Sentry SDKs (#1106). Metric capture APIs still require the metrics feature flag at compile time.

0.48.0

Breaking Changes

New Features

📊📈💯 The Sentry-Rust SDK now supports emitting Sentry Metrics (#1073)!

To get started, you will need to add the metrics feature flag when compiling the sentry crate. You will also need to enable metrics when initializing the SDK, like so:

use sentry::ClientOptions;
let _guard = sentry::init((
"(your DSN here)",
ClientOptions {
enable_metrics: true,
// ... other options ...
..Default::default()
},
));

You can then capture metrics as follows:

</tr></table> 

... (truncated)

Changelog

Sourced from sentry's changelog.

0.48.2

New Features

  • Added rustls-no-provider feature flag in the sentry crate to allow using the rustls transport with a different crypto provider (#1103).

Fixes

  • Serialize attachment envelope headers as JSON to correctly encode header values (#1109).
  • Use checked arithmetic to handle possible overflows (#1119, #1121, #1122).

0.48.1

Fixes

  • Changed ClientOptions::enable_metrics to default to true, aligning metrics behavior with other Sentry SDKs (#1106). Metric capture APIs still require the metrics feature flag at compile time.

0.48.0

Breaking Changes

New Features

📊📈💯 The Sentry-Rust SDK now supports emitting Sentry Metrics (#1073)!

To get started, you will need to add the metrics feature flag when compiling the sentry crate. You will also need to enable metrics when initializing the SDK, like so:

use sentry::ClientOptions;
let _guard = sentry::init((
"(your DSN here)",
ClientOptions {
enable_metrics: true,
// ... other options ...
..Default::default()
},
));

... (truncated)

Commits
  • 8d8e8fc meta(changelog): Update CHANGELOG for version 0.48.2
  • 3899506 release: 0.48.2
  • a9fc8af fix(types): Use checked arithmetic in envelope parsing (#1122)
  • a6ce8b0 feat: introduce rustls-no-provider feature flag (#1103)
  • df88275 fix(ratelimit): Fix clippy::arithmetic_side_effects lint (#1121)
  • d65272b fix: Enable clippy::arithmetic_side_effects lint (#1119)
  • f801a2c build(deps): bump openssl from 0.10.78 to 0.10.79 (#1120)
  • 5dc48f3 chore(meta): Centralize workspace lint config (#1114)
  • 09aceec ref(sentry-panic): PanicInfoPanicHookInfo (#1074)
  • 2bebbd4 fix(types): Serialize attachment headers as JSON (#1109)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 2, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 2, 2026 18:42
@dependabot dependabot Bot added the rust Pull requests that update rust code label May 2, 2026
Bumps [sentry](https://github.com/getsentry/sentry-rust) from 0.47.0 to 0.48.2.
- [Release notes](https://github.com/getsentry/sentry-rust/releases)
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-rust@0.47.0...0.48.2)

---
updated-dependencies:
- dependency-name: sentry
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump sentry from 0.47.0 to 0.48.0 in /crates chore(deps): bump sentry from 0.47.0 to 0.48.2 in /crates May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/crates/sentry-0.48.0 branch from 6b020dc to 7090acf Compare May 19, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants