fix(deps): update dependency @sentry/nuxt to v9.25.1 #2462

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/sentry-javascript-monorepo into main 2025-06-03 19:09:47 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-06-03 10:08:33 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
@sentry/nuxt (source) dependencies minor 9.24.0 -> 9.25.1

Release Notes

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

v9.25.1

Compare Source

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

v9.25.0

Compare Source

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)

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.24.0` -> `9.25.1`](https://renovatebot.com/diffs/npm/@sentry%2fnuxt/9.24.0/9.25.1) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/nuxt)</summary> ### [`v9.25.1`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#9251) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/9.25.0...9.25.1) - fix(otel): Don't ignore child spans after the root is sent ([#&#8203;16416](https://github.com/getsentry/sentry-javascript/pull/16416)) ### [`v9.25.0`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#9250) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/9.24.0...9.25.0) ##### Important Changes - **feat(browser): Add option to ignore `mark` and `measure` spans ([#&#8203;16443](https://github.com/getsentry/sentry-javascript/pull/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: ```js Sentry.init({ integrations: [ Sentry.browserTracingIntegration({ ignorePerformanceApiSpans: ['measure-to-ignore', /mark-to-ignore/], }), ], }); ``` ##### Other Changes - feat(browser): Export getTraceData from the browser sdks ([#&#8203;16433](https://github.com/getsentry/sentry-javascript/pull/16433)) - feat(node): Add `includeServerName` option ([#&#8203;16442](https://github.com/getsentry/sentry-javascript/pull/16442)) - fix(nuxt): Remove setting `@sentry/nuxt` external ([#&#8203;16444](https://github.com/getsentry/sentry-javascript/pull/16444)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-06-03 10:08:36 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-06-03 14:04:54 +00:00 (Migrated from gitlab.com)

added 1 commit

  • e2d05c3a - fix(deps): update dependency @sentry/nuxt to v9.25.1

Compare with previous version

added 1 commit <ul><li>e2d05c3a - fix(deps): update dependency @sentry/nuxt to v9.25.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/2413/diffs?diff_id=1378255575&start_sha=ec880df733e59afe33357681befdd2d91830d54f)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-06-03 14:04:54 +00:00 (Migrated from gitlab.com)

changed title from fix(deps): update dependency @sentry/nuxt to v9.25.0 to fix(deps): update dependency @sentry/nuxt to v9.25.1

<p>changed title from <code class="idiff">fix(deps): update dependency @sentry/nuxt to v9.25.<span class="idiff left right deletion">0</span></code> to <code class="idiff">fix(deps): update dependency @sentry/nuxt to v9.25.<span class="idiff left right addition">1</span></code></p>
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-06-03 14:04:54 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-06-03 15:03:27 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
argoyle (Migrated from gitlab.com) merged commit into main 2025-06-03 19:09:48 +00:00
Sign in to join this conversation.