Skip to content

Commit 8b2c33c

Browse files
build(deps): bump @sentry/react from 9.25.1 to 9.34.0 (#751)
[//]: # (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 9.25.1 to 9.34.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>9.34.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(nuxt): Add Cloudflare Nitro plugin (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15597">#15597</a>)</strong></p> <p>A Nitro plugin for <code>@sentry/nuxt</code> which initializes Sentry when deployed to Cloudflare (<code>cloudflare-pages</code> preset).</p> <ol> <li> <p>Add <code>@sentry/cloudflare</code> as additional dependency (same version as <code>@sentry/nuxt</code>)</p> </li> <li> <p>Remove the previous server config file: <code>sentry.server.config.ts</code></p> </li> <li> <p>Add a plugin in <code>server/plugins</code> (e.g. <code>server/plugins/sentry-cloudflare-setup.ts</code>)</p> </li> <li> <p>Add this code in your plugin file</p> <pre lang="javascript"><code>// server/plugins/sentry-cloudflare-setup.ts (filename does not matter) import { sentryCloudflareNitroPlugin } from '@sentry/nuxt/module/plugins'; <p>export default defineNitroPlugin(<br /> sentryCloudflareNitroPlugin({<br /> dsn: '<a href="https://dsn">https://dsn</a>',<br /> tracesSampleRate: 1.0,<br /> }),<br /> );<br /> </code></pre></p> <p>or with access to <code>nitroApp</code>:</p> <pre lang="javascript"><code>// server/plugins/sentry-cloudflare-setup.ts (filename does not matter) import { sentryCloudflareNitroPlugin } from '@sentry/nuxt/module/plugins'; <p>export default defineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp: NitroApp) =&gt; {<br /> // You can access nitroApp here if needed<br /> return ({<br /> dsn: '<a href="https://dsn">https://dsn</a>',<br /> tracesSampleRate: 1.0,<br /> })<br /> }))<br /> </code></pre></p> </li> </ol> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(browser): Record standalone LCP spans (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16591">#16591</a>)</li> <li>fix(nuxt): Only add OTel alias in dev mode (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16756">#16756</a>)</li> </ul> <h2>Bundle size 📦</h2> <table> <thead> <tr> <th>Path</th> <th>Size</th> </tr> </thead> <tbody> <tr> <td><code>@​sentry/browser</code></td> <td>23.42 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - with treeshaking flags</td> <td>23.2 KB</td> </tr> </tbody> </table> <!-- 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>9.34.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(nuxt): Add Cloudflare Nitro plugin (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15597">#15597</a>)</strong></p> <p>A Nitro plugin for <code>@sentry/nuxt</code> which initializes Sentry when deployed to Cloudflare (<code>cloudflare-pages</code> preset).</p> <ol> <li> <p>Remove the previous server config file: <code>sentry.server.config.ts</code></p> </li> <li> <p>Add a plugin in <code>server/plugins</code> (e.g. <code>server/plugins/sentry-cloudflare-setup.ts</code>)</p> </li> <li> <p>Add this code in your plugin file</p> <pre lang="javascript"><code>// server/plugins/sentry-cloudflare-setup.ts (filename does not matter) import { sentryCloudflareNitroPlugin } from '@sentry/nuxt/module/plugins'; <p>export default defineNitroPlugin(<br /> sentryCloudflareNitroPlugin({<br /> dsn: '<a href="https://dsn">https://dsn</a>',<br /> tracesSampleRate: 1.0,<br /> }),<br /> );<br /> </code></pre></p> <p>or with access to <code>nitroApp</code>:</p> <pre lang="javascript"><code>// server/plugins/sentry-cloudflare-setup.ts (filename does not matter) import { sentryCloudflareNitroPlugin } from '@sentry/nuxt/module/plugins'; <p>export default defineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp: NitroApp) =&gt; {<br /> // You can access nitroApp here if needed<br /> return ({<br /> dsn: '<a href="https://dsn">https://dsn</a>',<br /> tracesSampleRate: 1.0,<br /> })<br /> }))<br /> </code></pre></p> </li> </ol> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(browser): Record standalone LCP spans (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16591">#16591</a>)</li> <li>fix(nuxt): Only add OTel alias in dev mode (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16756">#16756</a>)</li> </ul> <h2>9.33.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat: Add opt-in <code>vercelAiIntegration</code> to cloudflare &amp; vercel-edge (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16732">#16732</a>)</strong></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/04a587dfac64df0bdc768cdddc4f19c9fce147aa"><code>04a587d</code></a> release: 9.34.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/9afe2646978feba59ad50748a99c9669ef9887f1"><code>9afe264</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16779">#16779</a> from getsentry/prepare-release/9.34.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/740b49fc3ee906130a1f8c513343cf9bc09aa986"><code>740b49f</code></a> meta(changelog): Update changelog for 9.34.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/bc6725cf4b3e7162e2f1ae6035c784d69936395a"><code>bc6725c</code></a> feat(nuxt): Add Cloudflare Nitro plugin (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15597">#15597</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/53c9c68546cef8526b4a90617be41f4d882acf4a"><code>53c9c68</code></a> test(nuxt): Use official Nuxt 4 version for E2E test (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16770">#16770</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/98e877422fa65b592adefceb6e911f654471cac4"><code>98e8774</code></a> feat(browser): Record standalone LCP spans (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16591">#16591</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/56c9fcb9f18a50fff8c3a81297c906d2d2847be2"><code>56c9fcb</code></a> fix(nuxt): Only add OTel alias in dev mode (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16756">#16756</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/6ecefd129e41dae48cb1a93a7d22a2d4df168920"><code>6ecefd1</code></a> ci: Use generic node 18 for node-integration-tests (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16755">#16755</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7226ba9afc5051118463095637369e123706d2c0"><code>7226ba9</code></a> chore: Update node to 20.19.2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16644">#16644</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/406422b0775e85979da8dfda1725010a207d764b"><code>406422b</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16752">#16752</a> from getsentry/master</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/9.25.1...9.34.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=9.25.1&new-version=9.34.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4261499 commit 8b2c33c

File tree

2 files changed

+36
-43
lines changed

2 files changed

+36
-43
lines changed

package-lock.json

Lines changed: 35 additions & 42 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
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@egjs/flicking-plugins": "^4.7.1",
88
"@egjs/react-flicking": "^4.13.0",
9-
"@sentry/react": "^9.25.1",
9+
"@sentry/react": "^9.34.0",
1010
"@sentry/tracing": "^7.120.3",
1111
"@sentry/vite-plugin": "^3.5.0",
1212
"@types/jest": "^30.0.0",

0 commit comments

Comments
 (0)