Skip to content

deps(deps): bump sentry-tracing from 0.43.0 to 0.45.0#2380

Merged
bronzelle-cw merged 2 commits intomainfrom
dependabot-cargo-sentry-tracing-0.45.0
Oct 21, 2025
Merged

deps(deps): bump sentry-tracing from 0.43.0 to 0.45.0#2380
bronzelle-cw merged 2 commits intomainfrom
dependabot-cargo-sentry-tracing-0.45.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps sentry-tracing from 0.43.0 to 0.45.0.

Release notes

Sourced from sentry-tracing's releases.

0.45.0

Breaking changes

  • Add custom variant to AttachmentType that holds an arbitrary String. (#916)

0.44.0

Breaking changes

  • feat(log): support combined LogFilters and RecordMappings (#914) by @​lcian
    • Breaking change: sentry::integrations::log::LogFilter has been changed to a bitflags struct.
    • It's now possible to map a log record to multiple items in Sentry by combining multiple log filters in the filter, e.g. log::Level::ERROR => LogFilter::Event | LogFilter::Log.
    • If using a custom mapper instead, it's possible to return a Vec<sentry::integrations::log::RecordMapping> to map a log record to multiple items in Sentry.

Behavioral changes

  • ref(log): send logs by default when logs feature flag is enabled (#915) by @​lcian
    • If the logs feature flag is enabled, the default Sentry log logger now sends logs for all events at or above INFO.
  • ref(logs): enable logs by default if logs feature flag is used (#910) by @​lcian
    • This changes the default value of sentry::ClientOptions::enable_logs to true.
    • This simplifies the setup of Sentry structured logs by requiring users to just add the log feature flag to the sentry dependency to opt-in to sending logs.
    • When the log feature flag is enabled, the tracing and log integrations will send structured logs to Sentry for all logs/events at or above INFO level by default.
Changelog

Sourced from sentry-tracing's changelog.

0.45.0

Breaking changes

  • Add custom variant to AttachmentType that holds an arbitrary String. (#916)

0.44.0

Breaking changes

  • feat(log): support combined LogFilters and RecordMappings (#914) by @​lcian
    • Breaking change: sentry::integrations::log::LogFilter has been changed to a bitflags struct.
    • It's now possible to map a log record to multiple items in Sentry by combining multiple log filters in the filter, e.g. log::Level::ERROR => LogFilter::Event | LogFilter::Log.
    • If using a custom mapper instead, it's possible to return a Vec<sentry::integrations::log::RecordMapping> to map a log record to multiple items in Sentry.

Behavioral changes

  • ref(log): send logs by default when logs feature flag is enabled (#915) by @​lcian
    • If the logs feature flag is enabled, the default Sentry log logger now sends logs for all events at or above INFO.
  • ref(logs): enable logs by default if logs feature flag is used (#910) by @​lcian
    • This changes the default value of sentry::ClientOptions::enable_logs to true.
    • This simplifies the setup of Sentry structured logs by requiring users to just add the log feature flag to the sentry dependency to opt-in to sending logs.
    • When the log feature flag is enabled, the tracing and log integrations will send structured logs to Sentry for all logs/events at or above INFO level by default.
Commits
  • aa6d85b release: 0.45.0
  • b99eb46 feat(types): Add custom variant to AttachmentType (#916)
  • 34b27b5 Merge branch 'release/0.44.0'
  • eb108e8 release: 0.44.0
  • 900ffa4 ref(logs): enable logs by default if logs feature flag is used (#910)
  • 8af23ee ref(log): send logs by default when logs feature flag is enabled (#915)
  • 3b78cf8 feat(log): support combined LogFilters and RecordMappings (#914)
  • 9ba9a64 meta(vscode): Run rust-analyzer with all features (#902)
  • 750dec0 ci: integrate Sentry Prevent (#911)
  • d9cdf34 Merge branch 'release/0.43.0'
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file rust labels Oct 20, 2025
@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.88%. Comparing base (189c48f) to head (53eabeb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2380      +/-   ##
==========================================
- Coverage   84.89%   84.88%   -0.02%     
==========================================
  Files         138      138              
  Lines       10576    10576              
==========================================
- Hits         8979     8977       -2     
- Misses       1597     1599       +2     
Flag Coverage Δ
contracts-rocks- 45.32% <ø> (+0.04%) ⬆️
e2e-admin-password 23.09% <ø> (ø)
e2e-clock-stratus 25.99% <ø> (ø)
e2e-genesis 27.56% <ø> (ø)
e2e-importer-offline 60.82% <ø> (-0.20%) ⬇️
e2e-rpc-downloader 55.97% <ø> (+0.24%) ⬆️
e2e-stratus 58.12% <ø> (+0.07%) ⬆️
leader-follower- 62.61% <ø> (-0.05%) ⬇️
rust-tests 30.66% <ø> (-1.27%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps [sentry-tracing](https://github.com/getsentry/sentry-rust) from 0.43.0 to 0.45.0.
- [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.43.0...0.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-cargo-sentry-tracing-0.45.0 branch from f47b21c to e13af0a Compare October 20, 2025 18:45
@bronzelle-cw bronzelle-cw enabled auto-merge (squash) October 20, 2025 22:40
@bronzelle-cw bronzelle-cw merged commit 86e4300 into main Oct 21, 2025
40 of 41 checks passed
@bronzelle-cw bronzelle-cw deleted the dependabot-cargo-sentry-tracing-0.45.0 branch October 21, 2025 12:25
@stratus-benchmark
Copy link

Final benchmark:
Run ID: bench-9cb136f4

Git Info:

Leader Stats:
RPS Stats: Max: 10806.00, Min: 1653.00, Avg: 3903.05, StdDev: 474.87
TPS Stats: Max: 4310.00, Min: 346.00, Avg: 3863.11, StdDev: 316.17

Follower Stats:
Imported Blocks/s: Max: 89.00, Min: 1.00, Avg: 42.27, StdDev: 33.62
Imported Transactions/s: Max: 351795.00, Min: 3607.00, Avg: 142562.18, StdDev: 127015.12

Plots:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies Pull requests that update a dependency file rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments