-
Notifications
You must be signed in to change notification settings - Fork 30
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(deps): update dependency @sentry/node to v7.88.0 #3310
Conversation
|
Deploy preview for merchant-center-application-kit ready! ✅ Preview Built with commit 59dc600. |
Deploy preview for application-kit-custom-views ready! ✅ Preview Built with commit 59dc600. |
42e33cb
to
f60be8a
Compare
f60be8a
to
00cef29
Compare
00cef29
to
d370ceb
Compare
d370ceb
to
bfd35b4
Compare
bfd35b4
to
b53699a
Compare
b53699a
to
20d2f6e
Compare
20d2f6e
to
e09e38e
Compare
e09e38e
to
5273da6
Compare
5273da6
to
62591ae
Compare
62591ae
to
02233d6
Compare
02233d6
to
2cd8a21
Compare
2cd8a21
to
ce42fc4
Compare
@@ -27,7 +27,7 @@ | |||
"dependencies": { | |||
"@babel/runtime": "^7.22.15", | |||
"@babel/runtime-corejs3": "^7.22.15", | |||
"@sentry/node": "7.81.0", | |||
"@sentry/node": "7.88.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emmenko I don't see this dependency imported anywhere.
Do you maybe remember why it is here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah good catch. It's a leftover from #1472 when we open sourced our logger package. Back then we had sentry tracking included for our backend services.
We can remove this dependency now. Thanks
We decided to remove the |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
7.81.0
->7.88.0
Release Notes
getsentry/sentry-javascript (@sentry/node)
v7.88.0
Compare Source
Important Changes
The release adds alpha support for Sentry developer metrics in the Browser SDKs (
@sentry/browser
and related framework SDKs). Via the newly introduced APIs, you can now flush metrics directly to Sentry.To enable capturing metrics, you first need to add the
MetricsAggregator
integration.Then you'll be able to add
counters
,sets
,distributions
, andgauges
under theSentry.metrics
namespace.In a future release we'll add support for server runtimes (Node, Deno, Bun, Vercel Edge, etc.)
Deno.cron
(#9808)This releases add support for instrumenting Deno cron's with Sentry cron monitors. This requires v1.38 of Deno run with the
--unstable
flag and the usage of theDenoCron
Sentry integration.Other Changes
rrweb
to 2.6.0 (#9847)v7.87.0
Compare Source
getCurrentScope()
method (#9800)rrweb
to 2.5.0 (#9803)./exports
(#9775)assetPrefix
is defined (#9766)Bundle size 📦
v7.86.0
Compare Source
process.env.NODE_ENV
access in Spotlight integration (#9748)v7.85.0
Compare Source
addEventProcessor
method (#9554)box-shadow
to use CSS var (#9630)Bundle size 📦
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 📦
v7.83.0
Compare Source
assets
option to source maps upload options (#9668)exactOptionalPropertyTypes
onErrorBoundary
(#9098)types
(#9682)Bundle size 📦
v7.82.0
Compare Source
setup
hook to integrations (#9556)getClient()
method (#9638)mechanism
as event hint (#9590)continueTrace
without callback (#9615)addInstrumentationHandler
to dedicated methods (#9542)BODY_PARSE_ERROR
warning & time out fetch response load (#9622)RequestData
integration to@sentry/core
(#9597)Work in this release contributed by @arya-s. Thank you for your contribution!
Bundle size 📦
v7.81.1
Compare Source
globalThis
instead ofglobal
in edge runtime (#9612)Work in this release contributed by @powerfulyang, @LubomirIgonda1, @joshkel, and @alexgleason. Thank you for your contributions!
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.