This repository was archived by the owner on Jul 26, 2025. It is now read-only.
chore(deps): update sentry-ruby monorepo to v5.24.0#300
Merged
Conversation
4686651 to
33a228a
Compare
33a228a to
b759f50
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.23.0->5.24.05.23.0->5.24.0Release Notes
getsentry/sentry-ruby (sentry-rails)
v5.24.0Compare Source
Features
Add new sidekiq config
report_only_dead_jobs(#2581)Add
max_nestingof 10 to breadcrumbs data serialization (#2583)Add sidekiq config
propagate_tracesto control trace header injection (#2588)If you use schedulers you can get one large trace with all your jobs which is undesirable.
We recommend using the following to propagate traces only from the Rails server and not elsewhere.
Only expose
active_storagekeys on span data ifsend_default_piiis on (#2589)Add new
Sentry.loggerfor Structured Logging feature (#2620).To enable structured logging you need to turn on the
enable_logsconfiguration option:... your setup ...
end
You can also use message templates with positional or hash parameters:
Any other arbitrary attributes will be sent as part of the log event payload:
enable_logsistrue, previousSentry.loggershould no longer be used for internal SDKlogging - it was replaced by
Sentry.configuration.sdk_loggerand should be used only by the SDKitself and its extensions.
active_job_report_on_retry_errorwhich enables reporting errors on each retry error (#2617)Bug Fixes
Internal
user_segmentfrom DSC (#2586)loggerwithsdk_logger(#2621)Sentry.loggeris now deprecated whenenable_logsis turned off. It's original behavior was ported toSentry.configuration.sdk_logger. Please notice that this logger is internal and should only be used for SDK-specific logging needs. (#2621)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.