Skip to content

chore(deps): Bump sentry from 0.48.2 to 0.48.3#1893

Merged
notheotherben merged 1 commit into
mainfrom
dependabot/cargo/sentry-0.48.3
Jun 26, 2026
Merged

chore(deps): Bump sentry from 0.48.2 to 0.48.3#1893
notheotherben merged 1 commit into
mainfrom
dependabot/cargo/sentry-0.48.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps sentry from 0.48.2 to 0.48.3.

Release notes

Sourced from sentry's releases.

0.48.3

The Sentry Rust SDK now reports data discarded by the SDK to Sentry’s Stats page. The SDK reports approximate counts for drops from transports, queues, rate-limit backoff, sampling, event processors, and before_send* callbacks, including span counts for dropped transactions and byte counts for dropped logs and metrics.

New Features

Deprecations

Fixes

  • Fixed ureq transport handling for HTTP error statuses so 429 rate limits and 413 payload-too-large responses are processed correctly (#1177).

Behavior Changes

  • Custom transport factories that implement TransportFactory::create_transport now receive ClientOptions reconstructed from TransportOptions. The reconstructed options include only transport-relevant fields, such as DSN, user agent, proxy settings, and TLS certificate validation settings. This may affect code that reads non-transport fields in create_transport, but the API remains source-compatible and this change is included in a minor/patch release (#1142).
Changelog

Sourced from sentry's changelog.

0.48.3

The Sentry Rust SDK now reports data discarded by the SDK to Sentry’s Stats page. The SDK reports approximate counts for drops from transports, queues, rate-limit backoff, sampling, event processors, and before_send* callbacks, including span counts for dropped transactions and byte counts for dropped logs and metrics.

New Features

Deprecations

Fixes

  • Fixed ureq transport handling for HTTP error statuses so 429 rate limits and 413 payload-too-large responses are processed correctly (#1177).

Behavior Changes

  • Custom transport factories that implement TransportFactory::create_transport now receive ClientOptions reconstructed from TransportOptions. The reconstructed options include only transport-relevant fields, such as DSN, user agent, proxy settings, and TLS certificate validation settings. This may affect code that reads non-transport fields in create_transport, but the API remains source-compatible and this change is included in a minor/patch release (#1142).
Commits
  • 12658ea release: 0.48.3
  • 06d4d5e meta(changelog): Add entry for Hub::with deprecation (#1196)
  • f22532b chore(client-reports): Prevent client report loss when envelope dropped (#1195)
  • 2c33119 meta(changelog): Prepare for client reports release (#1194)
  • 63525ed chore: Record client reports for dropped logs/metrics (#1193)
  • a80cf84 chore: Record transaction and span drops in client reports (#1192)
  • 964f17d chore(client-reports): Record event pipeline drops (#1191)
  • ad1a65a chore(transport): Record tokio thread client report losses (#1186)
  • 4908b0b chore(transport): Record std thread client report losses (#1184)
  • 753e68a chore(ureq): Record envelope losses in the Ureq transport (#1178)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [sentry](https://github.com/getsentry/sentry-rust) from 0.48.2 to 0.48.3.
- [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.48.2...0.48.3)

---
updated-dependencies:
- dependency-name: sentry
  dependency-version: 0.48.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 26, 2026

@notheotherben notheotherben left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has been automatically approved because it was created by @dependabot.

@notheotherben notheotherben enabled auto-merge June 26, 2026 07:22
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.19%. Comparing base (b496653) to head (157e26d).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1893   +/-   ##
=======================================
  Coverage   90.19%   90.19%           
=======================================
  Files         102      102           
  Lines        8765     8765           
=======================================
  Hits         7906     7906           
  Misses        859      859           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@notheotherben notheotherben merged commit d8419fd into main Jun 26, 2026
11 of 12 checks passed
@notheotherben notheotherben deleted the dependabot/cargo/sentry-0.48.3 branch June 26, 2026 07:26
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.

1 participant