[PR #1538] [MERGED] fix(deps): update dependency @sentry/vue to v10.15.0 #9323

Closed
opened 2026-04-23 08:53:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1538
Author: @renovate[bot]
Created: 9/22/2025
Status: Merged
Merged: 9/28/2025
Merged by: @kolaente

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • fc25c69 fix(deps): update dependency @sentry/vue to v10.15.0

📊 Changes

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

View changed files

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

📄 Description

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@sentry/vue (source) 10.12.0 -> 10.15.0 age confidence

Release Notes

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

v10.15.0

Compare Source

Important Changes
  • feat(cloudflare): Add honoIntegration with error-filtering function (#​17743)

    This release adds a honoIntegration to @sentry/cloudflare, which exposes a shouldHandleError function that lets you define which errors in onError should be captured.
    By default, Sentry captures exceptions with error.status >= 500 || error.status <= 299.

    The integration is added by default, and it's possible to modify this behavior like this:

     integrations: [
       honoIntegration({
        shouldHandleError: (err) => true; // always capture exceptions in onError
       })
     ]
    
  • feat(node): Add instrumentation for hono handler (#​17428)

This PR enhances the Hono integration by adding comprehensive handler instrumentation, error handling capabilities.

  • feat(aws): Enable Lambda extension by default when using the Lamba layer (#​17684)

  • feat(browser): Add setActiveSpanInBrowser to set an active span in the browser (#​17714)

This PR adds a feature to the browser SDKs only: Making an inactive span active. We do this to enable use cases where having a span only being active in the callback is not practical.

Other Changes
  • fix(browser): Improve handling of 0 and undefined resource timing values (#​17751)
  • ref(nextjs): Display build compatibility warning for webpack (#​17746)
Internal Changes
  • docs: Reword changelog for google gen ai instrumentation (#​17753)
  • build: Add @typescript-eslint/no-unnecessary-type-assertion rule (#​17728)
  • build: Update TS target to es2020 everywhere (#​17709)
  • chore: Add external contributor to CHANGELOG.md (#​17745)

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

Bundle size 📦

Path Size
@​sentry/browser 23.69 KB
@​sentry/browser - with treeshaking flags 22.24 KB
@​sentry/browser (incl. Tracing) 39.49 KB
@​sentry/browser (incl. Tracing, Replay) 76.96 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.87 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.52 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.44 KB
@​sentry/browser (incl. Feedback) 40.01 KB
@​sentry/browser (incl. sendFeedback) 28.24 KB
@​sentry/browser (incl. FeedbackAsync) 33.05 KB
@​sentry/react 25.37 KB
@​sentry/react (incl. Tracing) 41.42 KB
@​sentry/vue 28.11 KB
@​sentry/vue (incl. Tracing) 41.25 KB
@​sentry/svelte 23.72 KB
CDN Bundle 25.17 KB
CDN Bundle (incl. Tracing) 39.39 KB
CDN Bundle (incl. Tracing, Replay) 74.76 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 80.13 KB
CDN Bundle - uncompressed 73.6 KB
CDN Bundle (incl. Tracing) - uncompressed 116.59 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 229.02 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 241.48 KB
@​sentry/nextjs (client) 43.38 KB
@​sentry/sveltekit (client) 39.9 KB
@​sentry/node-core 48.85 KB
@​sentry/node 149.25 KB
@​sentry/node - without tracing 89.79 KB
@​sentry/aws-serverless 102.92 KB

v10.14.0

Compare Source

Important Changes
  • feat(cloudflare,vercel-edge): Add support for Google Gen AI instrumentation (#​17723)

    The SDK now automatically instruments Google's Generative AI operations in Cloudflare Workers and Vercel Edge Runtime environments, providing insights into your AI operations.

Other Changes
  • fix(nextjs): Display updated turbopack warnings (#​17737)
  • ref(core): Wrap isolationscope in WeakRef when storing it on spans (#​17712)
Internal Changes
  • test(node): Avoid using specific port for node-integration-tests (#​17729)
  • test(nuxt): Update Nuxt version and add Nitro $fetch test (#​17713)
Bundle size 📦
Path Size
@​sentry/browser 23.69 KB
@​sentry/browser - with treeshaking flags 22.24 KB
@​sentry/browser (incl. Tracing) 39.46 KB
@​sentry/browser (incl. Tracing, Replay) 76.93 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.84 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.49 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.41 KB
@​sentry/browser (incl. Feedback) 40.01 KB
@​sentry/browser (incl. sendFeedback) 28.24 KB
@​sentry/browser (incl. FeedbackAsync) 33.05 KB
@​sentry/react 25.37 KB
@​sentry/react (incl. Tracing) 41.38 KB
@​sentry/vue 28.11 KB
@​sentry/vue (incl. Tracing) 41.22 KB
@​sentry/svelte 23.72 KB
CDN Bundle 25.17 KB
CDN Bundle (incl. Tracing) 39.3 KB
CDN Bundle (incl. Tracing, Replay) 74.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 80.04 KB
CDN Bundle - uncompressed 73.6 KB
CDN Bundle (incl. Tracing) - uncompressed 116.34 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 228.76 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 241.23 KB
@​sentry/nextjs (client) 43.36 KB
@​sentry/sveltekit (client) 39.87 KB
@​sentry/node-core 48.85 KB
@​sentry/node 148.68 KB
@​sentry/node - without tracing 89.79 KB
@​sentry/aws-serverless 102.92 KB

v10.13.0

Compare Source

Important Changes
  • feat(browser): Add option to explicitly end pageload span via reportPageLoaded() (#​17697)

    With this release you can take manual control of ending the pageload span. Usually this span is ended automatically by the SDK, based on a period of inactivity after the initial page was loaded in the browser. If you want full control over the pageload duration, you can tell Sentry, when your page was fully loaded:

    Sentry.init({
      //...
      integrations: [
        // 1. Enable manual pageload reporting
        Sentry.browserTracingIntegration({ enableReportPageLoaded: true }),
      ],
    });
    
    // 2. Whenever you decide the page is loaded, call:
    Sentry.reportPageLoaded();
    

    Note that if Sentry.reportPageLoaded() is not called within 30 seconds of the initial pageload (or whatever value the finalTimeout option is set to), the pageload span will be ended automatically.

  • feat(core,node): Add instrumentation for GoogleGenerativeAI (#​17625)

    The SDK now automatically instruments the @google/generative-ai package to provide insights into your AI operations.

  • feat(nextjs): Promote useRunAfterProductionCompileHook to non-experimental build option (#​17721)

    The useRunAfterProductionCompileHook option is no longer experimental and is now a stable build option for Next.js projects.

  • feat(nextjs): Use afterProductionCompile hook for webpack builds (#​17655)

    Next.js projects using webpack can opt-in to use the useRunAfterProductionCompileHook hook for source map uploads.

  • feat(nextjs): Flip default value for useRunAfterProductionCompileHook for Turbopack builds (#​17722)

    The useRunAfterProductionCompileHook option is now enabled by default for Turbopack builds, enabling automated source map uploads.

  • feat(node): Do not drop 300 and 304 status codes by default (#​17686)

    HTTP transactions with 300 and 304 status codes are now captured by default, providing better visibility into redirect and caching behavior.

Other Changes
  • feat(core): Add logger to core and allow scope to be passed log methods (#​17698)
  • feat(core): Allow to pass onSuccess to handleCallbackErrors (#​17679)
  • feat(core): Create template attributes in consoleLoggingIntegration (#​17703)
  • feat(deps): bump @​sentry/cli from 2.52.0 to 2.53.0 (#​17652)
  • feat(node): Add extra platforms to os context (#​17720)
  • fix(browser): Ensure idle span duration is adjusted when child spans are ignored (#​17700)
  • fix(core): Ensure builtin stack frames don't affect thirdPartyErrorFilterIntegration (#​17693)
  • fix(core): Fix client hook edge cases around multiple callbacks (#​17706)
  • fix(nextjs): Enable fetch span when OTel setup is skipped (#​17699)
  • fix(node): Fix this context for vercel AI instrumentation (#​17681)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​17725)
  • chore: Add link to build and test icon in readme (#​17719)
  • chore(nuxt): Bump Vite and Rollup plugins (#​17671)
  • chore(repo): Add changelog entry for reportPageLoaded (#​17724)
  • ci: Fix lookup of changed E2E test apps (#​17707)
  • ci(test-matrix): Add logs for getTestMatrix (#​17673)
  • ref: Avoid some usage of SyncPromise where not needed (#​17641)
  • ref(core): Add debug log when dropping a span via ignoreSpans (#​17692)
  • ref(core): Avoid looking up anthropic-ai integration options (#​17694)
  • ref(core): Streamline module_metadata assignment and cleanup functions (#​17696)
  • ref(remix): Avoid unnecessary error wrapping HandleDocumentRequestFunction (#​17680)
  • Revert "[Gitflow] Merge master into develop"

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

Bundle size 📦

Path Size
@​sentry/browser 23.66 KB
@​sentry/browser - with treeshaking flags 22.21 KB
@​sentry/browser (incl. Tracing) 39.39 KB
@​sentry/browser (incl. Tracing, Replay) 76.88 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.78 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.35 KB
@​sentry/browser (incl. Feedback) 39.99 KB
@​sentry/browser (incl. sendFeedback) 28.2 KB
@​sentry/browser (incl. FeedbackAsync) 33 KB
@​sentry/react 25.33 KB
@​sentry/react (incl. Tracing) 41.32 KB
@​sentry/vue 28.05 KB
@​sentry/vue (incl. Tracing) 41.15 KB
@​sentry/svelte 23.68 KB
CDN Bundle 25.14 KB
CDN Bundle (incl. Tracing) 39.22 KB
CDN Bundle (incl. Tracing, Replay) 74.59 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.96 KB
CDN Bundle - uncompressed 73.46 KB
CDN Bundle (incl. Tracing) - uncompressed 116.1 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 228.53 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 240.99 KB
@​sentry/nextjs (client) 43.3 KB
@​sentry/sveltekit (client) 39.81 KB
@​sentry/node-core 48.81 KB
@​sentry/node 148.62 KB
@​sentry/node - without tracing 89.73 KB
@​sentry/aws-serverless 102.86 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 is behind base branch, 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/1538 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 9/28/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`fc25c69`](https://github.com/go-vikunja/vikunja/commit/fc25c69f24ef5eb37a4d2fd6d6a901707338bbab) fix(deps): update dependency @sentry/vue to v10.15.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 Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). 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.12.0` -> `10.15.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/10.12.0/10.15.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/10.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/10.12.0/10.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v10.15.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.15.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.14.0...10.15.0) ##### Important Changes - **feat(cloudflare): Add honoIntegration with error-filtering function ([#&#8203;17743](https://redirect.github.com/getsentry/sentry-javascript/pull/17743))** This release adds a `honoIntegration` to `@sentry/cloudflare`, which exposes a `shouldHandleError` function that lets you define which errors in `onError` should be captured. By default, Sentry captures exceptions with `error.status >= 500 || error.status <= 299`. The integration is added by default, and it's possible to modify this behavior like this: ```js integrations: [ honoIntegration({ shouldHandleError: (err) => true; // always capture exceptions in onError }) ] ``` - **feat(node): Add instrumentation for hono handler ([#&#8203;17428](https://redirect.github.com/getsentry/sentry-javascript/pull/17428))** This PR enhances the Hono integration by adding comprehensive handler instrumentation, error handling capabilities. - **feat(aws): Enable Lambda extension by default when using the Lamba layer ([#&#8203;17684](https://redirect.github.com/getsentry/sentry-javascript/pull/17684))** - **feat(browser): Add `setActiveSpanInBrowser` to set an active span in the browser ([#&#8203;17714](https://redirect.github.com/getsentry/sentry-javascript/pull/17714))** This PR adds a feature to the browser SDKs only: Making an inactive span active. We do this to enable use cases where having a span only being active in the callback is not practical. ##### Other Changes - fix(browser): Improve handling of `0` and `undefined` resource timing values ([#&#8203;17751](https://redirect.github.com/getsentry/sentry-javascript/pull/17751)) - ref(nextjs): Display build compatibility warning for webpack ([#&#8203;17746](https://redirect.github.com/getsentry/sentry-javascript/pull/17746)) <details> <summary> <strong>Internal Changes</strong> </summary> - docs: Reword changelog for google gen ai instrumentation ([#&#8203;17753](https://redirect.github.com/getsentry/sentry-javascript/pull/17753)) - build: Add `@typescript-eslint/no-unnecessary-type-assertion` rule ([#&#8203;17728](https://redirect.github.com/getsentry/sentry-javascript/pull/17728)) - build: Update TS target to `es2020` everywhere ([#&#8203;17709](https://redirect.github.com/getsentry/sentry-javascript/pull/17709)) - chore: Add external contributor to CHANGELOG.md ([#&#8203;17745](https://redirect.github.com/getsentry/sentry-javascript/pull/17745)) </details> Work in this release was contributed by [@&#8203;Karibash](https://redirect.github.com/Karibash). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ----------------------------------------------------------------------------------------------------- | --------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.69 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 22.24 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 39.49 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 76.96 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 66.87 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 81.52 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 93.44 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 40.01 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.24 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 33.05 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.37 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 41.42 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 28.11 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 41.25 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.72 KB | | CDN Bundle | 25.17 KB | | CDN Bundle (incl. Tracing) | 39.39 KB | | CDN Bundle (incl. Tracing, Replay) | 74.76 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 80.13 KB | | CDN Bundle - uncompressed | 73.6 KB | | CDN Bundle (incl. Tracing) - uncompressed | 116.59 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 229.02 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 241.48 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 43.38 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 39.9 KB | | [@&#8203;sentry/node-core](https://redirect.github.com/sentry/node-core) | 48.85 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 149.25 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 89.79 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 102.92 KB | ### [`v10.14.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.14.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.13.0...10.14.0) ##### Important Changes - **feat(cloudflare,vercel-edge): Add support for Google Gen AI instrumentation ([#&#8203;17723](https://redirect.github.com/getsentry/sentry-javascript/pull/17723))** The SDK now automatically instruments Google's Generative AI operations in Cloudflare Workers and Vercel Edge Runtime environments, providing insights into your AI operations. ##### Other Changes - fix(nextjs): Display updated turbopack warnings ([#&#8203;17737](https://redirect.github.com/getsentry/sentry-javascript/pull/17737)) - ref(core): Wrap isolationscope in `WeakRef` when storing it on spans ([#&#8203;17712](https://redirect.github.com/getsentry/sentry-javascript/pull/17712)) <details> <summary> <strong>Internal Changes</strong> </summary> - test(node): Avoid using specific port for node-integration-tests ([#&#8203;17729](https://redirect.github.com/getsentry/sentry-javascript/pull/17729)) - test(nuxt): Update Nuxt version and add Nitro $fetch test ([#&#8203;17713](https://redirect.github.com/getsentry/sentry-javascript/pull/17713)) </details> ##### Bundle size 📦 | Path | Size | | ----------------------------------------------------------------------------------------------------- | --------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.69 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 22.24 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 39.46 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 76.93 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 66.84 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 81.49 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 93.41 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 40.01 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.24 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 33.05 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.37 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 41.38 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 28.11 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 41.22 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.72 KB | | CDN Bundle | 25.17 KB | | CDN Bundle (incl. Tracing) | 39.3 KB | | CDN Bundle (incl. Tracing, Replay) | 74.66 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 80.04 KB | | CDN Bundle - uncompressed | 73.6 KB | | CDN Bundle (incl. Tracing) - uncompressed | 116.34 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 228.76 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 241.23 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 43.36 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 39.87 KB | | [@&#8203;sentry/node-core](https://redirect.github.com/sentry/node-core) | 48.85 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 148.68 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 89.79 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 102.92 KB | ### [`v10.13.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.13.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.12.0...10.13.0) ##### Important Changes - **feat(browser): Add option to explicitly end pageload span via `reportPageLoaded()` ([#&#8203;17697](https://redirect.github.com/getsentry/sentry-javascript/pull/17697))** With this release you can take manual control of ending the pageload span. Usually this span is ended automatically by the SDK, based on a period of inactivity after the initial page was loaded in the browser. If you want full control over the pageload duration, you can tell Sentry, when your page was fully loaded: ```js Sentry.init({ //... integrations: [ // 1. Enable manual pageload reporting Sentry.browserTracingIntegration({ enableReportPageLoaded: true }), ], }); // 2. Whenever you decide the page is loaded, call: Sentry.reportPageLoaded(); ``` Note that if `Sentry.reportPageLoaded()` is not called within 30 seconds of the initial pageload (or whatever value the `finalTimeout` option is set to), the pageload span will be ended automatically. - **feat(core,node): Add instrumentation for `GoogleGenerativeAI` ([#&#8203;17625](https://redirect.github.com/getsentry/sentry-javascript/pull/17625))** The SDK now automatically instruments the `@google/generative-ai` package to provide insights into your AI operations. - **feat(nextjs): Promote `useRunAfterProductionCompileHook` to non-experimental build option ([#&#8203;17721](https://redirect.github.com/getsentry/sentry-javascript/pull/17721))** The `useRunAfterProductionCompileHook` option is no longer experimental and is now a stable build option for Next.js projects. - **feat(nextjs): Use `afterProductionCompile` hook for webpack builds ([#&#8203;17655](https://redirect.github.com/getsentry/sentry-javascript/pull/17655))** Next.js projects using webpack can opt-in to use the `useRunAfterProductionCompileHook` hook for source map uploads. - **feat(nextjs): Flip default value for `useRunAfterProductionCompileHook` for Turbopack builds ([#&#8203;17722](https://redirect.github.com/getsentry/sentry-javascript/pull/17722))** The `useRunAfterProductionCompileHook` option is now enabled by default for Turbopack builds, enabling automated source map uploads. - **feat(node): Do not drop 300 and 304 status codes by default ([#&#8203;17686](https://redirect.github.com/getsentry/sentry-javascript/pull/17686))** HTTP transactions with 300 and 304 status codes are now captured by default, providing better visibility into redirect and caching behavior. ##### Other Changes - feat(core): Add logger to core and allow scope to be passed log methods ([#&#8203;17698](https://redirect.github.com/getsentry/sentry-javascript/pull/17698)) - feat(core): Allow to pass `onSuccess` to `handleCallbackErrors` ([#&#8203;17679](https://redirect.github.com/getsentry/sentry-javascript/pull/17679)) - feat(core): Create template attributes in `consoleLoggingIntegration` ([#&#8203;17703](https://redirect.github.com/getsentry/sentry-javascript/pull/17703)) - feat(deps): bump [@&#8203;sentry/cli](https://redirect.github.com/sentry/cli) from 2.52.0 to 2.53.0 ([#&#8203;17652](https://redirect.github.com/getsentry/sentry-javascript/pull/17652)) - feat(node): Add extra platforms to `os` context ([#&#8203;17720](https://redirect.github.com/getsentry/sentry-javascript/pull/17720)) - fix(browser): Ensure idle span duration is adjusted when child spans are ignored ([#&#8203;17700](https://redirect.github.com/getsentry/sentry-javascript/pull/17700)) - fix(core): Ensure builtin stack frames don't affect `thirdPartyErrorFilterIntegration` ([#&#8203;17693](https://redirect.github.com/getsentry/sentry-javascript/pull/17693)) - fix(core): Fix client hook edge cases around multiple callbacks ([#&#8203;17706](https://redirect.github.com/getsentry/sentry-javascript/pull/17706)) - fix(nextjs): Enable fetch span when OTel setup is skipped ([#&#8203;17699](https://redirect.github.com/getsentry/sentry-javascript/pull/17699)) - fix(node): Fix `this` context for vercel AI instrumentation ([#&#8203;17681](https://redirect.github.com/getsentry/sentry-javascript/pull/17681)) <details> <summary> <strong>Internal Changes</strong> </summary> - chore: Add external contributor to CHANGELOG.md ([#&#8203;17725](https://redirect.github.com/getsentry/sentry-javascript/pull/17725)) - chore: Add link to build and test icon in readme ([#&#8203;17719](https://redirect.github.com/getsentry/sentry-javascript/pull/17719)) - chore(nuxt): Bump Vite and Rollup plugins ([#&#8203;17671](https://redirect.github.com/getsentry/sentry-javascript/pull/17671)) - chore(repo): Add changelog entry for `reportPageLoaded` ([#&#8203;17724](https://redirect.github.com/getsentry/sentry-javascript/pull/17724)) - ci: Fix lookup of changed E2E test apps ([#&#8203;17707](https://redirect.github.com/getsentry/sentry-javascript/pull/17707)) - ci(test-matrix): Add logs for `getTestMatrix` ([#&#8203;17673](https://redirect.github.com/getsentry/sentry-javascript/pull/17673)) - ref: Avoid some usage of `SyncPromise` where not needed ([#&#8203;17641](https://redirect.github.com/getsentry/sentry-javascript/pull/17641)) - ref(core): Add debug log when dropping a span via `ignoreSpans` ([#&#8203;17692](https://redirect.github.com/getsentry/sentry-javascript/pull/17692)) - ref(core): Avoid looking up anthropic-ai integration options ([#&#8203;17694](https://redirect.github.com/getsentry/sentry-javascript/pull/17694)) - ref(core): Streamline `module_metadata` assignment and cleanup functions ([#&#8203;17696](https://redirect.github.com/getsentry/sentry-javascript/pull/17696)) - ref(remix): Avoid unnecessary error wrapping `HandleDocumentRequestFunction` ([#&#8203;17680](https://redirect.github.com/getsentry/sentry-javascript/pull/17680)) - Revert "\[Gitflow] Merge master into develop" </details> Work in this release was contributed by [@&#8203;Olexandr88](https://redirect.github.com/Olexandr88). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ----------------------------------------------------------------------------------------------------- | --------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.66 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 22.21 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 39.39 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 76.88 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 66.78 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 81.44 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 93.35 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.99 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.2 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 33 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.33 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 41.32 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 28.05 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 41.15 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.68 KB | | CDN Bundle | 25.14 KB | | CDN Bundle (incl. Tracing) | 39.22 KB | | CDN Bundle (incl. Tracing, Replay) | 74.59 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 79.96 KB | | CDN Bundle - uncompressed | 73.46 KB | | CDN Bundle (incl. Tracing) - uncompressed | 116.1 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 228.53 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 240.99 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 43.3 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 39.81 KB | | [@&#8203;sentry/node-core](https://redirect.github.com/sentry/node-core) | 48.81 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 148.62 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 89.73 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 102.86 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <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-04-23 08:53:53 -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#9323