fix(deps): update dependency @sentry/nuxt to v9.14.0 #2404

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/sentry-javascript-monorepo into main 2025-04-23 16:48:41 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-23 16:05:32 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

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

Release Notes

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

v9.14.0

Compare Source

Important Changes

This MR adds Supabase integration to @sentry/core, allowing automatic instrumentation of Supabase client operations (database queries and authentication) for performance monitoring and error tracking.

  • feat(nestjs): Gracefully handle RPC scenarios in SentryGlobalFilter (#​16066)

This MR adds better RPC exception handling to @sentry/nestjs, preventing application crashes while still capturing errors and warning users when a dedicated filter is needed. The implementation gracefully handles the 'rpc' context type in SentryGlobalFilter to improve reliability in hybrid applications.

  • feat(react-router): Trace propagation (#​16070)

This MR adds trace propagation to @sentry/react-router by providing utilities to inject trace meta tags into HTML headers and offering a pre-built Sentry-instrumented request handler, improving distributed tracing capabilities across page loads.

Other Changes

Bundle size 📦

Path Size
@​sentry/browser 23.28 KB
@​sentry/browser - with treeshaking flags 23.12 KB
@​sentry/browser (incl. Tracing) 36.99 KB
@​sentry/browser (incl. Tracing, Replay) 74.17 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.55 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.83 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.65 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.91 KB
@​sentry/vue 27.51 KB
@​sentry/vue (incl. Tracing) 38.71 KB
@​sentry/svelte 23.32 KB
CDN Bundle 24.5 KB
CDN Bundle (incl. Tracing) 36.98 KB
CDN Bundle (incl. Tracing, Replay) 72 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.16 KB
CDN Bundle - uncompressed 71.49 KB
CDN Bundle (incl. Tracing) - uncompressed 109.34 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.63 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.16 KB
@​sentry/nextjs (client) 40.54 KB
@​sentry/sveltekit (client) 37.44 KB
@​sentry/node 143.37 KB
@​sentry/node - without tracing 96.51 KB
@​sentry/aws-serverless 120.83 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.13.0` -> `9.14.0`](https://renovatebot.com/diffs/npm/@sentry%2fnuxt/9.13.0/9.14.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/nuxt)</summary> ### [`v9.14.0`](https://github.com/getsentry/sentry-javascript/releases/tag/9.14.0) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/9.13.0...9.14.0) ##### Important Changes - **feat: Add Supabase Integration ([#&#8203;15719](https://github.com/getsentry/sentry-javascript/pull/15719))** This MR adds Supabase integration to `@sentry/core`, allowing automatic instrumentation of Supabase client operations (database queries and authentication) for performance monitoring and error tracking. - **feat(nestjs): Gracefully handle RPC scenarios in `SentryGlobalFilter` ([#&#8203;16066](https://github.com/getsentry/sentry-javascript/pull/16066))** This MR adds better RPC exception handling to `@sentry/nestjs`, preventing application crashes while still capturing errors and warning users when a dedicated filter is needed. The implementation gracefully handles the 'rpc' context type in `SentryGlobalFilter` to improve reliability in hybrid applications. - **feat(react-router): Trace propagation ([#&#8203;16070](https://github.com/getsentry/sentry-javascript/pull/16070))** This MR adds trace propagation to `@sentry/react-router` by providing utilities to inject trace meta tags into HTML headers and offering a pre-built Sentry-instrumented request handler, improving distributed tracing capabilities across page loads. ##### Other Changes - feat(deps): Bump [@&#8203;prisma/instrumentation](https://github.com/prisma/instrumentation) from 6.5.0 to 6.6.0 ([#&#8203;16102](https://github.com/getsentry/sentry-javascript/pull/16102)) - feat(nextjs): Improve server component data ([#&#8203;15996](https://github.com/getsentry/sentry-javascript/pull/15996)) - feat(nuxt): Log when adding HTML trace meta tags ([#&#8203;16044](https://github.com/getsentry/sentry-javascript/pull/16044)) - fix(node): Make body capturing more robust ([#&#8203;16105](https://github.com/getsentry/sentry-javascript/pull/16105)) - ref(node): Log when incoming request bodies are being captured ([#&#8203;16104](https://github.com/getsentry/sentry-javascript/pull/16104)) #### 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.12 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) | 36.99 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) | 74.17 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 67.55 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 78.83 KB | | [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 90.65 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.91 KB | | [@&#8203;sentry/vue](https://github.com/sentry/vue) | 27.51 KB | | [@&#8203;sentry/vue](https://github.com/sentry/vue) (incl. Tracing) | 38.71 KB | | [@&#8203;sentry/svelte](https://github.com/sentry/svelte) | 23.32 KB | | CDN Bundle | 24.5 KB | | CDN Bundle (incl. Tracing) | 36.98 KB | | CDN Bundle (incl. Tracing, Replay) | 72 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 77.16 KB | | CDN Bundle - uncompressed | 71.49 KB | | CDN Bundle (incl. Tracing) - uncompressed | 109.34 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 220.63 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 233.16 KB | | [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) (client) | 40.54 KB | | [@&#8203;sentry/sveltekit](https://github.com/sentry/sveltekit) (client) | 37.44 KB | | [@&#8203;sentry/node](https://github.com/sentry/node) | 143.37 KB | | [@&#8203;sentry/node](https://github.com/sentry/node) - without tracing | 96.51 KB | | [@&#8203;sentry/aws-serverless](https://github.com/sentry/aws-serverless) | 120.83 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-23 16:05:35 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle commented 2025-04-23 16:48:27 +00:00 (Migrated from gitlab.com)

added 3 commits

  • d52d90f2...463f4c17 - 2 commits from branch main
  • f31578f5 - fix(deps): update dependency @sentry/nuxt to v9.14.0

Compare with previous version

added 3 commits <ul><li>d52d90f2...463f4c17 - 2 commits from branch <code>main</code></li><li>f31578f5 - fix(deps): update dependency @sentry/nuxt to v9.14.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/2355/diffs?diff_id=1336363363&start_sha=d52d90f2ab9a00eb6f47633bb5d649b96450be16)
argoyle (Migrated from gitlab.com) merged commit into main 2025-04-23 16:48:42 +00:00
Sign in to join this conversation.