-
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(api-node): update dependency @sentry/node to v7.92.0 #13647
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13647 +/- ##
===========================================
+ Coverage 57.67% 76.99% +19.31%
===========================================
Files 138 10 -128
Lines 938 113 -825
Branches 82 40 -42
===========================================
- Hits 541 87 -454
+ Misses 396 26 -370
+ Partials 1 0 -1 ☔ View full report in Codecov by Sentry. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
🎉 This PR is included in version 1.100.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR contains the following updates:
7.91.0
->7.92.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
getsentry/sentry-javascript (@sentry/node)
v7.92.0
Compare Source
Important Changes
Deprecations
span.updateName()
and deprecatespan.setName()
(#10018)span.getTraceContext()
(#10032)span.toTraceparent()
in favor ofspanToTraceHeader()
util (#10031)trace
in favor ofstartSpan
(#10012)toContext()
andupdateWithContext()
(#10030)deepReadDirSync
(#10016)lastEventId()
(#10043)Please take a look at the Migration docs for more details. These methods will be removed in the upcoming v8 major release.
Cron Monitoring Support for
cron
andnode-cron
librariescron
library (#9999)node-cron
library (#9904)This release adds instrumentation for the
cron
andnode-cron
libraries. This allows you to monitor your cron jobs with Sentry cron monitors.For
cron
:For
node-cron
:Other Changes
enabled
option to Astro integration options (#10007)attributes
toSpan
(#10008)setClient()
andgetClient()
toScope
(#10055)captureErrorCause
inExtraErrorData
integration (#9914)withScope
sets current scope correctly with async callbacks (#9974)NODE_VERSION
properties required (#9964)Work in this release contributed by @joshkel. Thank you for your contribution!
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.