Skip to content

Bump sentry-ruby from 5.28.0 to 6.5.0#355

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/sentry-ruby-6.5.0
Open

Bump sentry-ruby from 5.28.0 to 6.5.0#355
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/sentry-ruby-6.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps sentry-ruby from 5.28.0 to 6.5.0.

Changelog

Sourced from sentry-ruby's changelog.

6.5.0

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

6.4.1

Bug Fixes 🐛

6.4.0

Features

  • Add support for OTLP ingestion in sentry-opentelemetry (#2853)

    Sentry now has first class OTLP ingestion capabilities.

    Sentry.init do |config|
      ## ...
      config.otlp.enabled = true
    end

    Under the hood, this will setup:

    • An OpenTelemetry::Exporter that will automatically set up the OTLP ingestion endpoint from your DSN
      • You can turn this off with config.otlp.setup_otlp_traces_exporter = false to setup your own exporter
    • An OTLPPropagator that ensures Distributed Tracing works
      • You can turn this off with config.otlp.setup_propagator = false
    • Trace/Span linking for all other Sentry events such as Errors, Logs, Crons and Metrics

    If you were using the SpanProcessor before, we recommend migrating over to config.otlp since it's a much simpler setup.

... (truncated)

Commits
  • a34b047 release: 6.5.0
  • d61d271 fix: Copy event processors on Scope#dup (#2893)
  • 8205acb fix(release-detector): Prefer HEROKU_BUILD_COMMIT over deprecated HEROKU_SLUG...
  • 2c1c8b7 feat(transport): Handle HTTP 413 response for oversized envelopes (#2885)
  • 5685885 fix: Don't transform attributes in place in metrics (#2883)
  • d8352b6 test: fix flaky request timing tests (#2882)
  • cfcab4b feat: Implement strict trace continuation (#2872)
  • a640799 release: 6.4.1
  • 66c2ad1 fix(rails): Track request queue time in Rails middleware (#2877)
  • 38b827d release: 6.4.0
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 30, 2026
Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.28.0 to 6.5.0.
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.28.0...6.5.0)

---
updated-dependencies:
- dependency-name: sentry-ruby
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/sentry-ruby-6.5.0 branch from 5d15205 to 7a397a7 Compare March 31, 2026 16:59
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants