This repository was archived by the owner on Jan 12, 2026. It is now read-only.
fix(deps): update dependency @sentry/node to v7.73.0 - #2371
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
October 3, 2023 19:55
43ba290 to
0e1398f
Compare
renovate
Bot
force-pushed
the
renovate/sentry-javascript-monorepo
branch
from
October 3, 2023 19:59
0e1398f to
19dd1d3
Compare
Contributor
|
closing - can update / unpin sentry when 7.74.0 is released (details in #2369) |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update (7.73.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.73.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.73.0Compare Source
Important Changes
This is fully backwards compatible with prior versions of the Replay SDK. The only breaking change that we will making is to not be masking
aria-labelby default. The reason for this change is to align with our core SDK which also does not maskaria-label. This change also enables better support of searching by clicks.Another change that needs to be highlighted is the 13% bundle size increase. This bundle size increase is necessary to bring improved recording performance and improved replay fidelity, especially in regards to web components and iframes. We will be investigating the reduction of the bundle size in this PR.
Here are benchmarks comparing the version 1 of rrweb to version 2
Other Changes
captureAllExceptionsby default (#9102)tunnelis considered forisSentryUrlchecks (#9130)RequestAsyncStoragefallback path (#9126)loadfunctions (#9071)InboundFiltersintegration to useprocessEvent(#9020)processEvent(#9019)Work in this release contributed by @vlad-zhukov. Thank you for your contribution!
Bundle size 📦
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!
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.