Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

deps: bump @sentry/node from 9.19.0 to 9.20.0#757

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/sentry/node-9.20.0
May 20, 2025
Merged

deps: bump @sentry/node from 9.19.0 to 9.20.0#757
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/sentry/node-9.20.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps @sentry/node from 9.19.0 to 9.20.0.

Release notes

Sourced from @​sentry/node's releases.

9.20.0

Important changes

  • feat(browser): Track measure detail as span attributes (#16240)

The SDK now automatically collects details passed to performance.measure options.

Other changes

  • feat(node): Add maxIncomingRequestBodySize (#16225)
  • feat(react-router): Add server action instrumentation (#16292)
  • feat(react-router): Filter manifest requests (#16294)
  • feat(replay): Extend default list for masking with aria-label (#16192)
  • fix(browser): Ensure pageload & navigation spans have correct data (#16279)
  • fix(cloudflare): Account for static fields in wrapper type (#16303)
  • fix(nextjs): Preserve next.route attribute on root spans (#16297)
  • feat(node): Fork isolation scope in tRPC middleware (#16296)
  • feat(core): Add orgId option to init and DSC (sentry-org_id in baggage) (#16305)

Bundle size 📦

Path Size
@​sentry/browser 23.48 KB
@​sentry/browser - with treeshaking flags 23.15 KB
@​sentry/browser (incl. Tracing) 37.56 KB
@​sentry/browser (incl. Tracing, Replay) 74.79 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.98 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.27 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 28.11 KB
@​sentry/browser (incl. FeedbackAsync) 32.87 KB
@​sentry/react 25.25 KB
@​sentry/react (incl. Tracing) 39.53 KB
@​sentry/vue 27.77 KB
@​sentry/vue (incl. Tracing) 39.34 KB
@​sentry/svelte 23.5 KB
CDN Bundle 24.66 KB
CDN Bundle (incl. Tracing) 37.63 KB
CDN Bundle (incl. Tracing, Replay) 72.58 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.9 KB
CDN Bundle - uncompressed 71.95 KB
CDN Bundle (incl. Tracing) - uncompressed 111.4 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.7 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.23 KB
@​sentry/nextjs (client) 41.1 KB
@​sentry/sveltekit (client) 38.04 KB
@​sentry/node 154.45 KB
@​sentry/node - without tracing 95.77 KB

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

9.20.0

Important changes

  • feat(browser): Track measure detail as span attributes (#16240)

The SDK now automatically collects details passed to performance.measure options.

Other changes

  • feat(node): Add maxIncomingRequestBodySize (#16225)
  • feat(react-router): Add server action instrumentation (#16292)
  • feat(react-router): Filter manifest requests (#16294)
  • feat(replay): Extend default list for masking with aria-label (#16192)
  • fix(browser): Ensure pageload & navigation spans have correct data (#16279)
  • fix(cloudflare): Account for static fields in wrapper type (#16303)
  • fix(nextjs): Preserve next.route attribute on root spans (#16297)
  • feat(node): Fork isolation scope in tRPC middleware (#16296)
  • feat(core): Add orgId option to init and DSC (sentry-org_id in baggage) (#16305)
Commits
  • c36dd47 release: 9.20.0
  • dac1e80 Merge pull request #16312 from getsentry/prepare-release/9.20.0
  • 6da8816 meta(changelog): Update changelog for 9.20.0
  • bad34c8 chore(node): Remove unused stealthWrap and utils around it (#16325)
  • c3a9682 feat(core): Add orgId option to init and DSC (sentry-org_id in baggage)...
  • 6d63705 Merge pull request #16296 from getsentry/ab/trpc-middleware-isolation-scope-f...
  • 12c90d1 feat(node): Add maxIncomingRequestBodySize (#16225)
  • f128046 chore: Add node 24 to profiling node README (#16301)
  • 5b74eea fix(cloudflare): Account for static fields in wrapper type (#16303)
  • 33e965d fix(nextjs): Preserve next.route attribute on root spans (#16297)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from bajtos and juliangruber May 20, 2025 07:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 20, 2025
@github-actions github-actions bot enabled auto-merge (squash) May 20, 2025 07:06
@socket-security
Copy link

socket-security bot commented May 20, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​sentry/​node@​9.19.0 ⏵ 9.20.0100 +16100100 +6100 +1100

View full report

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/node-9.20.0 branch from 5b9cdfb to d19735a Compare May 20, 2025 07:10
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 9.19.0 to 9.20.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@9.19.0...9.20.0)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-version: 9.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/node-9.20.0 branch from d19735a to be871c5 Compare May 20, 2025 07:13
@github-actions github-actions bot merged commit 6c3c75d into main May 20, 2025
41 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/sentry/node-9.20.0 branch May 20, 2025 07:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants