Skip to content

deps: bump @sentry/node from 9.6.1 to 9.7.0 #553

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.6.1 to 9.7.0.

Release notes

Sourced from @​sentry/node's releases.

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 📦

Path Size
@​sentry/browser 23.28 KB
@​sentry/browser - with treeshaking flags 23.09 KB
@​sentry/browser (incl. Tracing) 36.33 KB
@​sentry/browser (incl. Tracing, Replay) 73.5 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.93 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.13 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.69 KB
@​sentry/browser (incl. Feedback) 40.42 KB
@​sentry/browser (incl. sendFeedback) 27.91 KB
@​sentry/browser (incl. FeedbackAsync) 32.7 KB
@​sentry/react 25.08 KB
@​sentry/react (incl. Tracing) 38.23 KB
@​sentry/vue 27.52 KB
@​sentry/vue (incl. Tracing) 38.02 KB
@​sentry/svelte 23.3 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 36.37 KB
CDN Bundle (incl. Tracing, Replay) 71.39 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.57 KB
CDN Bundle - uncompressed 71.56 KB
CDN Bundle (incl. Tracing) - uncompressed 107.94 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 219.2 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 231.77 KB
@​sentry/nextjs (client) 39.52 KB
@​sentry/sveltekit (client) 36.73 KB
@​sentry/node 142.62 KB
@​sentry/node - without tracing 96.01 KB
@​sentry/aws-serverless 120.37 KB

9.7.0-alpha.0

This is an alpha release that includes experimental features which are subject to breaking changes.

  • fix(node): Ensure httpIntegration propagates traces #15735
  • feat(browser): Attach top-level domain to "Failed to fetch" errors #15729

Bundle size 📦

| Path | Size |

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

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)
Commits
  • 526ed8e release: 9.7.0
  • 3b7ec8c Merge pull request #15755 from getsentry/prepare-release/9.7.0
  • 0614d95 meta(changelog): Update changelog for 9.7.0
  • 98c12a3 fix(nuxt): Delete Nuxt server template injection (#15749)
  • 57e9654 chore(docs): Add note on alpha releases to docs (#15741)
  • fc0af38 feat(core): Add captureLog method (#15717)
  • aa1548f fix(node): Use fatal level for unhandled rejections in strict mode (#15720)
  • d76a165 ref(node): Avoid unnecessary array parsing for incoming requests (#15736)
  • fa8e043 fix(node): Ensure incoming traces are propagated without HttpInstrumentation ...
  • d0300e6 Merge pull request #15728 from getsentry/master
  • 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)

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 9.6.1 to 9.7.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.6.1...9.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from bajtos and juliangruber March 21, 2025 08:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2025
@dependabot dependabot bot requested a review from pyropy as a code owner March 21, 2025 08:22
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Mar 21, 2025
@dependabot dependabot bot requested a review from NikolasHaimerl as a code owner March 21, 2025 08:22
@meridian-robot meridian-robot enabled auto-merge (squash) March 21, 2025 08:22
@meridian-robot meridian-robot merged commit 4508a99 into main Mar 21, 2025
25 checks passed
@meridian-robot meridian-robot deleted the dependabot/npm_and_yarn/sentry/node-9.7.0 branch March 21, 2025 09:54
@github-project-automation github-project-automation bot moved this to ✅ done in Space Meridian Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
Status: ✅ done
Development

Successfully merging this pull request may close these issues.

1 participant