Update sentry-ruby monorepo to v5.27.0 #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/sentry-ruby-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
5.26.0
->5.27.0
5.26.0
->5.27.0
Release Notes
getsentry/sentry-ruby (sentry-rails)
v5.27.0
Compare Source
Feature
Propagated sampling rates as specified in Traces docs (#2671)
Support for Rails ActiveSupport log subscribers (#2690)
Support for defining custom Rails log subscribers that work with Sentry Structured Logging (#2689)
Rails applications can now define custom log subscribers that integrate with Sentry's structured logging system. The feature includes built-in subscribers for ActionController, ActiveRecord, ActiveJob, and ActionMailer events, with automatic parameter filtering that respects Rails'
config.filter_parameters
configuration.To enable structured logging with Rails log subscribers:
... your setup ...
Make sure structured logging is enabled
Enable default Rails log subscribers (ActionController and ActiveRecord)
end
You can also define custom log subscribers by extending the base class:
structured_logging
config namespace (#2692)Bug Fixes
_perform
method redefinition warning (#2682)attr_reader
(#2673)Internal
Sentry::DebugTransport
that captures events and stores them as JSON for debugging purposes (#2664)Sentry::DebugStructuredLogger
that caputres log events and stores them as JSON to a file for debugging purposes (#2693)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.