Update sentry-ruby monorepo to v7 - #462
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Coverage Report for CI Build 33566767659Coverage remained the same at 98.3%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
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:
6.7.0→7.0.06.7.0→7.0.0Release Notes
getsentry/sentry-ruby (sentry-rails)
v7.0.0Compare Source
Breaking Changes 🛠
Logs are now enabled by default and
enable_logsis removed. by @sl0thentr0py in #3053Using
sentry-railswill automatically turn on automatic structured logging from Rails. if you want to turn it off, use:Metrics are now enabled by default and
enable_metricsis removed. by @sl0thentr0py in #3061config.otlp.setup_otlp_traces_exporterandconfig.otlp.setup_propagatornow default to false. by @sl0thentr0py in #3063New Features ✨
Data Collection
We are moving away from
send_default_piito a more granular configuration calleddata_collection.It allows you to precisely control the data that Sentry collects from your app.
send_default_piiis deprecated but will continue to default tofalse.data_collectionwill be backfilled whensend_default_pii = falsewith the following values in 7.0.0:In 8.0.0,
send_default_piiwill be removed and we will move to more permissive defaults fordata_collection.We recommend migrating to
data_collectionto match the behavior you want eventually.Configuration
📅 Schedule: (UTC)
* 0-4,22-23 * * 1-5)* * * * 0,6)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.