Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2025

This PR contains the following updates:

Package Change Age Confidence
sentry-rails (source, changelog) 5.28.0 -> 6.2.0 age confidence
sentry-ruby (source, changelog) 5.28.0 -> 6.2.0 age confidence

Release Notes

getsentry/sentry-ruby (sentry-rails)

v6.2.0

Compare Source

Features
  • Include otel as custom sampling context (2683)
Fixes
  • Prevent logging from crashing main thread (2795)
  • Improve error handling in ActiveRecord subscriber (2798)

v6.1.2

Compare Source

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

v6.1.1

Compare Source

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)

v6.1.0

Compare Source

Features
  • Add support for ActiveRecord binds in the log events (#​2761)
Bug Fixes
  • Guard log subscribers with initialized check (#​2765)

v6.0.0

Compare Source

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

v5.28.1

Compare Source

Bug Fixes
  • The sentry.origin log event attribute is now correctly prefixed with auto.log (#​2749)

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o October 23, 2025 04:10 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from c529bf0 to 2ec7153 Compare October 23, 2025 13:02
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o October 23, 2025 13:03 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 2ec7153 to 33c9023 Compare October 23, 2025 13:50
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o October 23, 2025 13:51 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 33c9023 to c97b504 Compare October 23, 2025 19:53
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o October 23, 2025 19:54 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from c97b504 to bcfa2a8 Compare October 24, 2025 15:11
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o October 24, 2025 15:12 Inactive
@coveralls
Copy link

coveralls commented Oct 24, 2025

Pull Request Test Coverage Report for Build 19743629908

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.833%

Totals Coverage Status
Change from base Build 19640498490: 0.0%
Covered Lines: 948
Relevant Lines: 969

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from bcfa2a8 to 8ecc2ff Compare October 27, 2025 15:02
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o October 27, 2025 15:03 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 8ecc2ff to 306f4b9 Compare October 30, 2025 15:19
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o October 30, 2025 15:19 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 306f4b9 to ce39de6 Compare October 30, 2025 15:24
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o October 30, 2025 15:25 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from ce39de6 to 3749852 Compare October 31, 2025 15:50
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o October 31, 2025 15:50 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 3749852 to 8250cf2 Compare November 4, 2025 15:08
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 4, 2025 15:08 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 8250cf2 to 0245698 Compare November 4, 2025 15:22
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 4, 2025 15:22 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 0245698 to e8fd45c Compare November 4, 2025 15:40
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 4, 2025 15:41 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from e8fd45c to 6e0a95c Compare November 4, 2025 15:42
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 4, 2025 15:42 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 6e0a95c to 5eafc64 Compare November 4, 2025 21:31
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 4, 2025 21:32 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 5eafc64 to fbfa6a5 Compare November 6, 2025 18:58
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 6, 2025 18:58 Inactive
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 14, 2025 17:37 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from d3b79fa to bf09bcf Compare November 17, 2025 19:25
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 17, 2025 19:26 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from bf09bcf to d0e2582 Compare November 18, 2025 19:18
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 18, 2025 19:19 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from d0e2582 to 1e3d428 Compare November 18, 2025 19:24
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 18, 2025 19:24 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 1e3d428 to 80e39e0 Compare November 19, 2025 19:18
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 19, 2025 19:18 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 80e39e0 to c19aefa Compare November 19, 2025 19:26
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 19, 2025 19:26 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from c19aefa to e46d6ad Compare November 19, 2025 19:53
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 19, 2025 19:53 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from e46d6ad to d704175 Compare November 20, 2025 14:36
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 20, 2025 14:37 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from d704175 to 8ac021e Compare November 20, 2025 16:33
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 20, 2025 16:33 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 8ac021e to 6ed63f6 Compare November 20, 2025 16:58
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 20, 2025 17:03 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 6ed63f6 to 742b660 Compare November 21, 2025 16:55
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 21, 2025 16:55 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 742b660 to bc08897 Compare November 21, 2025 20:07
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 21, 2025 20:07 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from bc08897 to 43bef78 Compare November 24, 2025 15:55
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 24, 2025 15:55 Inactive
@renovate renovate bot force-pushed the renovate/major-sentry-ruby-monorepo branch from 43bef78 to 146bcd7 Compare November 25, 2025 14:15
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-m-srsn8o November 25, 2025 14:15 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants