This repository was archived by the owner on Jan 12, 2026. It is now read-only.
fix(deps): update dependency @sentry/node to v7.72.0 - #2350
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
September 26, 2023 17:22
cbcdb03 to
f333be7
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
September 26, 2023 19:10
f333be7 to
2c410c3
Compare
niclim
approved these changes
Sep 27, 2023
Merged
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:
7.70.0->7.72.0⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
getsentry/sentry-javascript (@sentry/node)
v7.72.0Compare Source
Important Changes
This release introduces support for Application Not Responding (ANR) errors for Node.js applications.
These errors are triggered when the Node.js main thread event loop of an application is blocked for more than five seconds.
The Node SDK reports ANR errors as Sentry events and can optionally attach a stacktrace of the blocking code to the ANR event.
To enable ANR detection, import and use the
enableANRDetectionfunction from the@sentry/nodepackage before you run the rest of your application code.Any event loop blocking before calling
enableANRDetectionwill not be detected by the SDK.Example (ESM):
Example (CJS):
Other Changes
RequestAsyncStoragelocations by locations that webpack will resolve (#9114)replay_idis not captured when session is expired (#9109)v7.71.0Compare Source
basename-prefixed route. (#9076)processEvent(#9022)Work in this release contributed by @jorrit. 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.