Skip to content

Bump the sentry group across 1 directory with 2 updates#404

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sentry-1a228ee616
Open

Bump the sentry group across 1 directory with 2 updates#404
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sentry-1a228ee616

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Bumps the sentry group with 2 updates in the / directory: @sentry/react and @sentry/vite-plugin.

Updates @sentry/react from 8.34.0 to 10.51.0

Release notes

Sourced from @​sentry/react's releases.

10.51.0

Important Changes

  • feat(cloudflare): Add trace propagation for RPC method calls (#20343)

    Trace context is now propagated across Cloudflare Workers RPC calls, connecting traces between Workers and Durable Objects. This feature is opt-in and requires setting enableRpcTracePropagation: true in your SDK configuration:

    // Worker
    export default Sentry.withSentry(
      env => ({
        dsn: env.SENTRY_DSN,
        enableRpcTracePropagation: true,
      }),
      handler,
    );
    // Durable Object
    export const MyDurableObject = Sentry.instrumentDurableObjectWithSentry(
    env => ({
    dsn: env.SENTRY_DSN,
    enableRpcTracePropagation: true,
    }),
    MyDurableObjectBase,
    );

  • feat(hono)!: Change setup for @sentry/hono/node (init in external file) (#20497)

    To improve Node.js instrumentation, the sentry() middleware exported from @sentry/hono/node no longer accepts configuration options. Instead, you must configure the SDK by calling Sentry.init() in a dedicated instrumentation file that runs before your application code (read more in the Hono SDK readme:

    // instrument.mjs (or instrument.ts)
    import * as Sentry from '@sentry/hono/node';
    Sentry.init({
    dsn: 'DSN',
    tracesSampleRate: 1.0,
    });

  • feat(nitro): Add @sentry/nitro SDK (#19224)

    A new @sentry/nitro package provides first-class Sentry support for Nitro applications, with HTTP handler and error instrumentation, middleware tracing, request isolation, and build-time source map uploading via withSentryConfig. Read more in the Nitro SDK docs and the Nitro SDK readme.

Other Changes

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.51.0

Important Changes

  • feat(cloudflare): Add trace propagation for RPC method calls (#20343)

    Trace context is now propagated across Cloudflare Workers RPC calls, connecting traces between Workers and Durable Objects. This feature is opt-in and requires setting enableRpcTracePropagation: true in your SDK configuration:

    // Worker
    export default Sentry.withSentry(
      env => ({
        dsn: env.SENTRY_DSN,
        enableRpcTracePropagation: true,
      }),
      handler,
    );
    // Durable Object
    export const MyDurableObject = Sentry.instrumentDurableObjectWithSentry(
    env => ({
    dsn: env.SENTRY_DSN,
    enableRpcTracePropagation: true,
    }),
    MyDurableObjectBase,
    );

  • feat(hono)!: Change setup for @sentry/hono/node (init in external file) (#20497)

    To improve Node.js instrumentation, the sentry() middleware exported from @sentry/hono/node no longer accepts configuration options. Instead, you must configure the SDK by calling Sentry.init() in a dedicated instrumentation file that runs before your application code (read more in the Hono SDK readme:

    // instrument.mjs (or instrument.ts)
    import * as Sentry from '@sentry/hono/node';
    Sentry.init({
    dsn: 'DSN',
    tracesSampleRate: 1.0,
    });

  • feat(nitro): Add @sentry/nitro SDK (#19224)

    A new @sentry/nitro package provides first-class Sentry support for Nitro applications, with HTTP handler and error instrumentation, middleware tracing, request isolation, and build-time source map uploading via withSentryConfig. Read more in the Nitro SDK docs and the Nitro SDK readme.

Other Changes

... (truncated)

Commits
  • dc0b839 release: 10.51.0
  • b3cabee Merge pull request #20599 from getsentry/prepare-release/10.51.0
  • 3be99a9 meta(changelog): Update changelog for 10.51.0
  • bea1aad test(browser): Unflake some more tests (#20591)
  • 50aa085 test(node): Unflake postgres tests (#20593)
  • 1166839 fix(hono): Distinguish .use() middleware in sub-apps from .all() handlers...
  • 217ad4a test(node): Fix flaky ANR test (#20592)
  • 91ffb3f test(node): Fix flaky worker thread integration test (#20588)
  • c4e3902 chore(ci): Do not report flaky test issues if we cannot find a test name (#20...
  • c0005cd test(node): Update timeout for cron integration tests (#20586)
  • Additional commits viewable in compare view

Updates @sentry/vite-plugin from 4.0.2 to 5.2.1

Release notes

Sourced from @​sentry/vite-plugin's releases.

5.2.1

Bug Fixes 🐛

  • (webpack) Await source map deletion before signaling build completion by @​andreiborza in #918

Internal Changes 🔧

5.2.0

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

5.1.1

Bug Fixes 🐛

Internal Changes 🔧

5.1.0

New Features ✨

... (truncated)

Changelog

Sourced from @​sentry/vite-plugin's changelog.

5.2.1

Bug Fixes 🐛

  • (webpack) Await source map deletion before signaling build completion by @​andreiborza in #918

Internal Changes 🔧

5.2.0

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

5.1.1

Bug Fixes 🐛

Internal Changes 🔧

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
@dependabot dependabot Bot changed the title Bump the sentry group with 2 updates Bump the sentry group across 1 directory with 2 updates Apr 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch 3 times, most recently from 20eabaa to 7ef0948 Compare April 8, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch 2 times, most recently from 03f6afb to b935182 Compare April 22, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch from b935182 to a7ca2d1 Compare April 29, 2026 00:08
Bumps the sentry group with 2 updates in the / directory: [@sentry/react](https://github.com/getsentry/sentry-javascript) and [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins).


Updates `@sentry/react` from 8.34.0 to 10.51.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.34.0...10.51.0)

Updates `@sentry/vite-plugin` from 4.0.2 to 5.2.1
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@4.0.2...5.2.1)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-version: 10.47.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry
- dependency-name: "@sentry/vite-plugin"
  dependency-version: 5.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch from a7ca2d1 to 058d5ee Compare May 6, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants