Skip to content

deps: bump @sentry/node from 9.23.0 to 9.24.0 #627

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
May 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @sentry/node from 9.23.0 to 9.24.0.

Release notes

Sourced from @​sentry/node's releases.

9.24.0

Important Changes

  • feat(angular): Bump @sentry/angular peer dependencies to add Angular 20 support (#16414)

This release adds support for Angular 20 to the Sentry Angular SDK @sentry/angular.

Other Changes

  • feat(browser): Add unregisterOriginalCallbacks option to browserApiErrorsIntegration (#16412)
  • feat(core): Add user to logs (#16399)
  • feat(core): Make sure Supabase db query insights are populated (#16169)

Bundle size 📦

Path Size
@​sentry/browser 23.43 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 37.39 KB
@​sentry/browser (incl. Tracing, Replay) 74.64 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.92 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.29 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.09 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.35 KB
@​sentry/vue 27.67 KB
@​sentry/vue (incl. Tracing) 39.19 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.71 KB
CDN Bundle (incl. Tracing) 37.57 KB
CDN Bundle (incl. Tracing, Replay) 72.58 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.88 KB
CDN Bundle - uncompressed 72.17 KB
CDN Bundle (incl. Tracing) - uncompressed 111.21 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.51 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.03 KB
@​sentry/nextjs (client) 40.97 KB
@​sentry/sveltekit (client) 37.88 KB
@​sentry/node 146.36 KB
@​sentry/node - without tracing 95.82 KB
@​sentry/aws-serverless 120.98 KB
Changelog

Sourced from @​sentry/node's changelog.

9.24.0

Important Changes

  • feat(angular): Bump @sentry/angular peer dependencies to add Angular 20 support (#16414)

This release adds support for Angular 20 to the Sentry Angular SDK @sentry/angular.

Other Changes

  • feat(browser): Add unregisterOriginalCallbacks option to browserApiErrorsIntegration (#16412)
  • feat(core): Add user to logs (#16399)
  • feat(core): Make sure Supabase db query insights are populated (#16169)
Commits
  • 78cd42f release: 9.24.0
  • 3657c56 Merge pull request #16417 from getsentry/prepare-release/9.24.0
  • d8f3f8f meta: Update changelog for 9.24.0
  • d06b72b test(remix): Run tsc before Remix E2E tests (#16345)
  • 93b72ff feat(core): Add user to logs (#16399)
  • 81c2ff6 feat(angular): Bump @sentry/angular peer dependencies to add Angular 20 sup...
  • ff7ab11 feat(core): Make sure Supabase db query insights are populated (#16169)
  • 7116874 feat(browser): Add unregisterOriginalCallbacks option to `browserApiErrorsI...
  • b5c8344 Merge pull request #16413 from getsentry/master
  • 3b06e0b Merge branch 'release/9.23.0'
  • 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.23.0 to 9.24.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/9.24.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@9.23.0...9.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 30, 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 requested review from bajtos and juliangruber May 30, 2025 08:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2025
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label May 30, 2025
@meridian-robot meridian-robot enabled auto-merge (squash) May 30, 2025 08:08
@meridian-robot meridian-robot merged commit 8b771bd into main May 30, 2025
24 checks passed
@meridian-robot meridian-robot deleted the dependabot/npm_and_yarn/sentry/node-9.24.0 branch May 30, 2025 08:10
@github-project-automation github-project-automation bot moved this to ✅ done in Space Meridian May 30, 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