Skip to content

chore(deps): bump @sentry/node from 9.5.0 to 9.8.0 #10961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Bumps @sentry/node from 9.5.0 to 9.8.0.

Release notes

Sourced from @​sentry/node's releases.

9.8.0

  • feat(node): Implement new continuous profiling API spec (#15635)
  • feat(profiling): Add platform to chunk envelope (#15758)
  • feat(react): Export captureReactException method (#15746)
  • fix(node): Check for res.end before passing to Proxy (#15776)
  • perf(core): Add short-circuits to eventFilters integration (#15752)
  • perf(node): Short circuit flushing on Vercel only for Vercel (#15734)

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 23.11 KB
@​sentry/browser (incl. Tracing) 36.34 KB
@​sentry/browser (incl. Tracing, Replay) 73.51 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.94 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.15 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.71 KB
@​sentry/browser (incl. Feedback) 40.43 KB
@​sentry/browser (incl. sendFeedback) 27.94 KB
@​sentry/browser (incl. FeedbackAsync) 32.73 KB
@​sentry/react 25.1 KB
@​sentry/react (incl. Tracing) 38.26 KB
@​sentry/vue 27.53 KB
@​sentry/vue (incl. Tracing) 38.04 KB
@​sentry/svelte 23.33 KB
CDN Bundle 24.52 KB
CDN Bundle (incl. Tracing) 36.38 KB
CDN Bundle (incl. Tracing, Replay) 71.41 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.61 KB
CDN Bundle - uncompressed 71.68 KB
CDN Bundle (incl. Tracing) - uncompressed 108.06 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 219.32 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 231.88 KB
@​sentry/nextjs (client) 39.56 KB
@​sentry/sveltekit (client) 36.76 KB
@​sentry/node 142.65 KB
@​sentry/node - without tracing 96.04 KB
@​sentry/aws-serverless 120.41 KB

9.7.0

  • feat(core): Add captureLog method (#15717)
  • feat(remix/cloudflare): Export sentryHandleError (#15726)
  • fix(node): Always flush on Vercel before Lambda freeze (#15602)
  • fix(node): Ensure incoming traces are propagated without HttpInstrumentation (#15732)
  • fix(node): Use fatal level for unhandled rejections in strict mode (#15720)
  • fix(nuxt): Delete Nuxt server template injection (#15749)

Bundle size 📦

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

9.8.0

  • feat(node): Implement new continuous profiling API spec (#15635)
  • feat(profiling): Add platform to chunk envelope (#15758)
  • feat(react): Export captureReactException method (#15746)
  • fix(node): Check for res.end before passing to Proxy (#15776)
  • perf(core): Add short-circuits to eventFilters integration (#15752)
  • perf(node): Short circuit flushing on Vercel only for Vercel (#15734)

9.7.0

  • feat(core): Add captureLog method (#15717)
  • feat(remix/cloudflare): Export sentryHandleError (#15726)
  • fix(node): Always flush on Vercel before Lambda freeze (#15602)
  • fix(node): Ensure incoming traces are propagated without HttpInstrumentation (#15732)
  • fix(node): Use fatal level for unhandled rejections in strict mode (#15720)
  • fix(nuxt): Delete Nuxt server template injection (#15749)

9.6.1

  • feat(deps): bump @​prisma/instrumentation from 6.4.1 to 6.5.0 (#15714)
  • feat(deps): bump @​sentry/cli from 2.42.2 to 2.42.3 (#15711)
  • fix(nextjs): Re-patch router if it is overridden by Next.js (#15721)
  • fix(nuxt): Add Nitro Rollup plugin to inject Sentry server config (#15710)
  • chore(deps): Bump rollup to 4.35.0 (#15651)

9.6.0

Important Changes

  • feat(tanstackstart): Add @sentry/tanstackstart-react package and make @sentry/tanstackstart package a utility package (#15629)

    Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the @sentry/tanstackstart SDK package was renamed to @sentry/tanstackstart-react to reflect that the SDK is specifically intended to be used for React TanStack Start applications. Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.

Other Changes

  • feat(astro): Accept all vite-plugin options (#15638)
  • feat(deps): bump @​sentry/webpack-plugin from 3.2.1 to 3.2.2 (#15627)
  • feat(tanstackstart): Refine initial API (#15574)
  • fix(core): Ensure fill only patches functions (#15632)
  • fix(nextjs): Consider pageExtensions when looking for instrumentation file (#15701)
  • fix(remix): Null-check options (#15610)
  • fix(sveltekit): Correctly parse angle bracket type assertions for auto instrumentation (#15578)
  • fix(sveltekit): Guard process variable (#15605)

Work in this release was contributed by @​angelikatyborska and @​nwalters512. Thank you for your contributions!

Commits
  • 14f3eb9 release: 9.8.0
  • f633beb Merge pull request #15777 from getsentry/prepare-release/9.8.0
  • 6ce989c meta(changelog): Update changelog for 9.8.0
  • f4cd540 perf(node): Short circuit flushing on Vercel only for Vercel (#15734)
  • d9260cf fix(node): Check for res.end before passing to Proxy (#15776)
  • 3d63621 profiling: add platform to chunk envelope (#15758)
  • 4bc89bd Merge pull request #15756 from getsentry/master
  • e9248e0 feat(react): Export captureReactException method (#15746)
  • 46eff72 perf(core): Add short-circuits to eventFilters integration (#15752)
  • f2b861c Merge branch 'release/9.7.0'
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 9.5.0 to 9.8.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.5.0...9.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related to dependency updates javascript [dependabot only] Pull requests that update Javascript packages labels Mar 21, 2025
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sentry/node@9.5.09.8.0 Transitive: filesystem, shell +50 27 MB

View full report↗︎

@chris48s chris48s added this pull request to the merge queue Mar 21, 2025
Merged via the queue into master with commit 7a06816 Mar 21, 2025
23 checks passed
@chris48s chris48s deleted the dependabot/npm_and_yarn/sentry/node-9.8.0 branch March 21, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependency updates javascript [dependabot only] Pull requests that update Javascript packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant