Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

Bumps sentry-ruby from 5.26.0 to 6.1.2.

Changelog

Sourced from sentry-ruby's changelog.

6.1.2

Fixes

  • Handle positioned binds in logging (#2787)
  • Handle cached queries with binds correctly when logging (#2789)

6.1.1

Improvements

  • Optimize getting query source location in ActiveRecord tracing - this makes tracing up to roughly 40-60% faster depending on the use cases (#2769)

Bug fixes

  • Properly skip silenced ActiveRecord::Base.logger's log entries in the ActiveRecord log subscriber (#2775)
  • Handle malformed utf-8 log messages and attributes (#2777 and #2780)
  • Fix initialized check in Sentry::Rails::CaptureExceptions (#2783)

6.1.0

Features

  • Add support for ActiveRecord binds in the log events (#2761)

Bug Fixes

  • Guard log subscribers with initialized check (#2765)

6.0.0

Breaking Changes

  • Drop support for rubies below 2.7 #2743
    • Drop support for Rails below 5.2.0
    • Drop support for Sidekiq below 5.0
  • Remove deprecated config.async #1894
  • Remove deprecated Sentry::Metrics and config.metrics and all metrics related code (#2729)
  • Remove deprecated config.capture_exception_frame_locals, use include_local_variables instead (#2730)
  • Remove deprecated config.enable_tracing, use config.traces_sample_rate = 1.0 instead (#2731)
  • Remove deprecated config.logger=, use config.sdk_logger= instead (#2732)
  • Sentry.logger now always points to the StructuredLogger (#2752)
  • Remove deprecated Sentry::Rails::Tracing::ActionControllerSubscriber (#2733)
  • Remove deprecated Event#configuration (#2740)
  • Remove deprecated Sentry::Client#generate_sentry_trace and Sentry::Client#generate_baggage (#2741)
  • Remove Transaction deprecations (#2736)
    • Remove deprecated constant Sentry::Transaction::SENTRY_TRACE_REGEXP, use Sentry::PropagationContext::SENTRY_TRACE_REGEXP instead
    • Remove deprecated method Sentry::Transaction.from_sentry_trace, use Sentry.continue_trace instead
    • Remove deprecated method Sentry::Transaction.extract_sentry_trace, use Sentry::PropagationContext.extract_sentry_trace instead
    • Remove deprecated attribute Sentry::Transaction.configuration

... (truncated)

Commits

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)

Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.26.0 to 6.1.2.
- [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.26.0...6.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Nov 26, 2025
@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

gem compare bigdecimal 3.2.2 3.3.1

Compared versions: ["3.2.2", "3.3.1"]
  DIFFERENT require_paths:
    3.2.2: ["/opt/hostedtoolcache/Ruby/3.4.7/x64/lib/ruby/gems/3.4.0/extensions/x86_64-linux/3.4.0/bigdecimal-3.2.2", "lib"]
    3.3.1: ["/opt/hostedtoolcache/Ruby/3.4.7/x64/lib/ruby/gems/3.4.0/extensions/x86_64-linux/3.4.0/bigdecimal-3.3.1", "lib"]
  DIFFERENT version:
    3.2.2: 3.2.2
    3.3.1: 3.3.1
  DIFFERENT files:
    3.2.2->3.3.1:
      * Changed:
            ext/bigdecimal/bigdecimal.c +731/-2254
            ext/bigdecimal/bigdecimal.h +4/-25
            ext/bigdecimal/bits.h +3/-0
            ext/bigdecimal/extconf.rb +3/-7
            ext/bigdecimal/missing.h +1/-93
            lib/bigdecimal.rb +351/-0
            lib/bigdecimal/math.rb +88/-70
            lib/bigdecimal/util.rb +15/-14

@github-actions
Copy link
Contributor

gem compare --diff bigdecimal 3.2.2 3.3.1

Diff too large (189551 chars)

@github-actions
Copy link
Contributor

gem compare sentry-ruby 5.26.0 6.1.2

Compared versions: ["5.26.0", "6.1.2"]
  DIFFERENT homepage:
    5.26.0: https://github.com/getsentry/sentry-ruby/tree/5.26.0/sentry-ruby
    6.1.2: https://github.com/getsentry/sentry-ruby/tree/6.1.2/sentry-ruby
  DIFFERENT metadata:
    5.26.0: {"homepage_uri" => "https://github.com/getsentry/sentry-ruby/tree/5.26.0/sentry-ruby", "source_code_uri" => "https://github.com/getsentry/sentry-ruby/tree/5.26.0/sentry-ruby", "changelog_uri" => "https://github.com/getsentry/sentry-ruby/blob/5.26.0/CHANGELOG.md", "bug_tracker_uri" => "https://github.com/getsentry/sentry-ruby/issues", "documentation_uri" => "http://www.rubydoc.info/gems/sentry-ruby/5.26.0"}
    6.1.2: {"homepage_uri" => "https://github.com/getsentry/sentry-ruby/tree/6.1.2/sentry-ruby", "source_code_uri" => "https://github.com/getsentry/sentry-ruby/tree/6.1.2/sentry-ruby", "changelog_uri" => "https://github.com/getsentry/sentry-ruby/blob/6.1.2/CHANGELOG.md", "bug_tracker_uri" => "https://github.com/getsentry/sentry-ruby/issues", "documentation_uri" => "http://www.rubydoc.info/gems/sentry-ruby/6.1.2"}
  DIFFERENT required_ruby_version:
    5.26.0: >= 2.4
    6.1.2: >= 2.7
  DIFFERENT rubygems_version:
    5.26.0: 3.6.7
    6.1.2: 3.6.9
  DIFFERENT version:
    5.26.0: 5.26.0
    6.1.2: 6.1.2
  DIFFERENT files:
    5.26.0->6.1.2:
      * Deleted:
            lib/sentry/metrics.rb
            lib/sentry/metrics/aggregator.rb
            lib/sentry/metrics/configuration.rb
            lib/sentry/metrics/counter_metric.rb
            lib/sentry/metrics/distribution_metric.rb
            lib/sentry/metrics/gauge_metric.rb
            lib/sentry/metrics/local_aggregator.rb
            lib/sentry/metrics/metric.rb
            lib/sentry/metrics/set_metric.rb
            lib/sentry/metrics/timing.rb
      * Added:
            lib/sentry/backtrace/line.rb +99/-0
            lib/sentry/debug_structured_logger.rb +94/-0
            lib/sentry/transport/debug_transport.rb +70/-0
            lib/sentry/utils/sample_rand.rb +97/-0
      * Changed:
            Gemfile +2/-4
            README.md +1/-1
            lib/sentry-ruby.rb +6/-30
            lib/sentry/background_worker.rb +1/-4
            lib/sentry/backtrace.rb +44/-76
            lib/sentry/breadcrumb.rb +1/-1
            lib/sentry/breadcrumb_buffer.rb +2/-2
            lib/sentry/check_in_event.rb +2/-2
            lib/sentry/client.rb +39/-89
            lib/sentry/configuration.rb +125/-78
            lib/sentry/cron/monitor_check_ins.rb +3/-3
            lib/sentry/cron/monitor_config.rb +2/-2
            lib/sentry/cron/monitor_schedule.rb +2/-2
            lib/sentry/dsn.rb +32/-0
            lib/sentry/envelope/item.rb +1/-2
            lib/sentry/error_event.rb +3/-3
            lib/sentry/event.rb +4/-10
            lib/sentry/graphql.rb +1/-1
            lib/sentry/hub.rb +6/-5
            lib/sentry/interface.rb +1/-1
            lib/sentry/interfaces/exception.rb +2/-2
            lib/sentry/interfaces/request.rb +2/-0
            lib/sentry/interfaces/single_exception.rb +3/-3
            lib/sentry/interfaces/stacktrace.rb +3/-3
            lib/sentry/interfaces/stacktrace_builder.rb +0/-8
            lib/sentry/interfaces/threads.rb +2/-2
            lib/sentry/log_event.rb +19/-6
            lib/sentry/profiler.rb +4/-5
            lib/sentry/propagation_context.rb +55/-18
            lib/sentry/rspec.rb +1/-1
            lib/sentry/span.rb +2/-17
            lib/sentry/std_lib_logger.rb +6/-1
            lib/sentry/test_helper.rb +23/-0
            lib/sentry/transaction.rb +72/-95
            lib/sentry/transaction_event.rb +4/-9
            lib/sentry/transport.rb +3/-5
            lib/sentry/transport/dummy_transport.rb +1/-0
            lib/sentry/transport/http_transport.rb +9/-5
            lib/sentry/utils/encoding_helper.rb +7/-0
            lib/sentry/utils/logging_helper.rb +8/-6
            lib/sentry/vernier/profiler.rb +4/-3
            lib/sentry/version.rb +1/-1
            sentry-ruby-core.gemspec +1/-1
            sentry-ruby.gemspec +1/-1
  DIFFERENT extra_rdoc_files:
    5.26.0->6.1.2:
      * Changed:
            README.md +1/-1
  DIFFERENT Gemfile dependencies
    5.26.0->6.1.2:
      * Added:
            graphql [">= 2.2.6"] (runtime)

@github-actions
Copy link
Contributor

gem compare --diff sentry-ruby 5.26.0 6.1.2

Diff too large (91720 chars)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2025

Superseded by #832.

@dependabot dependabot bot closed this Nov 28, 2025
@dependabot dependabot bot deleted the dependabot/bundler/sentry-ruby-6.1.2 branch November 28, 2025 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant