Skip to content

Bump sentry-rails, sentry-ruby and rails#35

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/multi-76f018d154
Closed

Bump sentry-rails, sentry-ruby and rails#35
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/multi-76f018d154

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps sentry-rails, sentry-ruby and rails. These dependencies needed to be updated together.
Updates sentry-rails from 5.28.1 to 6.5.0

Changelog

Sourced from sentry-rails'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
  • a1c5282 fix(rails): set mechanism.handled based on error handling status (#2892)
  • cf9e45c fix: Map trilogy database adapter to mysql for Query Insights compatibili...
  • a640799 release: 6.4.1
  • 66c2ad1 fix(rails): Track request queue time in Rails middleware (#2877)
  • 38b827d release: 6.4.0
  • 783250e fix(rails): use ActionDispatch::ExceptionWrapper for correct HTTP status co...
  • babf7aa release: 6.3.0
  • 854f4ca Handle more extra attribute types when logging (#2815)
  • 9ce51e3 Automatic collection of Sequel queries (#2814)
  • Additional commits viewable in compare view

Updates sentry-ruby from 5.28.1 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

Updates rails from 8.1.2.1 to 8.1.3

Release notes

Sourced from rails's releases.

8.1.3

Active Support

  • Fix JSONGemCoderEncoder to correctly serialize custom object hash keys.

    When hash keys are custom objects whose as_json returns a Hash, the encoder now calls to_s on the original key object instead of on the as_json result.

    Before: hash = {CustomKey.new(123) => "value"} hash.to_json # => {"{:id=>123}":"value"}

    After: hash.to_json # => {"custom_123":"value"}

    Dan Sharp

  • Fix inflections to better handle overlapping acronyms.

    ActiveSupport::Inflector.inflections(:en) do |inflect|
      inflect.acronym "USD"
      inflect.acronym "USDC"
    end
    "USDC".underscore # => "usdc"

    Said Kaldybaev

  • Silence Dalli 4.0+ warning when using ActiveSupport::Cache::MemCacheStore.

    zzak

Active Model

  • Fix Ruby 4.0 delegator warning when calling inspect on attributes.

    Hammad Khan

  • Fix NoMethodError when deserialising Type::Integer objects marshalled under Rails 8.0.

    The performance optimisation that replaced @range with @max/@min broke Marshal compatibility. Objects serialised under 8.0 (with @range) and deserialised under 8.1 (expecting @max/@min) would crash with undefined method '<=' for nil because Marshal.load restores instance variables without calling initialize.

... (truncated)

Commits
  • fa8f081 Preparing for 8.1.3 release
  • 63cef3d Merge branch '8-1-sec' into 8-1-stable
  • 174eeb8 Update trilogy
  • e449905 Merge pull request #57022 from byroot/sobrinho-main
  • 7d8eeea Merge pull request #56977 from hschne/26-03-fix-ignore-virtual-tables
  • 148e4d8 Merge pull request #56970 from nicolasva/fix_spatia_lite
  • e9884dc Merge pull request #56965 from rosa/restore-previous-instrumenter-async-block...
  • 004eb65 Restore previous instrumenter after execute_or_skip
  • b8b23c0 Merge pull request #56932 from eglitobias/fix-dbconsole-notimplemented-message
  • 2250b16 Merge pull request #56951 from r-plus/patch-1
  • 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 31, 2026
@dependabot dependabot bot force-pushed the dependabot/bundler/multi-76f018d154 branch from e7ba03a to 9865b30 Compare April 7, 2026 02:25
@samdev-7
Copy link
Copy Markdown
Member

samdev-7 commented Apr 9, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/multi-76f018d154 branch from 9865b30 to aea143a Compare April 9, 2026 18:54
@samdev-7
Copy link
Copy Markdown
Member

samdev-7 commented Apr 9, 2026

@dependabot rebase

1 similar comment
@samdev-7
Copy link
Copy Markdown
Member

samdev-7 commented Apr 9, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/multi-76f018d154 branch from aea143a to 1bc419e Compare April 9, 2026 18:56
@samdev-7
Copy link
Copy Markdown
Member

samdev-7 commented Apr 9, 2026

@dependabot rebase

@samdev-7
Copy link
Copy Markdown
Member

samdev-7 commented Apr 9, 2026

@dependabot recreate

Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby), [sentry-ruby](https://github.com/getsentry/sentry-ruby) and [rails](https://github.com/rails/rails). These dependencies needed to be updated together.

Updates `sentry-rails` from 5.28.1 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.1...6.5.0)

Updates `sentry-ruby` from 5.28.1 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.1...6.5.0)

Updates `rails` from 8.1.2 to 8.1.3
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v8.1.2...v8.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/multi-76f018d154 branch from 1bc419e to 5f105e0 Compare April 9, 2026 18:57
@samdev-7
Copy link
Copy Markdown
Member

samdev-7 commented Apr 9, 2026

Replaced by #61 — manual bump to resolve persistent Gemfile.lock conflicts

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/multi-76f018d154 branch April 9, 2026 18: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.

1 participant