dependabot(npm): bump @sentry/node from 7.99.0 to 7.109.0
Bumps @sentry/node from 7.99.0 to 7.109.0.
Release notes
Sourced from @sentry/node's releases.
7.109.0
This release deprecates some exports from the
@sentry/replaypackage. These exports have been moved to the browser SDK (or related framework SDKs like@sentry/react).
- feat(feedback): Make "required" text for input elements configurable (#11287)
- feat(node): Add scope to ANR events (#11267)
- feat(replay): Bump
rrwebto 2.12.0 (#11317)- fix(node): Local variables skipped after Promise (#11248)
- fix(node): Skip capturing Hapi Boom error responses (#11324)
- fix(web-vitals): Check for undefined navigation entry (#11312)
- ref(replay): Deprecate
@sentry/replayexports (#11242)Work in this release contributed by
@soerface. Thank you for your contribution!Bundle size 📦
Path Size @sentry/browser(incl. Tracing, Replay, Feedback) - Webpack (gzipped)80.48 KB @sentry/browser(incl. Tracing, Replay) - Webpack (gzipped)71.47 KB @sentry/browser(incl. Tracing, Replay with Canvas) - Webpack (gzipped)75.49 KB @sentry/browser(incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)65.11 KB @sentry/browser(incl. Tracing) - Webpack (gzipped)35.41 KB @sentry/browser(incl. browserTracingIntegration) - Webpack (gzipped)35.29 KB @sentry/browser(incl. Feedback) - Webpack (gzipped)31.52 KB @sentry/browser(incl. sendFeedback) - Webpack (gzipped)31.53 KB @sentry/browser- Webpack (gzipped)22.74 KB @sentry/browser(incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped)78.59 KB @sentry/browser(incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)69.97 KB @sentry/browser(incl. Tracing) - ES6 CDN Bundle (gzipped)35.77 KB @sentry/browser- ES6 CDN Bundle (gzipped)25.17 KB @sentry/browser(incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)220.31 KB @sentry/browser(incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)108.12 KB @sentry/browser- ES6 CDN Bundle (minified & uncompressed)75.48 KB @sentry/browser(incl. Tracing) - ES5 CDN Bundle (gzipped)39 KB @sentry/react(incl. Tracing, Replay) - Webpack (gzipped)71.97 KB @sentry/react- Webpack (gzipped)22.77 KB @sentry/nextjsClient (incl. Tracing, Replay) - Webpack (gzipped)89.81 KB @sentry/nextjsClient - Webpack (gzipped)53.95 KB @sentry-internal/feedback- Webpack (gzipped)17.3 KB 7.108.0
This release fixes issues with Time to First Byte (TTFB) calculation in the SDK that was introduced with
7.95.0. It also fixes some bugs with Interaction to First Paint (INP) instrumentation. This may impact your Sentry Performance Score calculation.
... (truncated)
Changelog
Sourced from @sentry/node's changelog.
7.109.0
This release deprecates some exports from the
@sentry/replaypackage. These exports have been moved to the browser SDK (or related framework SDKs like@sentry/react).
- feat(feedback): Make "required" text for input elements configurable (#11287)
- feat(node): Add scope to ANR events (#11267)
- feat(replay): Bump
rrwebto 2.12.0 (#11317)- fix(node): Local variables skipped after Promise (#11248)
- fix(node): Skip capturing Hapi Boom error responses (#11324)
- fix(web-vitals): Check for undefined navigation entry (#11312)
- ref(replay): Deprecate
@sentry/replayexports (#11242)Work in this release contributed by
@soerface. Thank you for your contribution!7.108.0
This release fixes issues with Time to First Byte (TTFB) calculation in the SDK that was introduced with
7.95.0. It also fixes some bugs with Interaction to First Paint (INP) instrumentation. This may impact your Sentry Performance Score calculation.
- feat(serverless): Add Node.js 20 to compatible runtimes (#11104)
- feat(core): Backport
ResizeObserverandgoogletagdefault filters (#11210)- feat(webvitals): Adds event entry names for INP handler. Also guard against empty metric value
- fix(metrics): use correct statsd data category (#11187)
- fix(node): Record local variables with falsy values (v7) (#11190)
- fix(node): Use unique variable for ANR context transfer (v7) (#11162)
- fix(node): Time zone handling for
cron(#11225)- fix(tracing): use web-vitals ttfb calculation (#11231)
- fix(types): Fix incorrect
sampledtype onTransaction(#11146)- fix(webvitals): Fix mapping not being maintained properly and sometimes not sending INP spans (#11183)
Work in this release contributed by
@quisidoand@joshkel. Thank you for your contributions!7.107.0
This release fixes issues with INP instrumentation with the Next.js SDK and adds support for the
enableInpoption in the deprecatedBrowserTracingintegration for backwards compatibility.
- feat(performance): Port INP span instrumentation to old browser tracing (#11085)
- fix(ember): Ensure browser tracing is correctly lazy loaded (#11027)
- fix(node): Do not assert in vendored proxy code (v7 backport) (#11009)
- fix(react): Set
handledvalue in ErrorBoundary depending on fallback [v7] (#11037)7.106.1
- fix(nextjs/v7): Use passthrough
createReduxEnhanceron server (#11010)7.106.0
... (truncated)
Commits
4a9a207release: 7.109.05c04c02meta: CHANGELOG for 7.109.0 (#11340)1c43a5afix(node): [v7] Skip capturing Hapi Boom error responses (#11324)9d680fffeat(node): Add scope to ANR events (v7) (#11267)42b09c5fix(web-vitals): [v7] Check for undefined navigation entry (#11312)75b4361feat(replay/v7): Bumprrwebto 2.12.0 (#11317)f8ac61dfeat(feedback/v7): Make "required" text for input elements configurable (#11287)16dc092fix(node): Local variables skipped after Promise (v7) (#11248)ef37773ref(v7/replay): Deprecate@sentry/replayexports (#11242)25af150Merge branch 'release/7.108.0' into v7- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
The following labels could not be found: M-dependabot.
Hey @dependabot[bot]! This PR has merge conflicts. Please fix them before continuing review.
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.