fix(deps): update dependency @sentry/node to v7.82.0 #26

Merged
Fascinated merged 1 commits from renovate/sentry-javascript-monorepo into master 2023-11-27 18:10:45 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@sentry/node (source) dependencies minor 7.81.1 -> 7.82.0

Release Notes

getsentry/sentry-javascript (@​sentry/node)

v7.82.0

Compare Source

  • feat(astro): Automatically add Sentry middleware in Astro integration (#​9532)
  • feat(core): Add optional setup hook to integrations (#​9556)
  • feat(core): Add top level getClient() method (#​9638)
  • feat(core): Allow to pass mechanism as event hint (#​9590)
  • feat(core): Allow to use continueTrace without callback (#​9615)
  • feat(feedback): Add onClose callback to showReportDialog (#​9433) (#​9550)
  • feat(nextjs): Add request data to all edge-capable functionalities (#​9636)
  • feat(node): Add Spotlight option to Node SDK (#​9629)
  • feat(utils): Refactor addInstrumentationHandler to dedicated methods (#​9542)
  • fix: Make full url customizable for Spotlight (#​9652)
  • fix(astro): Remove Auth Token existence check (#​9651)
  • fix(nextjs): Fix middleware detection logic (#​9637)
  • fix(remix): Skip capturing aborted requests (#​9659)
  • fix(replay): Add BODY_PARSE_ERROR warning & time out fetch response load (#​9622)
  • fix(tracing): Filter out invalid resource sizes (#​9641)
  • ref: Hoist RequestData integration to @sentry/core (#​9597)
  • ref(feedback): Rename onDialog* to onForm*, remove onActorClick (#​9625)

Work in this release contributed by @​arya-s. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 66.02 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 56.21 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.19 KB
@​sentry/browser - Webpack (gzipped) 21.4 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 62.65 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 29.47 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 21.55 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 197.27 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 89.15 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 64.12 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 32.13 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 66.43 KB
@​sentry/react - Webpack (gzipped) 21.45 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 83.16 KB
@​sentry/nextjs Client - Webpack (gzipped) 48.32 KB
@​sentry-internal/feedback - Webpack (gzipped) 16.19 KB

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sentry/node](https://github.com/getsentry/sentry-javascript/tree/master/packages/node) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`7.81.1` -> `7.82.0`](https://renovatebot.com/diffs/npm/@sentry%2fnode/7.81.1/7.82.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/node)</summary> ### [`v7.82.0`](https://github.com/getsentry/sentry-javascript/releases/tag/7.82.0) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/7.81.1...7.82.0) - feat(astro): Automatically add Sentry middleware in Astro integration ([#&#8203;9532](https://github.com/getsentry/sentry-javascript/issues/9532)) - feat(core): Add optional `setup` hook to integrations ([#&#8203;9556](https://github.com/getsentry/sentry-javascript/issues/9556)) - feat(core): Add top level `getClient()` method ([#&#8203;9638](https://github.com/getsentry/sentry-javascript/issues/9638)) - feat(core): Allow to pass `mechanism` as event hint ([#&#8203;9590](https://github.com/getsentry/sentry-javascript/issues/9590)) - feat(core): Allow to use `continueTrace` without callback ([#&#8203;9615](https://github.com/getsentry/sentry-javascript/issues/9615)) - feat(feedback): Add onClose callback to showReportDialog ([#&#8203;9433](https://github.com/getsentry/sentry-javascript/issues/9433)) ([#&#8203;9550](https://github.com/getsentry/sentry-javascript/issues/9550)) - feat(nextjs): Add request data to all edge-capable functionalities ([#&#8203;9636](https://github.com/getsentry/sentry-javascript/issues/9636)) - feat(node): Add Spotlight option to Node SDK ([#&#8203;9629](https://github.com/getsentry/sentry-javascript/issues/9629)) - feat(utils): Refactor `addInstrumentationHandler` to dedicated methods ([#&#8203;9542](https://github.com/getsentry/sentry-javascript/issues/9542)) - fix: Make full url customizable for Spotlight ([#&#8203;9652](https://github.com/getsentry/sentry-javascript/issues/9652)) - fix(astro): Remove Auth Token existence check ([#&#8203;9651](https://github.com/getsentry/sentry-javascript/issues/9651)) - fix(nextjs): Fix middleware detection logic ([#&#8203;9637](https://github.com/getsentry/sentry-javascript/issues/9637)) - fix(remix): Skip capturing aborted requests ([#&#8203;9659](https://github.com/getsentry/sentry-javascript/issues/9659)) - fix(replay): Add `BODY_PARSE_ERROR` warning & time out fetch response load ([#&#8203;9622](https://github.com/getsentry/sentry-javascript/issues/9622)) - fix(tracing): Filter out invalid resource sizes ([#&#8203;9641](https://github.com/getsentry/sentry-javascript/issues/9641)) - ref: Hoist `RequestData` integration to `@sentry/core` ([#&#8203;9597](https://github.com/getsentry/sentry-javascript/issues/9597)) - ref(feedback): Rename onDialog\* to onForm\*, remove onActorClick ([#&#8203;9625](https://github.com/getsentry/sentry-javascript/issues/9625)) Work in this release contributed by [@&#8203;arya-s](https://github.com/arya-s). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 66.02 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 56.21 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 31.19 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) - Webpack (gzipped) | 21.4 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 62.65 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 29.47 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 21.55 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 197.27 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 89.15 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 64.12 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 32.13 KB | | [@&#8203;sentry/react](https://github.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 66.43 KB | | [@&#8203;sentry/react](https://github.com/sentry/react) - Webpack (gzipped) | 21.45 KB | | [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 83.16 KB | | [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) Client - Webpack (gzipped) | 48.32 KB | | [@&#8203;sentry-internal/feedback](https://github.com/sentry-internal/feedback) - Webpack (gzipped) | 16.19 KB | </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuNjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Fascinated added 1 commit 2023-11-27 18:00:51 +00:00
Fascinated merged commit 06ea301120 into master 2023-11-27 18:10:45 +00:00
Fascinated deleted branch renovate/sentry-javascript-monorepo 2023-11-27 18:10:45 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fascinated/beatsaber-metrics-tracker#26
No description provided.