mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump the sentry group in /rust/gui-client with 2 updates (#9744)
Bumps the sentry group in /rust/gui-client with 2 updates: [@sentry/core](https://github.com/getsentry/sentry-javascript) and [@sentry/react](https://github.com/getsentry/sentry-javascript). Updates `@sentry/core` from 9.27.0 to 9.33.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@sentry/core</code>'s releases</a>.</em></p> <blockquote> <h2>9.33.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat: Add opt-in <code>vercelAiIntegration</code> to cloudflare & vercel-edge (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16732">#16732</a>)</strong></li> </ul> <p>The <code>vercelAiIntegration</code> is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration in <code>Sentry.init</code></p> <pre lang="js"><code>Sentry.init({ tracesSampleRate: 1.0, integrations: [Sentry.vercelAIIntegration()], }); </code></pre> <p>And enable telemetry for Vercel AI calls</p> <pre lang="js"><code>const result = await generateText({ model: openai('gpt-4o'), experimental_telemetry: { isEnabled: true, }, }); </code></pre> <ul> <li><strong>feat(node): Add postgresjs instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16665">#16665</a>)</strong></li> </ul> <p>The Node.js SDK now includes instrumentation for <a href="https://www.npmjs.com/package/postgres">Postgres.js</a>.</p> <ul> <li><strong>feat(node): Use diagnostics channel for Fastify v5 error handling (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16715">#16715</a>)</strong></li> </ul> <p>If you're on Fastify v5, you no longer need to call <code>setupFastifyErrorHandler</code>. It is done automatically by the node SDK. Older versions still rely on calling <code>setupFastifyErrorHandler</code>.</p> <h3>Other Changes</h3> <ul> <li>feat(cloudflare): Allow interop with OpenTelemetry emitted spans (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16714">#16714</a>)</li> <li>feat(cloudflare): Flush after <code>waitUntil</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16681">#16681</a>)</li> <li>fix(nextjs): Remove <code>ai</code> from default server external packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16736">#16736</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/0xbad0c0d3"><code>@0xbad0c0d3</code></a>. Thank you for your contribution!</p> <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> <tr> <td><code>@sentry/browser</code> (incl. Tracing)</td> <td>37.93 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay)</td> <td>75.18 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/core</code>'s changelog</a>.</em></p> <blockquote> <h2>9.33.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat: Add opt-in <code>vercelAiIntegration</code> to cloudflare & vercel-edge (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16732">#16732</a>)</strong></li> </ul> <p>The <code>vercelAiIntegration</code> is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration in <code>Sentry.init</code></p> <pre lang="js"><code>Sentry.init({ tracesSampleRate: 1.0, integrations: [Sentry.vercelAIIntegration()], }); </code></pre> <p>And enable telemetry for Vercel AI calls</p> <pre lang="js"><code>const result = await generateText({ model: openai('gpt-4o'), experimental_telemetry: { isEnabled: true, }, }); </code></pre> <ul> <li><strong>feat(node): Add postgresjs instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16665">#16665</a>)</strong></li> </ul> <p>The Node.js SDK now includes instrumentation for <a href="https://www.npmjs.com/package/postgres">Postgres.js</a>.</p> <ul> <li><strong>feat(node): Use diagnostics channel for Fastify v5 error handling (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16715">#16715</a>)</strong></li> </ul> <p>If you're on Fastify v5, you no longer need to call <code>setupFastifyErrorHandler</code>. It is done automatically by the node SDK. Older versions still rely on calling <code>setupFastifyErrorHandler</code>.</p> <h3>Other Changes</h3> <ul> <li>feat(cloudflare): Allow interop with OpenTelemetry emitted spans (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16714">#16714</a>)</li> <li>feat(cloudflare): Flush after <code>waitUntil</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16681">#16681</a>)</li> <li>fix(nextjs): Remove <code>ai</code> from default server external packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16736">#16736</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/0xbad0c0d3"><code>@0xbad0c0d3</code></a>. Thank you for your contribution!</p> <h2>9.32.0</h2> <h3>Important Changes</h3> <ul> <li>feat(browser): Add CLS sources to span attributes (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16710">#16710</a>)</li> </ul> <p>Enhances CLS (Cumulative Layout Shift) spans by adding attributes detailing the elements that caused layout shifts.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="70e425f9bf"><code>70e425f</code></a> release: 9.33.0</li> <li><a href="c07f2a21f3"><code>c07f2a2</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16750">#16750</a> from getsentry/prepare-release/9.33.0</li> <li><a href="e8eb291938"><code>e8eb291</code></a> meta(changelog): Update changelog for 9.33.0</li> <li><a href="e7891f749f"><code>e7891f7</code></a> chore: Add external contributor to CHANGELOG.md (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16747">#16747</a>)</li> <li><a href="c20a3c4b20"><code>c20a3c4</code></a> feat(cloudflare): Flush after <code>waitUntil</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16681">#16681</a>)</li> <li><a href="510ba3eba9"><code>510ba3e</code></a> feat(node): Add postgresjs instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16665">#16665</a>)</li> <li><a href="f916be14ac"><code>f916be1</code></a> feat(node): Use diagnostics channel for Fastify v5 error handling (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16715">#16715</a>)</li> <li><a href="40f04bc671"><code>40f04bc</code></a> feat: Add opt-in <code>vercelAiIntegration</code> to cloudflare & vercel-edge (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16732">#16732</a>)</li> <li><a href="ae30471893"><code>ae30471</code></a> test(nuxt): Add fake module and composable to E2E test (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16731">#16731</a>)</li> <li><a href="43403dc2dc"><code>43403dc</code></a> fix(nextjs): Remove <code>ai</code> from default server external packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16736">#16736</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/9.27.0...9.33.0">compare view</a></li> </ul> </details> <br /> Updates `@sentry/react` from 9.27.0 to 9.33.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.33.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat: Add opt-in <code>vercelAiIntegration</code> to cloudflare & vercel-edge (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16732">#16732</a>)</strong></li> </ul> <p>The <code>vercelAiIntegration</code> is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration in <code>Sentry.init</code></p> <pre lang="js"><code>Sentry.init({ tracesSampleRate: 1.0, integrations: [Sentry.vercelAIIntegration()], }); </code></pre> <p>And enable telemetry for Vercel AI calls</p> <pre lang="js"><code>const result = await generateText({ model: openai('gpt-4o'), experimental_telemetry: { isEnabled: true, }, }); </code></pre> <ul> <li><strong>feat(node): Add postgresjs instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16665">#16665</a>)</strong></li> </ul> <p>The Node.js SDK now includes instrumentation for <a href="https://www.npmjs.com/package/postgres">Postgres.js</a>.</p> <ul> <li><strong>feat(node): Use diagnostics channel for Fastify v5 error handling (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16715">#16715</a>)</strong></li> </ul> <p>If you're on Fastify v5, you no longer need to call <code>setupFastifyErrorHandler</code>. It is done automatically by the node SDK. Older versions still rely on calling <code>setupFastifyErrorHandler</code>.</p> <h3>Other Changes</h3> <ul> <li>feat(cloudflare): Allow interop with OpenTelemetry emitted spans (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16714">#16714</a>)</li> <li>feat(cloudflare): Flush after <code>waitUntil</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16681">#16681</a>)</li> <li>fix(nextjs): Remove <code>ai</code> from default server external packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16736">#16736</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/0xbad0c0d3"><code>@0xbad0c0d3</code></a>. Thank you for your contribution!</p> <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> <tr> <td><code>@sentry/browser</code> (incl. Tracing)</td> <td>37.93 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay)</td> <td>75.18 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.33.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat: Add opt-in <code>vercelAiIntegration</code> to cloudflare & vercel-edge (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16732">#16732</a>)</strong></li> </ul> <p>The <code>vercelAiIntegration</code> is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration in <code>Sentry.init</code></p> <pre lang="js"><code>Sentry.init({ tracesSampleRate: 1.0, integrations: [Sentry.vercelAIIntegration()], }); </code></pre> <p>And enable telemetry for Vercel AI calls</p> <pre lang="js"><code>const result = await generateText({ model: openai('gpt-4o'), experimental_telemetry: { isEnabled: true, }, }); </code></pre> <ul> <li><strong>feat(node): Add postgresjs instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16665">#16665</a>)</strong></li> </ul> <p>The Node.js SDK now includes instrumentation for <a href="https://www.npmjs.com/package/postgres">Postgres.js</a>.</p> <ul> <li><strong>feat(node): Use diagnostics channel for Fastify v5 error handling (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16715">#16715</a>)</strong></li> </ul> <p>If you're on Fastify v5, you no longer need to call <code>setupFastifyErrorHandler</code>. It is done automatically by the node SDK. Older versions still rely on calling <code>setupFastifyErrorHandler</code>.</p> <h3>Other Changes</h3> <ul> <li>feat(cloudflare): Allow interop with OpenTelemetry emitted spans (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16714">#16714</a>)</li> <li>feat(cloudflare): Flush after <code>waitUntil</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16681">#16681</a>)</li> <li>fix(nextjs): Remove <code>ai</code> from default server external packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16736">#16736</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/0xbad0c0d3"><code>@0xbad0c0d3</code></a>. Thank you for your contribution!</p> <h2>9.32.0</h2> <h3>Important Changes</h3> <ul> <li>feat(browser): Add CLS sources to span attributes (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16710">#16710</a>)</li> </ul> <p>Enhances CLS (Cumulative Layout Shift) spans by adding attributes detailing the elements that caused layout shifts.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="70e425f9bf"><code>70e425f</code></a> release: 9.33.0</li> <li><a href="c07f2a21f3"><code>c07f2a2</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16750">#16750</a> from getsentry/prepare-release/9.33.0</li> <li><a href="e8eb291938"><code>e8eb291</code></a> meta(changelog): Update changelog for 9.33.0</li> <li><a href="e7891f749f"><code>e7891f7</code></a> chore: Add external contributor to CHANGELOG.md (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16747">#16747</a>)</li> <li><a href="c20a3c4b20"><code>c20a3c4</code></a> feat(cloudflare): Flush after <code>waitUntil</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16681">#16681</a>)</li> <li><a href="510ba3eba9"><code>510ba3e</code></a> feat(node): Add postgresjs instrumentation (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16665">#16665</a>)</li> <li><a href="f916be14ac"><code>f916be1</code></a> feat(node): Use diagnostics channel for Fastify v5 error handling (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16715">#16715</a>)</li> <li><a href="40f04bc671"><code>40f04bc</code></a> feat: Add opt-in <code>vercelAiIntegration</code> to cloudflare & vercel-edge (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16732">#16732</a>)</li> <li><a href="ae30471893"><code>ae30471</code></a> test(nuxt): Add fake module and composable to E2E test (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16731">#16731</a>)</li> <li><a href="43403dc2dc"><code>43403dc</code></a> fix(nextjs): Remove <code>ai</code> from default server external packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16736">#16736</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/9.27.0...9.33.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
"@eslint/js": "^9.29.0",
|
||||
"@fontsource-variable/source-sans-3": "^5.2.8",
|
||||
"@heroicons/react": "^2.2.0",
|
||||
"@sentry/core": "^9.27.0",
|
||||
"@sentry/react": "^9.27.0",
|
||||
"@sentry/core": "^9.34.0",
|
||||
"@sentry/react": "^9.34.0",
|
||||
"@tailwindcss/cli": "^4.1.11",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"@tauri-apps/api": "^2.5.0",
|
||||
|
||||
76
rust/gui-client/pnpm-lock.yaml
generated
76
rust/gui-client/pnpm-lock.yaml
generated
@@ -18,11 +18,11 @@ importers:
|
||||
specifier: ^2.2.0
|
||||
version: 2.2.0(react@19.1.0)
|
||||
'@sentry/core':
|
||||
specifier: ^9.27.0
|
||||
version: 9.27.0
|
||||
specifier: ^9.34.0
|
||||
version: 9.34.0
|
||||
'@sentry/react':
|
||||
specifier: ^9.27.0
|
||||
version: 9.27.0(react@19.1.0)
|
||||
specifier: ^9.34.0
|
||||
version: 9.34.0(react@19.1.0)
|
||||
'@tailwindcss/cli':
|
||||
specifier: ^4.1.11
|
||||
version: 4.1.11
|
||||
@@ -690,32 +690,32 @@ packages:
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@sentry-internal/browser-utils@9.27.0':
|
||||
resolution: {integrity: sha512-SJa7f6Ct1BzP8rWEomnshSGN1CmT+axNKvT+StrbFPD6AyHnYfFLJpKgc2iToIJHB/pmeuOI9dUwqtzVx+5nSw==}
|
||||
'@sentry-internal/browser-utils@9.34.0':
|
||||
resolution: {integrity: sha512-pXVznvP4CROejYtk6y7UQvPTieWz2vXjukGlO45fsnQa9nNo30lkQh3Ws2HZw2YbTxYZQYx75FBDezwKl2q0hQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry-internal/feedback@9.27.0':
|
||||
resolution: {integrity: sha512-e7L8eG0y63RulN352lmafoCCfQGg4jLVT8YLx6096eWu/YKLkgmVpgi8livsT5WREnH+HB+iFSrejOwK7cRkhw==}
|
||||
'@sentry-internal/feedback@9.34.0':
|
||||
resolution: {integrity: sha512-HT/EBRl1DR8XqlJk2wFNPJFcnIzNcEDjmW7C/o7K0GeP5jcSH0dKpcH7ykz2bi46gMRPrkO5EK2eXGK81KYI3g==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry-internal/replay-canvas@9.27.0':
|
||||
resolution: {integrity: sha512-44rVSt3LCH6qePYRQrl4WUBwnkOk9dzinmnKmuwRksEdDOkVq5KBRhi/IDr7omwSpX8C+KrX5alfKhOx1cP0gQ==}
|
||||
'@sentry-internal/replay-canvas@9.34.0':
|
||||
resolution: {integrity: sha512-GCtqMFk9WwrU3JNz1tlCFAhzmNfgZhLRaS0cLzoTuxPbG3CC2VUIWYEOw7+AdCJZGm8ElTMxu+BkChgGb8qthQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry-internal/replay@9.27.0':
|
||||
resolution: {integrity: sha512-n2kO1wOfCG7GxkMAqbYYkpgTqJM5tuVLdp0JuNCqTOLTXWvw6svWGaYKlYpKUgsK9X/GDzJYSXZmfe+Dbg+FJQ==}
|
||||
'@sentry-internal/replay@9.34.0':
|
||||
resolution: {integrity: sha512-joYSqWltmpkcqI8Gg8jwFtPv0F01whmuQfNGoGaL7Z6B/xO1vvkqEudrg1tmswUHhqtYpZYaEaCvrmv0sPGCfA==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry/browser@9.27.0':
|
||||
resolution: {integrity: sha512-geR3lhRJOmUQqi1WgovLSYcD/f66zYnctdnDEa7j1BW2XIB1nlTJn0mpYyAHghXKkUN/pBpp1Z+Jk0XlVwFYVg==}
|
||||
'@sentry/browser@9.34.0':
|
||||
resolution: {integrity: sha512-6oJxU7JEA/RCgMTVlHXT54U9d0DWg61GgzyLTM+FUa8OUrAoK/t+CZGSMc/13nYN8xs7vcpiORdRx0ogch9zGw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry/core@9.27.0':
|
||||
resolution: {integrity: sha512-Zb2SSAdWXQjTem+sVWrrAq9L6YYfxyoTwtapaE6C6qZBR5C8Uak0wcYww8StaCFH7dDA/PSW+VxOwjNXocrQHQ==}
|
||||
'@sentry/core@9.34.0':
|
||||
resolution: {integrity: sha512-M/zikVaE3KLkhCFDyrHB35sF7pVkB2RPy07BcRsdFsSsdpjoG+Zq2Sxth2tMTbjd0x9Vtb/X6LVjyCj9GSEvVg==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry/react@9.27.0':
|
||||
resolution: {integrity: sha512-UT7iaGEwTqe06O4mgHfKGTRBHg+U0JSI/id+QxrOji6ksosOsSnSC3Vdq+gPs9pzCCFE+6+DkH6foYNNLIN0lw==}
|
||||
'@sentry/react@9.34.0':
|
||||
resolution: {integrity: sha512-xrai0g8qBS0AyiAytHlrBiTPu1zG7DNNh4GodAkHcd1j2iVti2c+AR7KgUY7UrsrjXd8Fpy7c+qo+5DnHLpulw==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
react: ^16.14.0 || 17.x || 18.x || 19.x
|
||||
@@ -2739,38 +2739,38 @@ snapshots:
|
||||
'@rollup/rollup-win32-x64-msvc@4.40.1':
|
||||
optional: true
|
||||
|
||||
'@sentry-internal/browser-utils@9.27.0':
|
||||
'@sentry-internal/browser-utils@9.34.0':
|
||||
dependencies:
|
||||
'@sentry/core': 9.27.0
|
||||
'@sentry/core': 9.34.0
|
||||
|
||||
'@sentry-internal/feedback@9.27.0':
|
||||
'@sentry-internal/feedback@9.34.0':
|
||||
dependencies:
|
||||
'@sentry/core': 9.27.0
|
||||
'@sentry/core': 9.34.0
|
||||
|
||||
'@sentry-internal/replay-canvas@9.27.0':
|
||||
'@sentry-internal/replay-canvas@9.34.0':
|
||||
dependencies:
|
||||
'@sentry-internal/replay': 9.27.0
|
||||
'@sentry/core': 9.27.0
|
||||
'@sentry-internal/replay': 9.34.0
|
||||
'@sentry/core': 9.34.0
|
||||
|
||||
'@sentry-internal/replay@9.27.0':
|
||||
'@sentry-internal/replay@9.34.0':
|
||||
dependencies:
|
||||
'@sentry-internal/browser-utils': 9.27.0
|
||||
'@sentry/core': 9.27.0
|
||||
'@sentry-internal/browser-utils': 9.34.0
|
||||
'@sentry/core': 9.34.0
|
||||
|
||||
'@sentry/browser@9.27.0':
|
||||
'@sentry/browser@9.34.0':
|
||||
dependencies:
|
||||
'@sentry-internal/browser-utils': 9.27.0
|
||||
'@sentry-internal/feedback': 9.27.0
|
||||
'@sentry-internal/replay': 9.27.0
|
||||
'@sentry-internal/replay-canvas': 9.27.0
|
||||
'@sentry/core': 9.27.0
|
||||
'@sentry-internal/browser-utils': 9.34.0
|
||||
'@sentry-internal/feedback': 9.34.0
|
||||
'@sentry-internal/replay': 9.34.0
|
||||
'@sentry-internal/replay-canvas': 9.34.0
|
||||
'@sentry/core': 9.34.0
|
||||
|
||||
'@sentry/core@9.27.0': {}
|
||||
'@sentry/core@9.34.0': {}
|
||||
|
||||
'@sentry/react@9.27.0(react@19.1.0)':
|
||||
'@sentry/react@9.34.0(react@19.1.0)':
|
||||
dependencies:
|
||||
'@sentry/browser': 9.27.0
|
||||
'@sentry/core': 9.27.0
|
||||
'@sentry/browser': 9.34.0
|
||||
'@sentry/core': 9.34.0
|
||||
hoist-non-react-statics: 3.3.2
|
||||
react: 19.1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user