Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps sentry-ruby from 5.28.0 to 6.0.0.

Changelog

Sourced from sentry-ruby's changelog.

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
    • Remove deprecated attribute Sentry::Transaction.hub
    • Remove deprecated argument hub to Sentry::Transaction.finish
    • Remove deprecated argument hub to Sentry::Transaction#initialize (#2739)
  • Remove :monotonic_active_support_logger from config.breadcrumbs_logger (#2717)
  • Migrate from to_hash to to_h (#2351)
  • Add before_send_check_in for applying to CheckInEvent (#2703)
  • Returning a hash from before_send and before_send_transaction is no longer supported and will drop the event.
  • config.enabled_environments now defaults to nil instead of [] for sending to all environments (#2716)
  • Requests which have response status codes in the inclusive ranges [(301..303), (305..399), (401..404)] will no longer create transactions by default. See config.trace_ignore_status_codes below to control what gets traced.
  • Stacktrace truncation for oversized events now takes 500 frames on each side instead of 250.

Features

  • Add config.trace_ignore_status_codes to control which response codes to ignore for tracing (#2725)

    You can pass in an Array of individual status codes or ranges of status codes.

    Sentry.init do |config|
        # ...
        # will ignore 404, 501, 502, 503
        config.trace_ignore_status_codes = [404, (501..503)]
    end
  • Add config.profiles_sample_interval to control sampling frequency (#2745)

    • Both stackprof and vernier now get sampled at a default frequency of 101 Hz.
  • Request body reading checks for :rewind to match Rack 3 behavior. (#2754)

Internal

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 23, 2025
@dependabot dependabot bot force-pushed the dependabot/bundler/sentry-ruby-6.0.0 branch from 238767a to ac5e27f Compare October 27, 2025 03:10
Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.28.0 to 6.0.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.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/sentry-ruby-6.0.0 branch from ac5e27f to 91606e6 Compare October 27, 2025 03:11
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