Skip to content

fix(deps): update dependency @sentry/vue to v10.73.0 - #3728

Merged
kolaente merged 1 commit into
mainfrom
renovate/sentry-javascript-monorepo
Sep 4, 2026
Merged

fix(deps): update dependency @sentry/vue to v10.73.0#3728
kolaente merged 1 commit into
mainfrom
renovate/sentry-javascript-monorepo

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@sentry/vue (source) 10.72.010.73.0 age confidence

Release Notes

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

v10.73.0

Compare Source

Important Changes
  • feat(v10/nextjs): Add @sentry/nextjs/config entry point (#​23766)

    withSentryConfig is now available from @sentry/nextjs/config, the path it moves to in v11. Importing it from @sentry/nextjs still works on v10 but logs a warning once, so you can change your next.config file today and upgrade to v11 without touching it again.

    // next.config.mjs
    - import { withSentryConfig } from '@sentry/nextjs';
    + import { withSentryConfig } from '@sentry/nextjs/config';
Other Changes
  • feat(v10/node): Deprecate shouldHandleError on setupExpressErrorHandler and setupFasitfyErrorHandler (#​23734)
  • fix(v10/cloudflare): Instrument Durable Object handlers installed as read-only properties (#​23769)
Internal Changes
  • test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#​23775)

Bundle size 📦

Path Size
@​sentry/browser 27.1 KB
@​sentry/browser - with treeshaking flags 25.58 KB
@​sentry/browser (incl. Tracing) 45.54 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.28 KB
@​sentry/browser (incl. Tracing, Profiling) 50.17 KB
@​sentry/browser (incl. Tracing, Replay) 83.87 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.74 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.49 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.83 KB
@​sentry/browser (incl. Feedback) 43.87 KB
@​sentry/browser (incl. sendFeedback) 31.78 KB
@​sentry/browser (incl. FeedbackAsync) 36.79 KB
@​sentry/browser (incl. Metrics) 28.16 KB
@​sentry/browser (incl. Logs) 28.38 KB
@​sentry/browser (incl. Metrics & Logs) 29.06 KB
@​sentry/react 28.86 KB
@​sentry/react (incl. Tracing) 47.74 KB
@​sentry/vue 32.4 KB
@​sentry/vue (incl. Tracing) 47.46 KB
@​sentry/svelte 27.12 KB
CDN Bundle 29.43 KB
CDN Bundle (incl. Tracing) 47.45 KB
CDN Bundle (incl. Logs, Metrics) 30.98 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.72 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.34 KB
CDN Bundle (incl. Tracing, Replay) 84.09 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.37 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.76 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 91 KB
CDN Bundle - uncompressed 87.76 KB
CDN Bundle (incl. Tracing) - uncompressed 143.4 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.36 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.29 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.26 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 259.91 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.29 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.15 KB
@​sentry/nextjs (client) 50.22 KB
@​sentry/sveltekit (client) 45.94 KB
@​sentry/core/server 78.67 KB
@​sentry/core/browser 65.18 KB
@​sentry/node-core 61.78 KB
@​sentry/node 122.81 KB
@​sentry/node (incl. diagnostics channel injection) 165.86 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 166 B
@​sentry/node/light 50.21 KB
@​sentry/node - without tracing 73.19 KB
@​sentry/aws-serverless 82.24 KB
@​sentry/cloudflare (withSentry) - minified 197.84 KB
@​sentry/cloudflare (withSentry) 486.96 KB

Configuration

📅 Schedule: (UTC)

  • 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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 4, 2026
@github-actions github-actions Bot added the area/frontend Frontend-only code or UI work label Sep 4, 2026
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Preview Deployment

Preview deployments for this PR are available at:

URL Tag Commit
https://pr-3728.preview.vikunja.dev ghcr.io/go-vikunja/vikunja:pr-3728 latest
https://sha-9aa7f6eaa9b155aecbe8706dad4f9dcd8ee86796.preview.vikunja.dev ghcr.io/go-vikunja/vikunja:sha-9aa7f6eaa9b155aecbe8706dad4f9dcd8ee86796 9aa7f6e

The preview environment will start automatically on first visit. Subsequent pushes to this PR will update the pr-3728 image — the preview picks up the new version on restart. The per-commit URLs point to a specific version and will not change.

Run locally with Docker
docker pull ghcr.io/go-vikunja/vikunja:pr-3728
docker run -p 3456:3456 ghcr.io/go-vikunja/vikunja:pr-3728

Last updated for commit 9aa7f6e

@kolaente
kolaente merged commit 7ffbb0a into main Sep 4, 2026
47 checks passed
@kolaente
kolaente deleted the renovate/sentry-javascript-monorepo branch September 4, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/frontend Frontend-only code or UI work dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant