Skip to content

Comments

Bump sentry-rails from 5.26.0 to 6.3.0#670

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/sentry-rails-6.3.0
Open

Bump sentry-rails from 5.26.0 to 6.3.0#670
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/sentry-rails-6.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps sentry-rails from 5.26.0 to 6.3.0.

Changelog

Sourced from sentry-rails's changelog.

6.3.0

Features

  • Implement new Sentry.metrics functionality (#2818)

    The SDK now supports Sentry's new Trace Connected Metrics product.

     Sentry.metrics.count("button.click", 1, attributes: { button_id: "submit" })
     Sentry.metrics.distribution("response.time", 120.5, unit: "millisecond")
     Sentry.metrics.gauge("cpu.usage", 75.2, unit: "percent")

    Metrics is enabled by default and only activates once you use the above APIs. To disable completely:

    Sentry.init do |config|
      # ...
      config.enable_metrics = false
    end
  • Support for tracing Sequel queries (#2814)

    require "sentry"
    require "sentry/sequel"
    Sentry.init do |config|
    config.enabled_patches << :sequel
    end
    DB = Sequel.sqlite
    DB.extension(:sentry)

  • Add support for OpenTelemetry messaging/queue system spans (#2685)

  • Add support for config.std_lib_logger_filter proc (#2829)

    Sentry.init do |config|
      config.std_lib_logger_filter = proc do |logger, message, severity|
        # Only send ERROR and above messages
        severity == :error || severity == :fatal
      end
    config.enabled_patches = [:std_lib_logger]
    end

... (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 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 dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Feb 6, 2026
@cla-bot cla-bot bot added the cla-signed label Feb 6, 2026
@dependabot dependabot bot force-pushed the dependabot/bundler/sentry-rails-6.3.0 branch 3 times, most recently from d1881b3 to 3ecf4b0 Compare February 16, 2026 09:55
@dependabot dependabot bot force-pushed the dependabot/bundler/sentry-rails-6.3.0 branch 9 times, most recently from 9ac5d30 to eb00207 Compare February 23, 2026 16:34
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.26.0 to 6.3.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.26.0...6.3.0)

---
updated-dependencies:
- dependency-name: sentry-rails
  dependency-version: 6.3.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-rails-6.3.0 branch from eb00207 to 7dc337a Compare February 23, 2026 16:41
Copy link
Contributor

@zetter-rpf zetter-rpf left a comment

Choose a reason for hiding this comment

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

This is a bit misleading as it's also upgrading rails and many other dependencies. I suggest we upgrade rails separately first

@zetter-rpf
Copy link
Contributor

@copilot could you create a new branch to upgrade rails to 7.2.3

Copy link
Contributor

Copilot AI commented Feb 23, 2026

@zetter-rpf I've opened a new pull request, #689, to work on those changes. Once the pull request is ready, I'll request review from you.

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

Labels

cla-signed 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.

2 participants