Skip to content

Bump @sentry/vue from 7.120.3 to 9.28.0 - #5101

Closed
dependabot[bot] wants to merge 1 commit into
unstablefrom
dependabot/npm_and_yarn/sentry/vue-9.28.0
Closed

Bump @sentry/vue from 7.120.3 to 9.28.0#5101
dependabot[bot] wants to merge 1 commit into
unstablefrom
dependabot/npm_and_yarn/sentry/vue-9.28.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 11, 2025

Copy link
Copy Markdown
Contributor

Bumps @sentry/vue from 7.120.3 to 9.28.0.

Release notes

Sourced from @​sentry/vue's releases.

9.28.0

Important Changes

  • feat(nestjs): Stop creating spans for TracingInterceptor (#16501)

With this change we stop creating spans for TracingInterceptor as this interceptor only serves as an internal helper and adds noise for the user.

  • feat(node): Update vercel ai spans as per new conventions (#16497)

This feature ships updates to the span names and ops to better match OpenTelemetry. This should make them more easily accessible to the new agents module view we are building.

Other Changes

  • fix(sveltekit): Export vercelAIIntegration from @sentry/node (#16496)

Work in this release was contributed by @​agrattan0820. Thank you for your contribution!

Bundle size 📦

PathSize
@​sentry/browser23.43 KB
@​sentry/browser - with treeshaking flags23.2 KB
@​sentry/browser (incl. Tracing)37.46 KB
@​sentry/browser (incl. Tracing, Replay)74.68 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags67.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.78 KB
@​sentry/browser (incl. sendFeedback)28.03 KB
@​sentry/browser (incl. FeedbackAsync)32.8 KB
@​sentry/react25.15 KB
@​sentry/react (incl. Tracing)39.41 KB
@​sentry/vue27.69 KB
@​sentry/vue (incl. Tracing)39.27 KB
@​sentry/svelte23.45 KB
CDN Bundle24.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 - uncompressed72.67 KB
CDN Bundle (incl. Tracing) - uncompressed111.42 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed222.72 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed235.25 KB
@​sentry/nextjs (client)41.03 KB
@​sentry/sveltekit (client)37.93 KB
@​sentry/node146.9 KB
@​sentry/node - without tracing96.03 KB
@​sentry/aws-serverless121.19 KB

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

9.28.0

Important Changes

  • feat(nestjs): Stop creating spans for TracingInterceptor (#16501)

With this change we stop creating spans for TracingInterceptor as this interceptor only serves as an internal helper and adds noise for the user.

  • feat(node): Update vercel ai spans as per new conventions (#16497)

This feature ships updates to the span names and ops to better match OpenTelemetry. This should make them more easily accessible to the new agents module view we are building.

Other Changes

  • fix(sveltekit): Export vercelAIIntegration from @sentry/node (#16496)

Work in this release was contributed by @​agrattan0820. Thank you for your contribution!

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({</tr></table>

... (truncated)

Commits
  • 63e19c4 release: 9.28.0
  • 570e507 Merge pull request #16530 from getsentry/prepare-release/9.28.0
  • 3825f7d meta(changelog): Update changelog for 9.28.0
  • 48f5253 test(sveltekit): Pin @sveltejs/kit@2.21.2 to unblock CI (#16529)
  • 3e47add feat(node): Update vercel ai spans as per new conventions (#16497)
  • e040002 feat(nestjs): Stop creating spans for TracingInterceptor (#16501)
  • 4f9c89e chore: Add external contributor to CHANGELOG.md (#16498)
  • e6798ab fix(sveltekit): Export vercelAIIntegration from @sentry/node (#16496)
  • 704af3c Merge pull request #16490 from getsentry/master
  • e095b15 Merge branch 'release/9.27.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/vue](https://github.com/getsentry/sentry-javascript) from 7.120.3 to 9.28.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@7.120.3...9.28.0)
---
updated-dependencies:
- dependency-name: "@sentry/vue"
dependency-version: 9.28.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 11, 2025
@dependabot@github

dependabotBot commented on behalf of githubJun 18, 2025

Copy link
Copy Markdown
ContributorAuthor

Superseded by #5118.

@dependabotdependabotBot closed this Jun 18, 2025
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/sentry/vue-9.28.0 branch June 18, 2025 00:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@bjester