fix(deps): update dependency @sentry/nuxt to v9.15.0 #2414

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/sentry-javascript-monorepo into main 2025-04-29 17:12:59 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-29 16:03:13 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
@sentry/nuxt (source) dependencies minor 9.14.0 -> 9.15.0

Release Notes

getsentry/sentry-javascript (@​sentry/nuxt)

v9.15.0

Compare Source

Important Changes
  • feat: Export wrapMcpServerWithSentry from server packages (#​16127)

Exports the wrapMcpServerWithSentry which is our MCP server instrumentation from all the server packages.

  • feat(core): Associate resource/tool/prompt invocations with request span instead of response span (#​16126)

Adds a best effort mechanism to associate handler spans for resource, tool and prompt with the incoming message requests instead of the outgoing SSE response.

Other Changes
  • fix: Vercel ai ESM patching (#​16152)
  • fix(node): Update version range for module.register (#​16125)
  • fix(react-router): Spread unstable_sentryVitePluginOptions correctly (#​16156)
  • fix(react): Fix Redux integration failing with reducer injection (#​16106)
  • fix(remix): Add ESM-compatible exports (#​16124)
  • fix(remix): Avoid rewrapping root loader. (#​16136)

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

Bundle size 📦

Path Size
@​sentry/browser 23.28 KB
@​sentry/browser - with treeshaking flags 23.1 KB
@​sentry/browser (incl. Tracing) 36.93 KB
@​sentry/browser (incl. Tracing, Replay) 74.1 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.47 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.76 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.58 KB
@​sentry/browser (incl. Feedback) 39.68 KB
@​sentry/browser (incl. sendFeedback) 27.9 KB
@​sentry/browser (incl. FeedbackAsync) 32.67 KB
@​sentry/react 25.09 KB
@​sentry/react (incl. Tracing) 38.93 KB
@​sentry/vue 27.5 KB
@​sentry/vue (incl. Tracing) 38.69 KB
@​sentry/svelte 23.31 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 36.96 KB
CDN Bundle (incl. Tracing, Replay) 72 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.3 KB
CDN Bundle - uncompressed 71.5 KB
CDN Bundle (incl. Tracing) - uncompressed 109.33 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.62 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.15 KB
@​sentry/nextjs (client) 40.51 KB
@​sentry/sveltekit (client) 37.41 KB
@​sentry/node 143.4 KB
@​sentry/node - without tracing 96.49 KB
@​sentry/aws-serverless 120.81 KB

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sentry/nuxt](https://github.com/getsentry/sentry-javascript/tree/master/packages/nuxt) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`9.14.0` -> `9.15.0`](https://renovatebot.com/diffs/npm/@sentry%2fnuxt/9.14.0/9.15.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/nuxt)</summary> ### [`v9.15.0`](https://github.com/getsentry/sentry-javascript/releases/tag/9.15.0) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/9.14.0...9.15.0) ##### Important Changes - **feat: Export `wrapMcpServerWithSentry` from server packages ([#&#8203;16127](https://github.com/getsentry/sentry-javascript/pull/16127))** Exports the wrapMcpServerWithSentry which is our MCP server instrumentation from all the server packages. - **feat(core): Associate resource/tool/prompt invocations with request span instead of response span ([#&#8203;16126](https://github.com/getsentry/sentry-javascript/pull/16126))** Adds a best effort mechanism to associate handler spans for `resource`, `tool` and `prompt` with the incoming message requests instead of the outgoing SSE response. ##### Other Changes - fix: Vercel `ai` ESM patching ([#&#8203;16152](https://github.com/getsentry/sentry-javascript/pull/16152)) - fix(node): Update version range for `module.register` ([#&#8203;16125](https://github.com/getsentry/sentry-javascript/pull/16125)) - fix(react-router): Spread `unstable_sentryVitePluginOptions` correctly ([#&#8203;16156](https://github.com/getsentry/sentry-javascript/pull/16156)) - fix(react): Fix Redux integration failing with reducer injection ([#&#8203;16106](https://github.com/getsentry/sentry-javascript/pull/16106)) - fix(remix): Add ESM-compatible exports ([#&#8203;16124](https://github.com/getsentry/sentry-javascript/pull/16124)) - fix(remix): Avoid rewrapping root loader. ([#&#8203;16136](https://github.com/getsentry/sentry-javascript/pull/16136)) Work in this release was contributed by [@&#8203;AntoineDuComptoirDesPharmacies](https://github.com/AntoineDuComptoirDesPharmacies). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://github.com/sentry/browser) | 23.28 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) - with treeshaking flags | 23.1 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) | 36.93 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) | 74.1 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 67.47 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 78.76 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 90.58 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Feedback) | 39.68 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. sendFeedback) | 27.9 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. FeedbackAsync) | 32.67 KB | | [@&#8203;sentry/react](https://github.com/sentry/react) | 25.09 KB | | [@&#8203;sentry/react](https://github.com/sentry/react) (incl. Tracing) | 38.93 KB | | [@&#8203;sentry/vue](https://github.com/sentry/vue) | 27.5 KB | | [@&#8203;sentry/vue](https://github.com/sentry/vue) (incl. Tracing) | 38.69 KB | | [@&#8203;sentry/svelte](https://github.com/sentry/svelte) | 23.31 KB | | CDN Bundle | 24.49 KB | | CDN Bundle (incl. Tracing) | 36.96 KB | | CDN Bundle (incl. Tracing, Replay) | 72 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 77.3 KB | | CDN Bundle - uncompressed | 71.5 KB | | CDN Bundle (incl. Tracing) - uncompressed | 109.33 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 220.62 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 233.15 KB | | [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) (client) | 40.51 KB | | [@&#8203;sentry/sveltekit](https://github.com/sentry/sveltekit) (client) | 37.41 KB | | [@&#8203;sentry/node](https://github.com/sentry/node) | 143.4 KB | | [@&#8203;sentry/node](https://github.com/sentry/node) - without tracing | 96.49 KB | | [@&#8203;sentry/aws-serverless](https://github.com/sentry/aws-serverless) | 120.81 KB | </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-29 16:03:15 +00:00 (Migrated from gitlab.com)

restored source branch renovate/sentry-javascript-monorepo

restored source branch `renovate/sentry-javascript-monorepo`
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-29 16:03:17 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle (Migrated from gitlab.com) merged commit into main 2025-04-29 17:13:00 +00:00
Sign in to join this conversation.