Bump @sentry/browser from 10.8.0 to 10.22.0 in /frontend #148

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/frontend/sentry/browser-10.22.0 into main
dependabot[bot] commented 2025-10-27 05:56:30 +00:00 (Migrated from github.com)

Bumps @sentry/browser from 10.8.0 to 10.22.0.

Release notes

Sourced from @​sentry/browser's releases.

10.22.0

Important Changes

  • feat(node): Instrument cloud functions for firebase v2 (#17952)

    We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.

  • feat(core): Instrument LangChain AI (#17955)

    Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:

    Sentry.init({
      integrations: [
        Sentry.langChainIntegration({
          recordInputs: true, // Record prompts/messages
          recordOutputs: true, // Record responses
        }),
      ],
    });
    

Other Changes

  • feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • feat: Align sentry origin with documentation (#17998)
  • feat(core): Truncate request messages in AI integrations (#17921)
  • feat(nextjs): Support node runtime on proxy files (#17995)
  • feat(node): Pass requestHook and responseHook option to OTel (#17996)
  • fix(core): Fix wrong async types when instrumenting anthropic's stream api (#18007)
  • fix(nextjs): Remove usage of chalk to avoid runtime errors (#18010)
  • fix(node): Pino capture serialized err (#17999)
  • fix(node): Pino child loggers (#17934)
  • fix(react): Don't trim index route / when getting pathname (#17985)
  • fix(react): Patch spanEnd for potentially cancelled lazy-route transactions (#17962)
  • chore: Add required size_check for GH Actions (#18009)
  • chore: Upgrade madge to v8 (#17957)
  • test(hono): Fix hono e2e tests (#18000)
  • test(react-router): Fix getMetaTagTransformer tests for Vitest compatibility (#18013)
  • test(react): Add parameterized route tests for createHashRouter (#17789)

Bundle size 📦

| Path | Size |

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

10.22.0

Important Changes

  • feat(node): Instrument cloud functions for firebase v2 (#17952)

    We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.

  • feat(core): Instrument LangChain AI (#17955)

    Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:

    Sentry.init({
      integrations: [
        Sentry.langChainIntegration({
          recordInputs: true, // Record prompts/messages
          recordOutputs: true, // Record responses
        }),
      ],
    });
    

Other Changes

  • feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • feat: Align sentry origin with documentation (#17998)
  • feat(core): Truncate request messages in AI integrations (#17921)
  • feat(nextjs): Support node runtime on proxy files (#17995)
  • feat(node): Pass requestHook and responseHook option to OTel (#17996)
  • fix(core): Fix wrong async types when instrumenting anthropic's stream api (#18007)
  • fix(nextjs): Remove usage of chalk to avoid runtime errors (#18010)
  • fix(node): Pino capture serialized err (#17999)
  • fix(node): Pino child loggers (#17934)
  • fix(react): Don't trim index route / when getting pathname (#17985)
  • fix(react): Patch spanEnd for potentially cancelled lazy-route transactions (#17962)
  • chore: Add required size_check for GH Actions (#18009)
  • chore: Upgrade madge to v8 (#17957)
  • test(hono): Fix hono e2e tests (#18000)
  • test(react-router): Fix getMetaTagTransformer tests for Vitest compatibility (#18013)
  • test(react): Add parameterized route tests for createHashRouter (#17789)

10.21.0

... (truncated)

Commits
  • c6b99c0 release: 10.22.0
  • 2bde42b Merge pull request #18017 from getsentry/prepare-release/10.22.0
  • 8debb05 meta(changelog): Update changelog for 10.22.0
  • fd26569 fix(react): Patch spanEnd for potentially cancelled lazy-route transactions...
  • 9c0397c test(react-router): Fix getMetaTagTransformer tests for Vitest compatibilit...
  • 0bac0ea test(react): Add parameterized route tests for createHashRouter (#17789)
  • 1513161 chore: Add required size_check for GH Actions (#18009)
  • 7d050b5 fix(core): Fix wrong async types when instrumenting anthropic's stream api (#...
  • 925a4ea feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • 7968cd8 fix(react): Don't trim index route / when getting pathname (#17985)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 10.8.0 to 10.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/browser</code>'s releases</a>.</em></p> <blockquote> <h2>10.22.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(node): Instrument cloud functions for firebase v2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17952">#17952</a>)</strong></p> <p>We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.</p> </li> <li> <p><strong>feat(core): Instrument LangChain AI (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17955">#17955</a>)</strong></p> <p>Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:</p> <pre lang="ts"><code>Sentry.init({ integrations: [ Sentry.langChainIntegration({ recordInputs: true, // Record prompts/messages recordOutputs: true, // Record responses }), ], }); </code></pre> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17986">#17986</a>)</li> <li>feat: Align sentry origin with documentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17998">#17998</a>)</li> <li>feat(core): Truncate request messages in AI integrations (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17921">#17921</a>)</li> <li>feat(nextjs): Support node runtime on proxy files (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17995">#17995</a>)</li> <li>feat(node): Pass requestHook and responseHook option to OTel (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17996">#17996</a>)</li> <li>fix(core): Fix wrong async types when instrumenting anthropic's stream api (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18007">#18007</a>)</li> <li>fix(nextjs): Remove usage of chalk to avoid runtime errors (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18010">#18010</a>)</li> <li>fix(node): Pino capture serialized <code>err</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17999">#17999</a>)</li> <li>fix(node): Pino child loggers (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17934">#17934</a>)</li> <li>fix(react): Don't trim index route <code>/</code> when getting pathname (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17985">#17985</a>)</li> <li>fix(react): Patch <code>spanEnd</code> for potentially cancelled lazy-route transactions (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17962">#17962</a>)</li> </ul> <!-- raw HTML omitted --> <ul> <li>chore: Add required size_check for GH Actions (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18009">#18009</a>)</li> <li>chore: Upgrade madge to v8 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17957">#17957</a>)</li> <li>test(hono): Fix hono e2e tests (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18000">#18000</a>)</li> <li>test(react-router): Fix <code>getMetaTagTransformer</code> tests for Vitest compatibility (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18013">#18013</a>)</li> <li>test(react): Add parameterized route tests for <code>createHashRouter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17789">#17789</a>)</li> </ul> <!-- raw HTML omitted --> <h2>Bundle size 📦</h2> <p>| Path | Size |</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/browser</code>'s changelog</a>.</em></p> <blockquote> <h2>10.22.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(node): Instrument cloud functions for firebase v2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17952">#17952</a>)</strong></p> <p>We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.</p> </li> <li> <p><strong>feat(core): Instrument LangChain AI (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17955">#17955</a>)</strong></p> <p>Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:</p> <pre lang="ts"><code>Sentry.init({ integrations: [ Sentry.langChainIntegration({ recordInputs: true, // Record prompts/messages recordOutputs: true, // Record responses }), ], }); </code></pre> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17986">#17986</a>)</li> <li>feat: Align sentry origin with documentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17998">#17998</a>)</li> <li>feat(core): Truncate request messages in AI integrations (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17921">#17921</a>)</li> <li>feat(nextjs): Support node runtime on proxy files (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17995">#17995</a>)</li> <li>feat(node): Pass requestHook and responseHook option to OTel (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17996">#17996</a>)</li> <li>fix(core): Fix wrong async types when instrumenting anthropic's stream api (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18007">#18007</a>)</li> <li>fix(nextjs): Remove usage of chalk to avoid runtime errors (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18010">#18010</a>)</li> <li>fix(node): Pino capture serialized <code>err</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17999">#17999</a>)</li> <li>fix(node): Pino child loggers (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17934">#17934</a>)</li> <li>fix(react): Don't trim index route <code>/</code> when getting pathname (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17985">#17985</a>)</li> <li>fix(react): Patch <code>spanEnd</code> for potentially cancelled lazy-route transactions (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17962">#17962</a>)</li> </ul> <!-- raw HTML omitted --> <ul> <li>chore: Add required size_check for GH Actions (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18009">#18009</a>)</li> <li>chore: Upgrade madge to v8 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17957">#17957</a>)</li> <li>test(hono): Fix hono e2e tests (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18000">#18000</a>)</li> <li>test(react-router): Fix <code>getMetaTagTransformer</code> tests for Vitest compatibility (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18013">#18013</a>)</li> <li>test(react): Add parameterized route tests for <code>createHashRouter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/17789">#17789</a>)</li> </ul> <!-- raw HTML omitted --> <h2>10.21.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/c6b99c014f565c34aac161cfeda3ff9bc787a2ef"><code>c6b99c0</code></a> release: 10.22.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/2bde42b16e8370f173c17a4c2eacd5b98b1a6cfd"><code>2bde42b</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/18017">#18017</a> from getsentry/prepare-release/10.22.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8debb05b5b8924220692a275810e2b9c53ea7cef"><code>8debb05</code></a> meta(changelog): Update changelog for 10.22.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fd265698ca5744942269f4f6b6cd18328e7063ab"><code>fd26569</code></a> fix(react): Patch <code>spanEnd</code> for potentially cancelled lazy-route transactions...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/9c0397c7c10f5b9f902772c33742c3c37745e9cc"><code>9c0397c</code></a> test(react-router): Fix <code>getMetaTagTransformer</code> tests for Vitest compatibilit...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/0bac0ea0560a1f636d715215a1667c4cb0ab3158"><code>0bac0ea</code></a> test(react): Add parameterized route tests for <code>createHashRouter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/17789">#17789</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/1513161b12c33305fd5bdea6e1da57733fb65d52"><code>1513161</code></a> chore: Add required size_check for GH Actions (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/18009">#18009</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7d050b545d728a301bf4b239fbd6ff731cea4cae"><code>7d050b5</code></a> fix(core): Fix wrong async types when instrumenting anthropic's stream api (#...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/925a4ea55434574a261f2f46b0620b4ba4fcd6fd"><code>925a4ea</code></a> feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/17986">#17986</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7968cd85e321d743a6807459f4deedbfde5867b4"><code>7968cd8</code></a> fix(react): Don't trim index route <code>/</code> when getting pathname (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/17985">#17985</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/10.8.0...10.22.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/browser&package-manager=npm_and_yarn&previous-version=10.8.0&new-version=10.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 2025-11-30 15:28:18 +00:00 (Migrated from github.com)

Superseded by #171.

Superseded by #171.

Pull request closed

Sign in to join this conversation.
No description provided.