From 78a2c4dcef7458f84e85f75a665e49467b3fc146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 10:15:07 -0700 Subject: [PATCH] build(deps): bump the sentry group in /rust/gui-client with 2 updates (#9744) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
Release notes

Sourced from @​sentry/core's releases.

9.33.0

Important Changes

The vercelAiIntegration is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration in Sentry.init

Sentry.init({
  tracesSampleRate: 1.0,
  integrations: [Sentry.vercelAIIntegration()],
});

And enable telemetry for Vercel AI calls

const result = await generateText({
  model: openai('gpt-4o'),
  experimental_telemetry: {
    isEnabled: true,
  },
});

The Node.js SDK now includes instrumentation for Postgres.js.

If you're on Fastify v5, you no longer need to call setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on calling setupFastifyErrorHandler.

Other Changes

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

Bundle size 📦

Path Size
@​sentry/browser 23.42 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 37.93 KB
@​sentry/browser (incl. Tracing, Replay) 75.18 KB

... (truncated)

Changelog

Sourced from @​sentry/core's changelog.

9.33.0

Important Changes

The vercelAiIntegration is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration in Sentry.init

Sentry.init({
  tracesSampleRate: 1.0,
  integrations: [Sentry.vercelAIIntegration()],
});

And enable telemetry for Vercel AI calls

const result = await generateText({
  model: openai('gpt-4o'),
  experimental_telemetry: {
    isEnabled: true,
  },
});

The Node.js SDK now includes instrumentation for Postgres.js.

If you're on Fastify v5, you no longer need to call setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on calling setupFastifyErrorHandler.

Other Changes

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

9.32.0

Important Changes

Enhances CLS (Cumulative Layout Shift) spans by adding attributes detailing the elements that caused layout shifts.

... (truncated)

Commits

Updates `@sentry/react` from 9.27.0 to 9.33.0
Release notes

Sourced from @​sentry/react's releases.

9.33.0

Important Changes

The vercelAiIntegration is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration in Sentry.init

Sentry.init({
  tracesSampleRate: 1.0,
  integrations: [Sentry.vercelAIIntegration()],
});

And enable telemetry for Vercel AI calls

const result = await generateText({
  model: openai('gpt-4o'),
  experimental_telemetry: {
    isEnabled: true,
  },
});

The Node.js SDK now includes instrumentation for Postgres.js.

If you're on Fastify v5, you no longer need to call setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on calling setupFastifyErrorHandler.

Other Changes

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

Bundle size 📦

Path Size
@​sentry/browser 23.42 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 37.93 KB
@​sentry/browser (incl. Tracing, Replay) 75.18 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

9.33.0

Important Changes

The vercelAiIntegration is now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge. To use it, add the integration in Sentry.init

Sentry.init({
  tracesSampleRate: 1.0,
  integrations: [Sentry.vercelAIIntegration()],
});

And enable telemetry for Vercel AI calls

const result = await generateText({
  model: openai('gpt-4o'),
  experimental_telemetry: {
    isEnabled: true,
  },
});

The Node.js SDK now includes instrumentation for Postgres.js.

If you're on Fastify v5, you no longer need to call setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on calling setupFastifyErrorHandler.

Other Changes

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

9.32.0

Important Changes

Enhances CLS (Cumulative Layout Shift) spans by adding attributes detailing the elements that caused layout shifts.

... (truncated)

Commits

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) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/gui-client/package.json | 4 +- rust/gui-client/pnpm-lock.yaml | 76 +++++++++++++++++----------------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/rust/gui-client/package.json b/rust/gui-client/package.json index a2d268d27..be366e537 100644 --- a/rust/gui-client/package.json +++ b/rust/gui-client/package.json @@ -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", diff --git a/rust/gui-client/pnpm-lock.yaml b/rust/gui-client/pnpm-lock.yaml index aa5cf709b..bca622343 100644 --- a/rust/gui-client/pnpm-lock.yaml +++ b/rust/gui-client/pnpm-lock.yaml @@ -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