Skip to content

deps: bump @sentry/node from 9.24.0 to 9.27.0 #633

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 4 commits into from
Jun 11, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2025

Bumps @sentry/node from 9.24.0 to 9.27.0.

Release notes

Sourced from @​sentry/node's releases.

9.27.0

  • feat(node): Expand how vercel ai input/outputs can be set (#16455)
  • feat(node): Switch to new semantic conventions for Vercel AI (#16476)
  • feat(react-router): Add component annotation plugin (#16472)
  • feat(react-router): Export wrappers for server loaders and actions (#16481)
  • fix(browser): Ignore unrealistically long INP values (#16484)
  • fix(react-router): Conditionally add ReactRouterServer integration (#16470)

Bundle size 📦

Path Size
@​sentry/browser 23.43 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 37.46 KB
@​sentry/browser (incl. Tracing, Replay) 74.68 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.94 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.33 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.13 KB
@​sentry/browser (incl. Feedback) 39.77 KB
@​sentry/browser (incl. sendFeedback) 28.03 KB
@​sentry/browser (incl. FeedbackAsync) 32.8 KB
@​sentry/react 25.15 KB
@​sentry/react (incl. Tracing) 39.41 KB
@​sentry/vue 27.69 KB
@​sentry/vue (incl. Tracing) 39.27 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.88 KB
CDN Bundle (incl. Tracing) 37.63 KB
CDN Bundle (incl. Tracing, Replay) 72.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.99 KB
CDN Bundle - uncompressed 72.67 KB
CDN Bundle (incl. Tracing) - uncompressed 111.42 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.72 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.25 KB
@​sentry/nextjs (client) 41.03 KB
@​sentry/sveltekit (client) 37.93 KB
@​sentry/node 146.75 KB
@​sentry/node - without tracing 96.03 KB
@​sentry/aws-serverless 121.19 KB

9.26.0

  • feat(react-router): Re-export functions from @sentry/react (#16465)
  • fix(nextjs): Skip re instrumentating on generate phase of experimental build mode (#16410)
  • fix(node): Ensure adding sentry-trace and baggage headers via SentryHttpInstrumentation doesn't crash (#16473)

Bundle size 📦

Path Size

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

9.27.0

  • feat(node): Expand how vercel ai input/outputs can be set (#16455)
  • feat(node): Switch to new semantic conventions for Vercel AI (#16476)
  • feat(react-router): Add component annotation plugin (#16472)
  • feat(react-router): Export wrappers for server loaders and actions (#16481)
  • fix(browser): Ignore unrealistically long INP values (#16484)
  • fix(react-router): Conditionally add ReactRouterServer integration (#16470)

9.26.0

  • feat(react-router): Re-export functions from @sentry/react (#16465)
  • fix(nextjs): Skip re instrumentating on generate phase of experimental build mode (#16410)
  • fix(node): Ensure adding sentry-trace and baggage headers via SentryHttpInstrumentation doesn't crash (#16473)

9.25.1

  • fix(otel): Don't ignore child spans after the root is sent (#16416)

9.25.0

Important Changes

  • feat(browser): Add option to ignore mark and measure spans (#16443)

This release adds an option to browserTracingIntegration that lets you ignore mark and measure spans created from the performance.mark(...) and performance.measure(...) browser APIs:

Sentry.init({
  integrations: [
    Sentry.browserTracingIntegration({
      ignorePerformanceApiSpans: ['measure-to-ignore', /mark-to-ignore/],
    }),
  ],
});

Other Changes

  • feat(browser): Export getTraceData from the browser sdks (#16433)
  • feat(node): Add includeServerName option (#16442)
  • fix(nuxt): Remove setting @sentry/nuxt external (#16444)
Commits
  • 650abf3 release: 9.27.0
  • 5a672c9 Merge pull request #16489 from getsentry/prepare-release/9.27.0
  • 9d1c05e meta(changelog): Update changelog for 9.27.0
  • 6d61be0 fix(browser): Ignore unrealistically long INP values (#16484)
  • 0a7b915 ref(vue): Clarify Vue tracing (#16487)
  • b1fd4a1 test(vue): Add tests for Vue tracing mixins (#16486)
  • 497b76e feat(react-router): Add component annotation plugin (#16472)
  • cfa8d41 feat(react-router): Export wrappers for server loaders and actions (#16481)
  • bfe5e88 feat(node): Expand how vercel ai input/outputs can be set (#16455)
  • 45088a2 feat(node): Switch to new semantic conventions for Vercel AI (#16476)
  • 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 June 6, 2025 07:17
@dependabot dependabot bot requested a review from pyropy as a code owner June 6, 2025 07:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 6, 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 the javascript Pull requests that update Javascript code label Jun 6, 2025
@dependabot dependabot bot requested a review from NikolasHaimerl as a code owner June 6, 2025 07:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 6, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/node-9.27.0 branch from d51aeab to 54b0256 Compare June 10, 2025 10:05
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 9.24.0 to 9.27.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.24.0...9.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/node-9.27.0 branch from 54b0256 to 0204b4c Compare June 10, 2025 10:08
@pyropy pyropy enabled auto-merge (squash) June 10, 2025 10:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 11, 2025

A newer version of @​sentry/node exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@pyropy pyropy merged commit 0cbb10d into main Jun 11, 2025
8 checks passed
@pyropy pyropy deleted the dependabot/npm_and_yarn/sentry/node-9.27.0 branch June 11, 2025 09:59
@github-project-automation github-project-automation bot moved this to ✅ done in Space Meridian Jun 11, 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