chore(deps): update sentry-ruby monorepo to v6 - #590
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## staging #590 +/- ##
========================================
Coverage 99.92% 99.92%
========================================
Files 197 197
Lines 2665 2665
========================================
Hits 2663 2663
Misses 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
2 times, most recently
from
November 4, 2025 20:58
b9705e7 to
55f61c3
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
2 times, most recently
from
November 20, 2025 13:09
a939a91 to
9cbaa1f
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
November 25, 2025 15:53
9cbaa1f to
0e0d116
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
November 27, 2025 16:02
0e0d116 to
f0f0ab1
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
December 31, 2025 12:58
f0f0ab1 to
279211a
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
January 15, 2026 14:54
279211a to
3c7b9df
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
February 2, 2026 17:14
3c7b9df to
9ab0a83
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
February 11, 2026 17:12
9ab0a83 to
aabcb22
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
2 times, most recently
from
March 2, 2026 13:23
f3881c8 to
5c0dc79
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
2 times, most recently
from
March 16, 2026 14:43
c8d4ac0 to
9779767
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
May 18, 2026 20:54
9779767 to
4ebc575
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
2 times, most recently
from
June 8, 2026 16:09
fc0d8e1 to
b86844f
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
June 9, 2026 18:49
b86844f to
222ef24
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
July 16, 2026 21:36
222ef24 to
2170266
Compare
renovate
Bot
force-pushed
the
renovate/major-sentry-ruby-monorepo
branch
from
July 21, 2026 01:42
2170266 to
019b673
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'~> 5.26'→'~> 6.6', '>= 6.6.2''~> 5.26'→'~> 6.6', '>= 6.6.2''~> 5.26'→'~> 6.6', '>= 6.6.2'Release Notes
getsentry/sentry-ruby (sentry-rails)
v6.6.2Compare Source
Bug Fixes 🐛
v6.6.1Compare Source
Bug Fixes 🐛
v6.6.0Compare Source
New Features ✨
(yabeda) Add sentry-yabeda adapter gem by @dingsdax in #2925
There's a new
sentry-yabedagem that integrates Sentry Metrics with Yabeda.Add the new gem to your
Gemfile:Initialize Sentry with metrics enabled. The Yabeda adapter registers itself automatically when
sentry-yabedais required — there's no extra setup:Add release detection from Kamal deployment by @t27duck in #2895
Bug Fixes 🐛
Internal Changes 🔧
We made some memory performance and caching improvements with the help of pi-autoresearch. Enjoy the lower overhead!
v6.5.0Compare Source
New Features ✨
Bug Fixes 🐛
trilogydatabase adapter tomysqlfor Query Insights compatibility by @krismichalski in #2656Internal Changes 🔧
v6.4.1Compare Source
Bug Fixes 🐛
v6.4.0Compare Source
Features
Add support for OTLP ingestion in
sentry-opentelemetry(#2853)Sentry now has first class OTLP ingestion capabilities.
Under the hood, this will setup:
OpenTelemetry::Exporterthat will automatically set up the OTLP ingestion endpoint from your DSNconfig.otlp.setup_otlp_traces_exporter = falseto setup your own exporterOTLPPropagatorthat ensures Distributed Tracing worksconfig.otlp.setup_propagator = falseIf you were using the
SpanProcessorbefore, we recommend migrating over toconfig.otlpsince it's a much simpler setup.Treat Sidekiq nil retry as true (#2864)
Queue time capture for Rack (#2838)
Bug Fixes
MetricEventtimestamp serialization to float (#2862)v6.3.1Compare Source
Bug Fixes
ActionDispatch::ExceptionWrapperfor correct HTTP status code (#2850)Internal
v6.3.0Compare Source
Features
Implement new
Sentry.metricsfunctionality (#2818)The SDK now supports Sentry's new Trace Connected Metrics product.
Metrics is enabled by default and only activates once you use the above APIs. To disable completely:
Support for tracing
Sequelqueries (#2814)Add support for OpenTelemetry messaging/queue system spans (#2685)
Add support for
config.std_lib_logger_filterproc (#2829)Bug Fixes
extraattributes for structured logging (#2815)Internal
v6.2.0Compare Source
Features
Fixes
v6.1.2Compare Source
Fixes
v6.1.1Compare Source
Improvements
Bug fixes
ActiveRecord::Base.logger's log entries in the ActiveRecord log subscriber (#2775)v6.1.0Compare Source
Features
Bug Fixes
v6.0.0Compare Source
Breaking Changes
config.async#1894Sentry::Metricsandconfig.metricsand all metrics related code (#2729)config.capture_exception_frame_locals, useinclude_local_variablesinstead (#2730)config.enable_tracing, useconfig.traces_sample_rate = 1.0instead (#2731)config.logger=, useconfig.sdk_logger=instead (#2732)Sentry.loggernow always points to theStructuredLogger(#2752)Sentry::Rails::Tracing::ActionControllerSubscriber(#2733)Event#configuration(#2740)Sentry::Client#generate_sentry_traceandSentry::Client#generate_baggage(#2741)Transactiondeprecations (#2736)Sentry::Transaction::SENTRY_TRACE_REGEXP, useSentry::PropagationContext::SENTRY_TRACE_REGEXPinsteadSentry::Transaction.from_sentry_trace, useSentry.continue_traceinsteadSentry::Transaction.extract_sentry_trace, useSentry::PropagationContext.extract_sentry_traceinsteadSentry::Transaction.configurationSentry::Transaction.hubhubtoSentry::Transaction.finishhubtoSentry::Transaction#initialize(#2739):monotonic_active_support_loggerfromconfig.breadcrumbs_logger(#2717)before_send_check_infor applying toCheckInEvent(#2703)before_sendandbefore_send_transactionis no longer supported and will drop the event.config.enabled_environmentsnow defaults tonilinstead of[]for sending to all environments (#2716)[(301..303), (305..399), (401..404)]will no longer create transactions by default. Seeconfig.trace_ignore_status_codesbelow to control what gets traced.Features
Add
config.trace_ignore_status_codesto control which response codes to ignore for tracing (#2725)You can pass in an Array of individual status codes or ranges of status codes.
Add
config.profiles_sample_intervalto control sampling frequency (#2745)stackprofandverniernow get sampled at a default frequency of 101 Hz.Request body reading checks for
:rewindto match Rack 3 behavior. (#2754)Internal
sentry-raven(#2708)sample_rateclient reports for profiles if profiling is disabled (#2728)Configuration
📅 Schedule: (in timezone Europe/Amsterdam)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.