[PR #1269] [MERGED] fix(deps): update dependency @sentry/vue to v10.4.0 #3308

Closed
opened 2026-03-22 14:40:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1269
Author: @renovate[bot]
Created: 8/11/2025
Status: Merged
Merged: 8/11/2025
Merged by: @kolaente

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • 9761b0e fix(deps): update dependency @sentry/vue to v10.4.0

📊 Changes

2 files changed (+37 additions, -37 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+36 -36)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@sentry/vue (source) 10.3.0 -> 10.4.0 age confidence

Release Notes

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

v10.4.0

Compare Source

Important Changes
  • fix(browser): Ensure IP address is only inferred by Relay if sendDefaultPii is true

This release includes a fix for a behaviour change
that was originally introduced with v9 of the SDK: User IP Addresses should only be added to Sentry events automatically,
if sendDefaultPii was set to true.

However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK.
Unfortunately, the change did not make it into the initial v10 version but is now applied with 10.4.0.
There is no API breakage involved and hence it is safe to update.
However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include
user IP addresses, if you set sendDefaultPii: true in your Sentry.init options.

We apologize for any inconvenience caused!

  • feat(node): Add ignoreStaticAssets (#​17370)

This release adds a new option to httpIntegration to ignore requests for static assets (e.g. favicon.xml or robots.txt). The option defaults to true, meaning that going forward, such requests will not be traced by default. You can still enable tracing for these requests by setting the option to false:

Sentry.init({
  integrations: [
    Sentry.httpIntegration({
      // defaults to true, set to false to enable traces for static assets
      ignoreStaticAssets: false,
    }),
  ],
});
Other Changes
  • fix(nuxt): Do not drop parametrized routes (#​17357)
Internal Changes
  • ref(node): Split up incoming & outgoing http handling (#​17358)
  • test(node): Enable additionalDependencies in integration runner (#​17361)

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 38.94 KB
@​sentry/browser (incl. Tracing, Replay) 76.16 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.24 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.75 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.57 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.92 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 40.88 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.72 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.06 KB
CDN Bundle (incl. Tracing) 38.82 KB
CDN Bundle (incl. Tracing, Replay) 74.04 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.36 KB
CDN Bundle - uncompressed 73.2 KB
CDN Bundle (incl. Tracing) - uncompressed 114.83 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.44 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.75 KB
@​sentry/nextjs (client) 42.86 KB
@​sentry/sveltekit (client) 39.38 KB
@​sentry/node-core 46.69 KB
@​sentry/node 143.39 KB
@​sentry/node - without tracing 89.89 KB
@​sentry/aws-serverless 101.05 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1269 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/11/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`9761b0e`](https://github.com/go-vikunja/vikunja/commit/9761b0e520b29aebc122b3a775fced7bb958a6a4) fix(deps): update dependency @sentry/vue to v10.4.0 ### 📊 Changes **2 files changed** (+37 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+36 -36) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@sentry/vue](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`10.3.0` -> `10.4.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/10.3.0/10.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/10.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/10.3.0/10.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v10.4.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.4.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.3.0...10.4.0) ##### Important Changes - **fix(browser): Ensure IP address is only inferred by Relay if `sendDefaultPii` is `true`** This release includes a fix for a [behaviour change](https://docs.sentry.io/platforms/javascript/migration/v8-to-v9/#behavior-changes) that was originally introduced with v9 of the SDK: User IP Addresses should only be added to Sentry events automatically, if `sendDefaultPii` was set to `true`. However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK. Unfortunately, the change did not make it into the initial v10 version but is now applied with `10.4.0`. There is *no API* breakage involved and hence it is safe to update. However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include user IP addresses, if you set `sendDefaultPii: true` in your `Sentry.init` options. We apologize for any inconvenience caused! - **feat(node): Add `ignoreStaticAssets` ([#&#8203;17370](https://redirect.github.com/getsentry/sentry-javascript/pull/17370))** This release adds a new option to `httpIntegration` to ignore requests for static assets (e.g. `favicon.xml` or `robots.txt`). The option defaults to `true`, meaning that going forward, such requests will not be traced by default. You can still enable tracing for these requests by setting the option to `false`: ```js Sentry.init({ integrations: [ Sentry.httpIntegration({ // defaults to true, set to false to enable traces for static assets ignoreStaticAssets: false, }), ], }); ``` ##### Other Changes - fix(nuxt): Do not drop parametrized routes ([#&#8203;17357](https://redirect.github.com/getsentry/sentry-javascript/pull/17357)) <details> <summary> <strong>Internal Changes</strong> </summary> - ref(node): Split up incoming & outgoing http handling ([#&#8203;17358](https://redirect.github.com/getsentry/sentry-javascript/pull/17358)) - test(node): Enable additionalDependencies in integration runner ([#&#8203;17361](https://redirect.github.com/getsentry/sentry-javascript/pull/17361)) </details> #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.59 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 22.2 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 38.94 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 76.16 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 66.24 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 80.75 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 92.57 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.87 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.13 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.92 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.27 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 40.88 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 27.97 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 40.72 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.62 KB | | CDN Bundle | 25.06 KB | | CDN Bundle (incl. Tracing) | 38.82 KB | | CDN Bundle (incl. Tracing, Replay) | 74.04 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 79.36 KB | | CDN Bundle - uncompressed | 73.2 KB | | CDN Bundle (incl. Tracing) - uncompressed | 114.83 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 226.44 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.75 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 42.86 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 39.38 KB | | [@&#8203;sentry/node-core](https://redirect.github.com/sentry/node-core) | 46.69 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 143.39 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 89.89 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 101.05 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 PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 14:40:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#3308