-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(web): update dependency @sentry/react to v7.84.0 #12992
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12992 +/- ##
===========================================
- Coverage 57.26% 35.92% -21.35%
===========================================
Files 84 58 -26
Lines 578 309 -269
Branches 82 35 -47
===========================================
- Hits 331 111 -220
+ Misses 246 197 -49
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
🎉 This PR is included in version 1.98.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR contains the following updates:
7.83.0
->7.84.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
getsentry/sentry-javascript (@sentry/react)
v7.84.0
Compare Source
Important Changes
automaticVercelMonitors
to befalse
by default (#9697)From this version onwards the default for the
automaticVercelMonitors
option in the Next.js SDK is set to false.Previously, if you made use of Vercel Crons the SDK automatically instrumented the relevant routes to create Sentry monitors.
Because this feature will soon be generally available, we are now flipping the default to avoid situations where quota is used unexpectedly.
If you want to continue using this feature, make sure to set the
automaticVercelMonitors
flag totrue
in yournext.config.js
Sentry settings.Other Changes
astro
peer dependency range (#9696)middleware
in node_modules (#9686)Bundle size 📦
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.