Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

Bumps the sentry-dependencies group with 4 updates: @sentry/core, @sentry/node, @sentry/react and @sentry/profiling-node.

Updates @sentry/core from 10.27.0 to 10.34.0

Release notes

Sourced from @​sentry/core's releases.

10.34.0

Important Changes

  • feat(core): Add option to enhance the fetch error message (#18466)

    You can now enable enhanced fetch error messages by setting the enhancedFetchErrorMessage option. When enabled, the SDK will include additional context in fetch error messages to help with debugging.

  • feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle (#18798)

    A new routeManifestInjection option allows you to exclude sensitive routes from being injected into the client bundle.

  • feat(tanstackstart-react): Add wrapMiddlewaresWithSentry for manual middleware instrumentation (#18680)

    You can now wrap your middlewares using wrapMiddlewaresWithSentry, allowing you to trace middleware execution in your TanStack Start application.

    import { createMiddleware } from '@tanstack/react-start';
    import { wrapMiddlewaresWithSentry } from '@sentry/tanstackstart-react';
    const loggingMiddleware = createMiddleware({ type: 'function' }).server(async ({ next }) => {
    console.log('Request started');
    return next();
    });
    export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware });

Other Changes

  • feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions (#18734)
  • feat(nextjs): Remove tracing from generation function template (#18733)
  • fix(core): Don't record outcomes for failed client reports (#18808)
  • fix(deno,cloudflare): Prioritize name from params over name from options (#18800)
  • fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18809)
  • ref(nextjs): Split withSentryConfig (#18777)
  • test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)

Bundle size 📦

Path Size
@​sentry/browser 24.52 KB
@​sentry/browser - with treeshaking flags 23.06 KB

... (truncated)

Changelog

Sourced from @​sentry/core's changelog.

10.34.0

Important Changes

  • feat(core): Add option to enhance the fetch error message (#18466)

    You can now enable enhanced fetch error messages by setting the enhancedFetchErrorMessage option. When enabled, the SDK will include additional context in fetch error messages to help with debugging.

  • feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle (#18798)

    A new routeManifestInjection option allows you to exclude sensitive routes from being injected into the client bundle.

  • feat(tanstackstart-react): Add wrapMiddlewaresWithSentry for manual middleware instrumentation (#18680)

    You can now wrap your middlewares using wrapMiddlewaresWithSentry, allowing you to trace middleware execution in your TanStack Start application.

    import { createMiddleware } from '@tanstack/react-start';
    import { wrapMiddlewaresWithSentry } from '@sentry/tanstackstart-react';
    const loggingMiddleware = createMiddleware({ type: 'function' }).server(async ({ next }) => {
    console.log('Request started');
    return next();
    });
    export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware });

Other Changes

  • feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions (#18734)
  • feat(nextjs): Remove tracing from generation function template (#18733)
  • fix(core): Don't record outcomes for failed client reports (#18808)
  • fix(deno,cloudflare): Prioritize name from params over name from options (#18800)
  • fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18809)
  • ref(nextjs): Split withSentryConfig (#18777)
  • test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)

10.33.0

Important Changes

  • feat(core): Apply scope attributes to metrics (#18738)

... (truncated)

Commits
  • 9f6388e release: 10.34.0
  • 22f80b8 Merge pull request #18820 from getsentry/prepare-release/10.34.0
  • f9e4fc1 meta(changelog): Update changelog for 10.34.0
  • 5da93d8 feat(nextjs): Add routeManifestInjection option to exclude routes from client...
  • 419a0e6 feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • ad3dd01 fix(core): Don't record outcomes for failed client reports (#18808)
  • 7a975c9 fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18...
  • ca02322 test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)
  • 6903407 fix(deno,cloudflare): Prioritize name from params over name from options (#18...
  • d350c81 feat(core,node-core): Consolidate bun and node types with ServerRuntimeOption...
  • Additional commits viewable in compare view

Updates @sentry/node from 10.27.0 to 10.34.0

Release notes

Sourced from @​sentry/node's releases.

10.34.0

Important Changes

  • feat(core): Add option to enhance the fetch error message (#18466)

    You can now enable enhanced fetch error messages by setting the enhancedFetchErrorMessage option. When enabled, the SDK will include additional context in fetch error messages to help with debugging.

  • feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle (#18798)

    A new routeManifestInjection option allows you to exclude sensitive routes from being injected into the client bundle.

  • feat(tanstackstart-react): Add wrapMiddlewaresWithSentry for manual middleware instrumentation (#18680)

    You can now wrap your middlewares using wrapMiddlewaresWithSentry, allowing you to trace middleware execution in your TanStack Start application.

    import { createMiddleware } from '@tanstack/react-start';
    import { wrapMiddlewaresWithSentry } from '@sentry/tanstackstart-react';
    const loggingMiddleware = createMiddleware({ type: 'function' }).server(async ({ next }) => {
    console.log('Request started');
    return next();
    });
    export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware });

Other Changes

  • feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions (#18734)
  • feat(nextjs): Remove tracing from generation function template (#18733)
  • fix(core): Don't record outcomes for failed client reports (#18808)
  • fix(deno,cloudflare): Prioritize name from params over name from options (#18800)
  • fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18809)
  • ref(nextjs): Split withSentryConfig (#18777)
  • test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)

Bundle size 📦

Path Size
@​sentry/browser 24.52 KB
@​sentry/browser - with treeshaking flags 23.06 KB

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

10.34.0

Important Changes

  • feat(core): Add option to enhance the fetch error message (#18466)

    You can now enable enhanced fetch error messages by setting the enhancedFetchErrorMessage option. When enabled, the SDK will include additional context in fetch error messages to help with debugging.

  • feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle (#18798)

    A new routeManifestInjection option allows you to exclude sensitive routes from being injected into the client bundle.

  • feat(tanstackstart-react): Add wrapMiddlewaresWithSentry for manual middleware instrumentation (#18680)

    You can now wrap your middlewares using wrapMiddlewaresWithSentry, allowing you to trace middleware execution in your TanStack Start application.

    import { createMiddleware } from '@tanstack/react-start';
    import { wrapMiddlewaresWithSentry } from '@sentry/tanstackstart-react';
    const loggingMiddleware = createMiddleware({ type: 'function' }).server(async ({ next }) => {
    console.log('Request started');
    return next();
    });
    export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware });

Other Changes

  • feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions (#18734)
  • feat(nextjs): Remove tracing from generation function template (#18733)
  • fix(core): Don't record outcomes for failed client reports (#18808)
  • fix(deno,cloudflare): Prioritize name from params over name from options (#18800)
  • fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18809)
  • ref(nextjs): Split withSentryConfig (#18777)
  • test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)

10.33.0

Important Changes

  • feat(core): Apply scope attributes to metrics (#18738)

... (truncated)

Commits
  • 9f6388e release: 10.34.0
  • 22f80b8 Merge pull request #18820 from getsentry/prepare-release/10.34.0
  • f9e4fc1 meta(changelog): Update changelog for 10.34.0
  • 5da93d8 feat(nextjs): Add routeManifestInjection option to exclude routes from client...
  • 419a0e6 feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • ad3dd01 fix(core): Don't record outcomes for failed client reports (#18808)
  • 7a975c9 fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18...
  • ca02322 test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)
  • 6903407 fix(deno,cloudflare): Prioritize name from params over name from options (#18...
  • d350c81 feat(core,node-core): Consolidate bun and node types with ServerRuntimeOption...
  • Additional commits viewable in compare view

Updates @sentry/react from 10.27.0 to 10.34.0

Release notes

Sourced from @​sentry/react's releases.

10.34.0

Important Changes

  • feat(core): Add option to enhance the fetch error message (#18466)

    You can now enable enhanced fetch error messages by setting the enhancedFetchErrorMessage option. When enabled, the SDK will include additional context in fetch error messages to help with debugging.

  • feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle (#18798)

    A new routeManifestInjection option allows you to exclude sensitive routes from being injected into the client bundle.

  • feat(tanstackstart-react): Add wrapMiddlewaresWithSentry for manual middleware instrumentation (#18680)

    You can now wrap your middlewares using wrapMiddlewaresWithSentry, allowing you to trace middleware execution in your TanStack Start application.

    import { createMiddleware } from '@tanstack/react-start';
    import { wrapMiddlewaresWithSentry } from '@sentry/tanstackstart-react';
    const loggingMiddleware = createMiddleware({ type: 'function' }).server(async ({ next }) => {
    console.log('Request started');
    return next();
    });
    export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware });

Other Changes

  • feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions (#18734)
  • feat(nextjs): Remove tracing from generation function template (#18733)
  • fix(core): Don't record outcomes for failed client reports (#18808)
  • fix(deno,cloudflare): Prioritize name from params over name from options (#18800)
  • fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18809)
  • ref(nextjs): Split withSentryConfig (#18777)
  • test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)

Bundle size 📦

Path Size
@​sentry/browser 24.52 KB
@​sentry/browser - with treeshaking flags 23.06 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.34.0

Important Changes

  • feat(core): Add option to enhance the fetch error message (#18466)

    You can now enable enhanced fetch error messages by setting the enhancedFetchErrorMessage option. When enabled, the SDK will include additional context in fetch error messages to help with debugging.

  • feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle (#18798)

    A new routeManifestInjection option allows you to exclude sensitive routes from being injected into the client bundle.

  • feat(tanstackstart-react): Add wrapMiddlewaresWithSentry for manual middleware instrumentation (#18680)

    You can now wrap your middlewares using wrapMiddlewaresWithSentry, allowing you to trace middleware execution in your TanStack Start application.

    import { createMiddleware } from '@tanstack/react-start';
    import { wrapMiddlewaresWithSentry } from '@sentry/tanstackstart-react';
    const loggingMiddleware = createMiddleware({ type: 'function' }).server(async ({ next }) => {
    console.log('Request started');
    return next();
    });
    export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware });

Other Changes

  • feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions (#18734)
  • feat(nextjs): Remove tracing from generation function template (#18733)
  • fix(core): Don't record outcomes for failed client reports (#18808)
  • fix(deno,cloudflare): Prioritize name from params over name from options (#18800)
  • fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18809)
  • ref(nextjs): Split withSentryConfig (#18777)
  • test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)

10.33.0

Important Changes

  • feat(core): Apply scope attributes to metrics (#18738)

... (truncated)

Commits
  • 9f6388e release: 10.34.0
  • 22f80b8 Merge pull request #18820 from getsentry/prepare-release/10.34.0
  • f9e4fc1 meta(changelog): Update changelog for 10.34.0
  • 5da93d8 feat(nextjs): Add routeManifestInjection option to exclude routes from client...
  • 419a0e6 feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • ad3dd01 fix(core): Don't record outcomes for failed client reports (#18808)
  • 7a975c9 fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18...
  • ca02322 test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)
  • 6903407 fix(deno,cloudflare): Prioritize name from params over name from options (#18...
  • d350c81 feat(core,node-core): Consolidate bun and node types with ServerRuntimeOption...
  • Additional commits viewable in compare view

Updates @sentry/profiling-node from 10.27.0 to 10.34.0

Release notes

Sourced from @​sentry/profiling-node's releases.

10.34.0

Important Changes

  • feat(core): Add option to enhance the fetch error message (#18466)

    You can now enable enhanced fetch error messages by setting the enhancedFetchErrorMessage option. When enabled, the SDK will include additional context in fetch error messages to help with debugging.

  • feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle (#18798)

    A new routeManifestInjection option allows you to exclude sensitive routes from being injected into the client bundle.

  • feat(tanstackstart-react): Add wrapMiddlewaresWithSentry for manual middleware instrumentation (#18680)

    You can now wrap your middlewares using wrapMiddlewaresWithSentry, allowing you to trace middleware execution in your TanStack Start application.

    import { createMiddleware } from '@tanstack/react-start';
    import { wrapMiddlewaresWithSentry } from '@sentry/tanstackstart-react';
    const loggingMiddleware = createMiddleware({ type: 'function' }).server(async ({ next }) => {
    console.log('Request started');
    return next();
    });
    export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware });

Other Changes

  • feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions (#18734)
  • feat(nextjs): Remove tracing from generation function template (#18733)
  • fix(core): Don't record outcomes for failed client reports (#18808)
  • fix(deno,cloudflare): Prioritize name from params over name from options (#18800)
  • fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18809)
  • ref(nextjs): Split withSentryConfig (#18777)
  • test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)

Bundle size 📦

Path Size
@​sentry/browser 24.52 KB
@​sentry/browser - with treeshaking flags 23.06 KB

... (truncated)

Changelog

Sourced from @​sentry/profiling-node's changelog.

10.34.0

Important Changes

  • feat(core): Add option to enhance the fetch error message (#18466)

    You can now enable enhanced fetch error messages by setting the enhancedFetchErrorMessage option. When enabled, the SDK will include additional context in fetch error messages to help with debugging.

  • feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle (#18798)

    A new routeManifestInjection option allows you to exclude sensitive routes from being injected into the client bundle.

  • feat(tanstackstart-react): Add wrapMiddlewaresWithSentry for manual middleware instrumentation (#18680)

    You can now wrap your middlewares using wrapMiddlewaresWithSentry, allowing you to trace middleware execution in your TanStack Start application.

    import { createMiddleware } from '@tanstack/react-start';
    import { wrapMiddlewaresWithSentry } from '@sentry/tanstackstart-react';
    const loggingMiddleware = createMiddleware({ type: 'function' }).server(async ({ next }) => {
    console.log('Request started');
    return next();
    });
    export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware });

Other Changes

  • feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions (#18734)
  • feat(nextjs): Remove tracing from generation function template (#18733)
  • fix(core): Don't record outcomes for failed client reports (#18808)
  • fix(deno,cloudflare): Prioritize name from params over name from options (#18800)
  • fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18809)
  • ref(nextjs): Split withSentryConfig (#18777)
  • test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)

10.33.0

Important Changes

  • feat(core): Apply scope attributes to metrics (#18738)

... (truncated)

Commits
  • 9f6388e release: 10.34.0
  • 22f80b8 Merge pull request #18820 from getsentry/prepare-release/10.34.0
  • f9e4fc1 meta(changelog): Update changelog for 10.34.0
  • 5da93d8 feat(nextjs): Add routeManifestInjection option to exclude routes from client...
  • 419a0e6 feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • ad3dd01 fix(core): Don't record outcomes for failed client reports (#18808)
  • 7a975c9 fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18...
  • ca02322 test(e2e): Pin @​shopify/remix-oxygen to unblock ci (#18811)
  • 6903407 fix(deno,cloudflare): Prioritize name from params over name from options (#18...
  • d350c81 feat(core,node-core): Consolidate bun and node types with ServerRuntimeOption...
  • Additional commits viewable in compare view

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 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 <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
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 16, 2026 23:34
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Jan 16, 2026
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 16, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from f81ac4a to 233baec Compare January 20, 2026 00:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from 233baec to 71e4372 Compare January 20, 2026 18:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from 71e4372 to c59883c Compare January 20, 2026 18:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from c59883c to a0c3089 Compare January 20, 2026 23:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from a0c3089 to 2a1f421 Compare January 21, 2026 23:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from 2a1f421 to 2560331 Compare January 22, 2026 20:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from 2560331 to 1359bff Compare January 22, 2026 23:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from 1359bff to 2d2d772 Compare January 23, 2026 23:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from 2d2d772 to 6751f5a Compare January 27, 2026 00:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from 6751f5a to e4a625c Compare January 27, 2026 09:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from e4a625c to e7dcfb9 Compare January 27, 2026 16:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from e7dcfb9 to f6afd0b Compare January 27, 2026 23:34
Bumps the sentry-dependencies group with 4 updates: [@sentry/core](https://github.com/getsentry/sentry-javascript), [@sentry/node](https://github.com/getsentry/sentry-javascript), [@sentry/react](https://github.com/getsentry/sentry-javascript) and [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript).


Updates `@sentry/core` from 10.27.0 to 10.34.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@10.27.0...10.34.0)

Updates `@sentry/node` from 10.27.0 to 10.34.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@10.27.0...10.34.0)

Updates `@sentry/react` from 10.27.0 to 10.34.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@10.27.0...10.34.0)

Updates `@sentry/profiling-node` from 10.27.0 to 10.34.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@10.27.0...10.34.0)

---
updated-dependencies:
- dependency-name: "@sentry/core"
  dependency-version: 10.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/node"
  dependency-version: 10.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/react"
  dependency-version: 10.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/profiling-node"
  dependency-version: 10.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sentry-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry-dependencies-e891aa6127 branch from ca6d947 to 98f6c5b Compare January 30, 2026 23:34
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 Scope: Frontend Automatically applied to PRs that change frontend components

0 participants