Skip to content

Commit c70ca2d

Browse files
build(deps): bump @sentry/react from 10.32.1 to 10.35.0 (#854)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 10.32.1 to 10.35.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/react</code>'s releases</a>.</em></p> <blockquote> <h2>10.35.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(tanstackstart-react): Add <code>sentryTanstackStart</code> vite plugin to manage automatic source map uploads (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18712">#18712</a>)</strong></p> <p>You can now configure source maps upload for TanStack Start using the <code>sentryTanstackStart</code> Vite plugin:</p> <pre lang="ts"><code>// vite.config.ts import { defineConfig } from 'vite'; import { sentryTanstackStart } from '@sentry/tanstackstart-react'; import { tanstackStart } from '@tanstack/react-start/plugin/vite'; <p>export default defineConfig({<br /> plugins: [<br /> sentryTanstackStart({<br /> authToken: process.env.SENTRY_AUTH_TOKEN,<br /> org: 'your-org',<br /> project: 'your-project',<br /> }),<br /> tanstackStart(),<br /> ],<br /> });<br /> </code></pre></p> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(browser): Add CDN bundle for <code>tracing.replay.feedback.logs.metrics</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18785">#18785</a>)</li> <li>feat(browser): Add shim package for logs (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18831">#18831</a>)</li> <li>feat(cloudflare): Automatically set the release id when CF_VERSION_METADATA is enabled (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18855">#18855</a>)</li> <li>feat(core): Add <code>ignored</code> client report event drop reason (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18815">#18815</a>)</li> <li>feat(logs): Add <code>Log</code> exports to browser and node packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18857">#18857</a>)</li> <li>feat(node-core,bun): Export processSessionIntegration from node-core and add it to bun (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18852">#18852</a>)</li> <li>fix(core): Find the correct IP address regardless their case (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18880">#18880</a>)</li> <li>fix(core): Check for AI operation id to detect a vercelai span (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18823">#18823</a>)</li> <li>fix(ember): Use ES5 syntax in inline vendor scripts (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18858">#18858</a>)</li> <li>fix(fetch): Shallow-clone fetch options to prevent mutation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18867">#18867</a>)</li> </ul> <!-- raw HTML omitted --> <ul> <li>chore(ci): Use javascript-sdk-gitflow app instead of personal token (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18829">#18829</a>)</li> <li>chore(deps): Bump <code>@sveltejs/kit</code> devDependency to <code>2.49.5</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18848">#18848</a>)</li> <li>chore(deps): Bump bundler plugins to ^4.6.2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18822">#18822</a>)</li> <li>chore(deps): bump hono from 4.10.3 to 4.11.4 in /dev-packages/e2e-tests/test-applications/cloudflare-hono (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18806">#18806</a>)</li> <li>chore(test): Bump svelte dependencies (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18850">#18850</a>)</li> <li>chore(core): Comment out Error tests in langchain (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18837">#18837</a>)</li> <li>meta(changelog): Fix entry for tanstack start vite plugin (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18883">#18883</a>)</li> <li>test(e2e): Add testing app for User Feedback (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18877">#18877</a>)</li> <li>test(fastify): Verify if upstream error is fixed and won't regress (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18838">#18838</a>)</li> </ul> <!-- 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/react</code>'s changelog</a>.</em></p> <blockquote> <h2>10.35.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(tanstackstart-react): Add <code>sentryTanstackStart</code> vite plugin to manage automatic source map uploads (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18712">#18712</a>)</strong></p> <p>You can now configure source maps upload for TanStack Start using the <code>sentryTanstackStart</code> Vite plugin:</p> <pre lang="ts"><code>// vite.config.ts import { defineConfig } from 'vite'; import { sentryTanstackStart } from '@sentry/tanstackstart-react'; import { tanstackStart } from '@tanstack/react-start/plugin/vite'; <p>export default defineConfig({<br /> plugins: [<br /> sentryTanstackStart({<br /> authToken: process.env.SENTRY_AUTH_TOKEN,<br /> org: 'your-org',<br /> project: 'your-project',<br /> }),<br /> tanstackStart(),<br /> ],<br /> });<br /> </code></pre></p> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(browser): Add CDN bundle for <code>tracing.replay.feedback.logs.metrics</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18785">#18785</a>)</li> <li>feat(browser): Add shim package for logs (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18831">#18831</a>)</li> <li>feat(cloudflare): Automatically set the release id when CF_VERSION_METADATA is enabled (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18855">#18855</a>)</li> <li>feat(core): Add <code>ignored</code> client report event drop reason (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18815">#18815</a>)</li> <li>feat(logs): Add <code>Log</code> exports to browser and node packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18857">#18857</a>)</li> <li>feat(node-core,bun): Export processSessionIntegration from node-core and add it to bun (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18852">#18852</a>)</li> <li>fix(core): Find the correct IP address regardless their case (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18880">#18880</a>)</li> <li>fix(core): Check for AI operation id to detect a vercelai span (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18823">#18823</a>)</li> <li>fix(ember): Use ES5 syntax in inline vendor scripts (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18858">#18858</a>)</li> <li>fix(fetch): Shallow-clone fetch options to prevent mutation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18867">#18867</a>)</li> </ul> <!-- raw HTML omitted --> <ul> <li>chore(ci): Use javascript-sdk-gitflow app instead of personal token (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18829">#18829</a>)</li> <li>chore(deps): Bump <code>@sveltejs/kit</code> devDependency to <code>2.49.5</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18848">#18848</a>)</li> <li>chore(deps): Bump bundler plugins to ^4.6.2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18822">#18822</a>)</li> <li>chore(deps): bump hono from 4.10.3 to 4.11.4 in /dev-packages/e2e-tests/test-applications/cloudflare-hono (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18806">#18806</a>)</li> <li>chore(test): Bump svelte dependencies (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18850">#18850</a>)</li> <li>chore(core): Comment out Error tests in langchain (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18837">#18837</a>)</li> <li>meta(changelog): Fix entry for tanstack start vite plugin (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18883">#18883</a>)</li> <li>test(e2e): Add testing app for User Feedback (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18877">#18877</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/265df1fe185dbc5d5a4a9f65244db33f1f51d9ca"><code>265df1f</code></a> release: 10.35.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/024f81963dd23209d4b17943196b495aa7c099a5"><code>024f819</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/18886">#18886</a> from getsentry/prepare-release/10.35.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8160ada46db8177f6d57b1de5d7672a4417bf372"><code>8160ada</code></a> meta(changelog): Update changelog for 10.35.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d503a8da68b240bec630b5c7cbdada42908391be"><code>d503a8d</code></a> meta(changelog): Fix entry for tanstack start vite plugin (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/18883">#18883</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d2df7f6d79165a84d601cb8bc98e71c3ec42c250"><code>d2df7f6</code></a> fix(core): Find the correct IP address regardless their case (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/18880">#18880</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/75b183d6ce960afd8469568ce660b799788aafc7"><code>75b183d</code></a> feat(cloudflare): Automatically set the release id when CF_VERSION_METADATA i...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/df0bff8895f1e8ed9b56a4c0b67cf6ecac640626"><code>df0bff8</code></a> test(fastify): Verify if upstream error is fixed and won't regress (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/18838">#18838</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/cef02b80738288a0451289a1567d857c0356fc77"><code>cef02b8</code></a> test(e2e): Add testing app for User Feedback (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/18877">#18877</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d35344416726301e22671cfd1a7cf5d51eb56ede"><code>d353444</code></a> chore(deps): bump hono from 4.10.3 to 4.11.4 in /dev-packages/e2e-tests/test-...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/32d8fda3095d18d1098bd16037c2a1e022b1bdba"><code>32d8fda</code></a> fix(fetch): Shallow-clone fetch options to prevent mutation (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/18867">#18867</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/10.32.1...10.35.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/react&package-manager=npm_and_yarn&previous-version=10.32.1&new-version=10.35.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a96705c commit c70ca2d

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@egjs/flicking-plugins": "^4.7.1",
99
"@egjs/react-flicking": "^4.15.0",
10-
"@sentry/react": "^10.32.1",
10+
"@sentry/react": "^10.35.0",
1111
"@sentry/tracing": "^7.120.3",
1212
"@sentry/vite-plugin": "^4.6.1",
1313
"@types/jest": "^30.0.0",

0 commit comments

Comments
 (0)