publish: getsentry/sentry-javascript@10.59.0 #8636

Description

@sentry-release-bot

Requested by: @nicohrubec

Merge target: master

Quick links:

Assign the accepted label to this issue to approve the release.

Targets

  • npm[@sentry/core]
  • npm[@sentry/types]
  • npm[@sentry/node-core]
  • npm[@sentry/server-utils]
  • npm[@sentry/browser-utils]
  • npm[@sentry/replay]
  • npm[@sentry/opentelemetry]
  • npm[@sentry/feedback]
  • npm[@sentry/replay-canvas]
  • npm[@sentry/browser]
  • npm[@sentry/node]
  • npm[@sentry/profiling-node]
  • npm[@sentry/node-native]
  • npm[@sentry/angular]
  • npm[@sentry/ember]
  • npm[@sentry/react]
  • npm[@sentry/solid]
  • npm[@sentry/svelte]
  • npm[@sentry/vue]
  • npm[@sentry/wasm]
  • npm[@sentry/vercel-edge]
  • npm[@sentry/cloudflare]
  • npm[@sentry/deno]
  • npm[@sentry/aws-serverless]
  • npm[@sentry/google-cloud-serverless]
  • npm[@sentry/bun]
  • npm[@sentry/elysia]
  • npm[@sentry/hono]
  • npm[@sentry/nestjs]
  • npm[@sentry/effect]
  • npm[@sentry/nextjs]
  • npm[@sentry/nuxt]
  • npm[@sentry/remix]
  • npm[@sentry/solidstart]
  • npm[@sentry/sveltekit]
  • npm[@sentry/tanstackstart]
  • npm[@sentry/tanstackstart-react]
  • npm[@sentry/gatsby]
  • npm[@sentry/astro]
  • npm[@sentry/react-router]
  • npm[@sentry/nitro]
  • npm[@sentry/typescript]
  • npm[@sentry/eslint-plugin-sdk]
  • npm[@sentry/eslint-config-sdk]
  • aws-lambda-layer
  • gcs[browser-cdn-bundles]
  • github
  • registry

Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.


📋 Changelog

Important Changes

  • feat(react-router): Add support for React Router v8 (#21633)

    The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

  • feat(react): Add version-agnostic React Router SPA exports (#21633)

    @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation.
    The new exports replace the version-specific V6/V7 variants, which are now deprecated:

    DeprecatedNew
    reactRouterV6BrowserTracingIntegration / V7reactRouterBrowserTracingIntegration
    withSentryReactRouterV6Routing / V7wrapReactRouterRouting
    wrapCreateBrowserRouterV6 / V7wrapCreateBrowserRouter
    wrapCreateMemoryRouterV6 / V7wrapCreateMemoryRouter
    wrapUseRoutesV6 / V7wrapUseRoutes

    The deprecated exports continue to work and will be removed in the next major version.

Other Changes

  • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
  • feat(bun): Add orchestrion bun build plugin (#21410)
  • feat(cloudflare): Instrument sync KV (#21316)
  • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
  • feat(deno): Add orchestrion deno runtime hook (#21451)
  • feat(hono): Extend peer dependency range (#21550)
  • feat(node): Collapse orchestrion opt-in to a single option (#20900)
  • fix: Diagnostics channel Node v18 (#21631)
  • fix(browser): Clean up pageload readystatechange listener (#21632)
  • fix(core): Capture scopes on span before emitting spanStart event (#21644)
  • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
  • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
  • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
  • fix(nextjs): Register safe random ID context at module load (#21573)
Internal Changes
  • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
  • chore: Switch license headers to SPDX format (#21357)
  • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
  • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
  • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
  • ci: Assign server team as codeowner for server-utils package (#21601)
  • ci: Dedup flaky test issues across esm/cjs variants (#21595)
  • ci: Do not apply Bug label to flaky test issues (#21593)
  • ci: Pin react-router latest and add eslint disable for deprecated attribute (#21624)
  • ci(deps): Bump actions/download-artifact from 7 to 8 (#21303)
  • ci(security-fixes): Enable cron trigger (#21547)
  • docs: Clarify comment and PR-body guidelines for agents (#21596)
  • feat(deps-dev): Bump @sveltejs/kit from 2.53.3 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5 (#21212)
  • feat(deps-dev): Bump esbuild from 0.19.12 to 0.28.1 in /dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev (#21512)
  • feat(deps): Bump @babel/core from 7.29.0 to 7.29.6 (#21574)
  • feat(deps): Bump @prisma/adapter-pg from 7.2.0 to 7.8.0 (#21106)
  • feat(deps): Bump hono from 4.12.21 to 4.12.25 (#21610)
  • feat(deps): Bump launch-editor from 2.12.0 to 2.14.1 (#21577)
  • feat(deps): Bump protobufjs from 7.5.9 to 7.6.4 (#21578)
  • feat(deps): Bump vite from 5.4.21 to 6.4.3 (#21576)
  • fix(node): Restore eslint-disable in vendored tedious instrumentation (#21616)
  • ref(aws-serverless): Remove unused parts of vendored aws-sdk instrumentation (#21563)
  • ref(aws-serverless): Streamline aws-sdk instrumentation (#21564)
  • ref(aws-serverless): Use @sentry/conventions (#21597)
  • ref(build): Switch TypeScript moduleResolution to bundler (#21559)
  • ref(ci): Dedupe matrix test failures in CI failure reporter (#21538)
  • ref(ci): Skip PR review reminders for changes-requested PRs (#21526)
  • ref(nestjs): Set nest span op/origin at span creation (#21531)
  • ref(nestjs): Use @sentry/conventions (#21492)
  • ref(nextjs): Use @sentry/conventions (#21493)
  • ref(node-core): Use @sentry/conventions (#21494)
  • ref(node): Set generic-pool span origin at span creation (#21533)
  • ref(node): Streamline connect (#21404)
  • ref(node): Streamline graphql instrumentation (#21556)
  • ref(node): Streamline hapi instrumentation (#21602)
  • ref(node): Streamline ioredis instrumentation (#21560)
  • ref(node): Streamline knex instrumentation (#21561)
  • ref(node): Streamline koa (#21554)
  • ref(node): Streamline mongodb instrumentation (#21619)
  • ref(node): Streamline mongoose instrumentation (#21481)
  • ref(node): Streamline mysql2 instrumentation (#21509)
  • ref(node): Streamline pg instrumentation (#21583)
  • ref(node): Streamline redis instrumentation (#21582)
  • ref(node): Streamline tedious instrumentation (#21598)
  • ref(node): Streamline vendored fs instrumentation (#21532)
  • ref(opentelemetry): Use @sentry/conventions (#21495)
  • ref(protocol): Strictly type profile chunk platform item header (#21562)
  • ref(react-router): Use @sentry/conventions (#21496)
  • ref(remix): Use @sentry/conventions (#21497)
  • ref(server-utils): Move orchestrion into server-utils
  • ref(server-utils): Use @sentry/conventions (#21490)
  • ref(tanstackstart-react): Use @sentry/conventions (#21498)
  • test(cloudflare): Add mTLS instrumentation test (#21569)
  • test(cloudflare): Increasing timeout and exit with reason (#21571)
  • test(cloudflare): Prevent spurious unhandled rejection in integration test runner (#21545)
  • test(cloudflare): Remove mock in DO tests (#21634)
  • test(cloudflare): Skip flaky DO RPC private-fields integration test (#21544)
  • test(hono): Fix flaky query_string transaction matcher (#21542)
  • test(node-core): Fix flaky cron instrumentation test (#21553)
  • test(node): Make amqplib integration test order-independent (#21541)
  • test(node): Make amqplib v1 integration test order-independent (#21534)
  • test(node): Use random port in hono tracing scenario to avoid CI flakes (#21536)
  • test(remix-hydrogen): Fix flaky navigation transaction test (#21535)

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedAdd to approve the deployci-readyCI passed, safe to publish without polling

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

      , 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
       blocks
      (function() {
      function addCopyButtons() {
      document.querySelectorAll('pre code').forEach(function(codeBlock) {
      if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
      codeBlock.parentElement.setAttribute('data-copy-added', 'true');
      var btn = document.createElement('button');
      btn.textContent = 'Copy';
      btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
      btn.onmouseover = function() { this.style.opacity = '1'; };
      btn.onmouseout = function() { this.style.opacity = '0.7'; };
      btn.onclick = function() {
      navigator.clipboard.writeText(codeBlock.textContent).then(function() {
      btn.textContent = 'Copied!';
      setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
      });
      };
      codeBlock.parentElement.style.position = 'relative';
      codeBlock.parentElement.appendChild(btn);
      });
      }
      addCopyButtons();
      // Re-run on dynamic content
      var observer = new MutationObserver(addCopyButtons);
      observer.observe(document.body, { childList: true, subtree: true });
      })();
      }
      } catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
      })();
      (function(){
      try {
      var __m = "github.com";
      var __re = new RegExp('^' + "github\\.com" + '
      
      Skip to content

      publish: getsentry/sentry-javascript@10.59.0 #8636

      Description

      @sentry-release-bot

      Requested by: @nicohrubec

      Merge target: master

      Quick links:

      Assign the accepted label to this issue to approve the release.

      Targets

      • npm[@sentry/core]
      • npm[@sentry/types]
      • npm[@sentry/node-core]
      • npm[@sentry/server-utils]
      • npm[@sentry/browser-utils]
      • npm[@sentry/replay]
      • npm[@sentry/opentelemetry]
      • npm[@sentry/feedback]
      • npm[@sentry/replay-canvas]
      • npm[@sentry/browser]
      • npm[@sentry/node]
      • npm[@sentry/profiling-node]
      • npm[@sentry/node-native]
      • npm[@sentry/angular]
      • npm[@sentry/ember]
      • npm[@sentry/react]
      • npm[@sentry/solid]
      • npm[@sentry/svelte]
      • npm[@sentry/vue]
      • npm[@sentry/wasm]
      • npm[@sentry/vercel-edge]
      • npm[@sentry/cloudflare]
      • npm[@sentry/deno]
      • npm[@sentry/aws-serverless]
      • npm[@sentry/google-cloud-serverless]
      • npm[@sentry/bun]
      • npm[@sentry/elysia]
      • npm[@sentry/hono]
      • npm[@sentry/nestjs]
      • npm[@sentry/effect]
      • npm[@sentry/nextjs]
      • npm[@sentry/nuxt]
      • npm[@sentry/remix]
      • npm[@sentry/solidstart]
      • npm[@sentry/sveltekit]
      • npm[@sentry/tanstackstart]
      • npm[@sentry/tanstackstart-react]
      • npm[@sentry/gatsby]
      • npm[@sentry/astro]
      • npm[@sentry/react-router]
      • npm[@sentry/nitro]
      • npm[@sentry/typescript]
      • npm[@sentry/eslint-plugin-sdk]
      • npm[@sentry/eslint-config-sdk]
      • aws-lambda-layer
      • gcs[browser-cdn-bundles]
      • github
      • registry

      Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.


      📋 Changelog

      Important Changes

      • feat(react-router): Add support for React Router v8 (#21633)

        The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

      • feat(react): Add version-agnostic React Router SPA exports (#21633)

        @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation.
        The new exports replace the version-specific V6/V7 variants, which are now deprecated:

        DeprecatedNew
        reactRouterV6BrowserTracingIntegration / V7reactRouterBrowserTracingIntegration
        withSentryReactRouterV6Routing / V7wrapReactRouterRouting
        wrapCreateBrowserRouterV6 / V7wrapCreateBrowserRouter
        wrapCreateMemoryRouterV6 / V7wrapCreateMemoryRouter
        wrapUseRoutesV6 / V7wrapUseRoutes

        The deprecated exports continue to work and will be removed in the next major version.

      Other Changes

      • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
      • feat(bun): Add orchestrion bun build plugin (#21410)
      • feat(cloudflare): Instrument sync KV (#21316)
      • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
      • feat(deno): Add orchestrion deno runtime hook (#21451)
      • feat(hono): Extend peer dependency range (#21550)
      • feat(node): Collapse orchestrion opt-in to a single option (#20900)
      • fix: Diagnostics channel Node v18 (#21631)
      • fix(browser): Clean up pageload readystatechange listener (#21632)
      • fix(core): Capture scopes on span before emitting spanStart event (#21644)
      • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
      • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
      • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
      • fix(nextjs): Register safe random ID context at module load (#21573)
      Internal Changes
      • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
      • chore: Switch license headers to SPDX format (#21357)
      • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
      • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
      • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
      • ci: Assign server team as codeowner for server-utils package (#21601)
      • ci: Dedup flaky test issues across esm/cjs variants (#21595)
      • ci: Do not apply Bug label to flaky test issues (#21593)
      • ci: Pin react-router latest and add eslint disable for deprecated attribute (#21624)
      • ci(deps): Bump actions/download-artifact from 7 to 8 (#21303)
      • ci(security-fixes): Enable cron trigger (#21547)
      • docs: Clarify comment and PR-body guidelines for agents (#21596)
      • feat(deps-dev): Bump @sveltejs/kit from 2.53.3 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5 (#21212)
      • feat(deps-dev): Bump esbuild from 0.19.12 to 0.28.1 in /dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev (#21512)
      • feat(deps): Bump @babel/core from 7.29.0 to 7.29.6 (#21574)
      • feat(deps): Bump @prisma/adapter-pg from 7.2.0 to 7.8.0 (#21106)
      • feat(deps): Bump hono from 4.12.21 to 4.12.25 (#21610)
      • feat(deps): Bump launch-editor from 2.12.0 to 2.14.1 (#21577)
      • feat(deps): Bump protobufjs from 7.5.9 to 7.6.4 (#21578)
      • feat(deps): Bump vite from 5.4.21 to 6.4.3 (#21576)
      • fix(node): Restore eslint-disable in vendored tedious instrumentation (#21616)
      • ref(aws-serverless): Remove unused parts of vendored aws-sdk instrumentation (#21563)
      • ref(aws-serverless): Streamline aws-sdk instrumentation (#21564)
      • ref(aws-serverless): Use @sentry/conventions (#21597)
      • ref(build): Switch TypeScript moduleResolution to bundler (#21559)
      • ref(ci): Dedupe matrix test failures in CI failure reporter (#21538)
      • ref(ci): Skip PR review reminders for changes-requested PRs (#21526)
      • ref(nestjs): Set nest span op/origin at span creation (#21531)
      • ref(nestjs): Use @sentry/conventions (#21492)
      • ref(nextjs): Use @sentry/conventions (#21493)
      • ref(node-core): Use @sentry/conventions (#21494)
      • ref(node): Set generic-pool span origin at span creation (#21533)
      • ref(node): Streamline connect (#21404)
      • ref(node): Streamline graphql instrumentation (#21556)
      • ref(node): Streamline hapi instrumentation (#21602)
      • ref(node): Streamline ioredis instrumentation (#21560)
      • ref(node): Streamline knex instrumentation (#21561)
      • ref(node): Streamline koa (#21554)
      • ref(node): Streamline mongodb instrumentation (#21619)
      • ref(node): Streamline mongoose instrumentation (#21481)
      • ref(node): Streamline mysql2 instrumentation (#21509)
      • ref(node): Streamline pg instrumentation (#21583)
      • ref(node): Streamline redis instrumentation (#21582)
      • ref(node): Streamline tedious instrumentation (#21598)
      • ref(node): Streamline vendored fs instrumentation (#21532)
      • ref(opentelemetry): Use @sentry/conventions (#21495)
      • ref(protocol): Strictly type profile chunk platform item header (#21562)
      • ref(react-router): Use @sentry/conventions (#21496)
      • ref(remix): Use @sentry/conventions (#21497)
      • ref(server-utils): Move orchestrion into server-utils
      • ref(server-utils): Use @sentry/conventions (#21490)
      • ref(tanstackstart-react): Use @sentry/conventions (#21498)
      • test(cloudflare): Add mTLS instrumentation test (#21569)
      • test(cloudflare): Increasing timeout and exit with reason (#21571)
      • test(cloudflare): Prevent spurious unhandled rejection in integration test runner (#21545)
      • test(cloudflare): Remove mock in DO tests (#21634)
      • test(cloudflare): Skip flaky DO RPC private-fields integration test (#21544)
      • test(hono): Fix flaky query_string transaction matcher (#21542)
      • test(node-core): Fix flaky cron instrumentation test (#21553)
      • test(node): Make amqplib integration test order-independent (#21541)
      • test(node): Make amqplib v1 integration test order-independent (#21534)
      • test(node): Use random port in hono tracing scenario to avoid CI flakes (#21536)
      • test(remix-hydrogen): Fix flaky navigation transaction test (#21535)

      Metadata

      Metadata

      Assignees

      No one assigned

        Labels

        acceptedAdd to approve the deployci-readyCI passed, safe to publish without polling

        Projects

        No projects

          Milestone

          No milestone

          Relationships

          None yet

          Development

          No branches or pull requests

          Issue actions

          , 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
          Skip to content

          publish: getsentry/sentry-javascript@10.59.0 #8636

          Description

          @sentry-release-bot

          Requested by: @nicohrubec

          Merge target: master

          Quick links:

          Assign the accepted label to this issue to approve the release.

          Targets

          • npm[@sentry/core]
          • npm[@sentry/types]
          • npm[@sentry/node-core]
          • npm[@sentry/server-utils]
          • npm[@sentry/browser-utils]
          • npm[@sentry/replay]
          • npm[@sentry/opentelemetry]
          • npm[@sentry/feedback]
          • npm[@sentry/replay-canvas]
          • npm[@sentry/browser]
          • npm[@sentry/node]
          • npm[@sentry/profiling-node]
          • npm[@sentry/node-native]
          • npm[@sentry/angular]
          • npm[@sentry/ember]
          • npm[@sentry/react]
          • npm[@sentry/solid]
          • npm[@sentry/svelte]
          • npm[@sentry/vue]
          • npm[@sentry/wasm]
          • npm[@sentry/vercel-edge]
          • npm[@sentry/cloudflare]
          • npm[@sentry/deno]
          • npm[@sentry/aws-serverless]
          • npm[@sentry/google-cloud-serverless]
          • npm[@sentry/bun]
          • npm[@sentry/elysia]
          • npm[@sentry/hono]
          • npm[@sentry/nestjs]
          • npm[@sentry/effect]
          • npm[@sentry/nextjs]
          • npm[@sentry/nuxt]
          • npm[@sentry/remix]
          • npm[@sentry/solidstart]
          • npm[@sentry/sveltekit]
          • npm[@sentry/tanstackstart]
          • npm[@sentry/tanstackstart-react]
          • npm[@sentry/gatsby]
          • npm[@sentry/astro]
          • npm[@sentry/react-router]
          • npm[@sentry/nitro]
          • npm[@sentry/typescript]
          • npm[@sentry/eslint-plugin-sdk]
          • npm[@sentry/eslint-config-sdk]
          • aws-lambda-layer
          • gcs[browser-cdn-bundles]
          • github
          • registry

          Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.


          📋 Changelog

          Important Changes

          • feat(react-router): Add support for React Router v8 (#21633)

            The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

          • feat(react): Add version-agnostic React Router SPA exports (#21633)

            @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation.
            The new exports replace the version-specific V6/V7 variants, which are now deprecated:

            DeprecatedNew
            reactRouterV6BrowserTracingIntegration / V7reactRouterBrowserTracingIntegration
            withSentryReactRouterV6Routing / V7wrapReactRouterRouting
            wrapCreateBrowserRouterV6 / V7wrapCreateBrowserRouter
            wrapCreateMemoryRouterV6 / V7wrapCreateMemoryRouter
            wrapUseRoutesV6 / V7wrapUseRoutes

            The deprecated exports continue to work and will be removed in the next major version.

          Other Changes

          • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
          • feat(bun): Add orchestrion bun build plugin (#21410)
          • feat(cloudflare): Instrument sync KV (#21316)
          • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
          • feat(deno): Add orchestrion deno runtime hook (#21451)
          • feat(hono): Extend peer dependency range (#21550)
          • feat(node): Collapse orchestrion opt-in to a single option (#20900)
          • fix: Diagnostics channel Node v18 (#21631)
          • fix(browser): Clean up pageload readystatechange listener (#21632)
          • fix(core): Capture scopes on span before emitting spanStart event (#21644)
          • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
          • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
          • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
          • fix(nextjs): Register safe random ID context at module load (#21573)
          Internal Changes
          • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
          • chore: Switch license headers to SPDX format (#21357)
          • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
          • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
          • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
          • ci: Assign server team as codeowner for server-utils package (#21601)
          • ci: Dedup flaky test issues across esm/cjs variants (#21595)
          • ci: Do not apply Bug label to flaky test issues (#21593)
          • ci: Pin react-router latest and add eslint disable for deprecated attribute (#21624)
          • ci(deps): Bump actions/download-artifact from 7 to 8 (#21303)
          • ci(security-fixes): Enable cron trigger (#21547)
          • docs: Clarify comment and PR-body guidelines for agents (#21596)
          • feat(deps-dev): Bump @sveltejs/kit from 2.53.3 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5 (#21212)
          • feat(deps-dev): Bump esbuild from 0.19.12 to 0.28.1 in /dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev (#21512)
          • feat(deps): Bump @babel/core from 7.29.0 to 7.29.6 (#21574)
          • feat(deps): Bump @prisma/adapter-pg from 7.2.0 to 7.8.0 (#21106)
          • feat(deps): Bump hono from 4.12.21 to 4.12.25 (#21610)
          • feat(deps): Bump launch-editor from 2.12.0 to 2.14.1 (#21577)
          • feat(deps): Bump protobufjs from 7.5.9 to 7.6.4 (#21578)
          • feat(deps): Bump vite from 5.4.21 to 6.4.3 (#21576)
          • fix(node): Restore eslint-disable in vendored tedious instrumentation (#21616)
          • ref(aws-serverless): Remove unused parts of vendored aws-sdk instrumentation (#21563)
          • ref(aws-serverless): Streamline aws-sdk instrumentation (#21564)
          • ref(aws-serverless): Use @sentry/conventions (#21597)
          • ref(build): Switch TypeScript moduleResolution to bundler (#21559)
          • ref(ci): Dedupe matrix test failures in CI failure reporter (#21538)
          • ref(ci): Skip PR review reminders for changes-requested PRs (#21526)
          • ref(nestjs): Set nest span op/origin at span creation (#21531)
          • ref(nestjs): Use @sentry/conventions (#21492)
          • ref(nextjs): Use @sentry/conventions (#21493)
          • ref(node-core): Use @sentry/conventions (#21494)
          • ref(node): Set generic-pool span origin at span creation (#21533)
          • ref(node): Streamline connect (#21404)
          • ref(node): Streamline graphql instrumentation (#21556)
          • ref(node): Streamline hapi instrumentation (#21602)
          • ref(node): Streamline ioredis instrumentation (#21560)
          • ref(node): Streamline knex instrumentation (#21561)
          • ref(node): Streamline koa (#21554)
          • ref(node): Streamline mongodb instrumentation (#21619)
          • ref(node): Streamline mongoose instrumentation (#21481)
          • ref(node): Streamline mysql2 instrumentation (#21509)
          • ref(node): Streamline pg instrumentation (#21583)
          • ref(node): Streamline redis instrumentation (#21582)
          • ref(node): Streamline tedious instrumentation (#21598)
          • ref(node): Streamline vendored fs instrumentation (#21532)
          • ref(opentelemetry): Use @sentry/conventions (#21495)
          • ref(protocol): Strictly type profile chunk platform item header (#21562)
          • ref(react-router): Use @sentry/conventions (#21496)
          • ref(remix): Use @sentry/conventions (#21497)
          • ref(server-utils): Move orchestrion into server-utils
          • ref(server-utils): Use @sentry/conventions (#21490)
          • ref(tanstackstart-react): Use @sentry/conventions (#21498)
          • test(cloudflare): Add mTLS instrumentation test (#21569)
          • test(cloudflare): Increasing timeout and exit with reason (#21571)
          • test(cloudflare): Prevent spurious unhandled rejection in integration test runner (#21545)
          • test(cloudflare): Remove mock in DO tests (#21634)
          • test(cloudflare): Skip flaky DO RPC private-fields integration test (#21544)
          • test(hono): Fix flaky query_string transaction matcher (#21542)
          • test(node-core): Fix flaky cron instrumentation test (#21553)
          • test(node): Make amqplib integration test order-independent (#21541)
          • test(node): Make amqplib v1 integration test order-independent (#21534)
          • test(node): Use random port in hono tracing scenario to avoid CI flakes (#21536)
          • test(remix-hydrogen): Fix flaky navigation transaction test (#21535)

          Metadata

          Metadata

          Assignees

          No one assigned

            Labels

            acceptedAdd to approve the deployci-readyCI passed, safe to publish without polling

            Projects

            No projects

              Milestone

              No milestone

              Relationships

              None yet

              Development

              No branches or pull requests

              Issue actions

              , 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
              Skip to content

              publish: getsentry/sentry-javascript@10.59.0 #8636

              Description

              @sentry-release-bot

              Requested by: @nicohrubec

              Merge target: master

              Quick links:

              Assign the accepted label to this issue to approve the release.

              Targets

              • npm[@sentry/core]
              • npm[@sentry/types]
              • npm[@sentry/node-core]
              • npm[@sentry/server-utils]
              • npm[@sentry/browser-utils]
              • npm[@sentry/replay]
              • npm[@sentry/opentelemetry]
              • npm[@sentry/feedback]
              • npm[@sentry/replay-canvas]
              • npm[@sentry/browser]
              • npm[@sentry/node]
              • npm[@sentry/profiling-node]
              • npm[@sentry/node-native]
              • npm[@sentry/angular]
              • npm[@sentry/ember]
              • npm[@sentry/react]
              • npm[@sentry/solid]
              • npm[@sentry/svelte]
              • npm[@sentry/vue]
              • npm[@sentry/wasm]
              • npm[@sentry/vercel-edge]
              • npm[@sentry/cloudflare]
              • npm[@sentry/deno]
              • npm[@sentry/aws-serverless]
              • npm[@sentry/google-cloud-serverless]
              • npm[@sentry/bun]
              • npm[@sentry/elysia]
              • npm[@sentry/hono]
              • npm[@sentry/nestjs]
              • npm[@sentry/effect]
              • npm[@sentry/nextjs]
              • npm[@sentry/nuxt]
              • npm[@sentry/remix]
              • npm[@sentry/solidstart]
              • npm[@sentry/sveltekit]
              • npm[@sentry/tanstackstart]
              • npm[@sentry/tanstackstart-react]
              • npm[@sentry/gatsby]
              • npm[@sentry/astro]
              • npm[@sentry/react-router]
              • npm[@sentry/nitro]
              • npm[@sentry/typescript]
              • npm[@sentry/eslint-plugin-sdk]
              • npm[@sentry/eslint-config-sdk]
              • aws-lambda-layer
              • gcs[browser-cdn-bundles]
              • github
              • registry

              Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.


              📋 Changelog

              Important Changes

              • feat(react-router): Add support for React Router v8 (#21633)

                The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

              • feat(react): Add version-agnostic React Router SPA exports (#21633)

                @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation.
                The new exports replace the version-specific V6/V7 variants, which are now deprecated:

                DeprecatedNew
                reactRouterV6BrowserTracingIntegration / V7reactRouterBrowserTracingIntegration
                withSentryReactRouterV6Routing / V7wrapReactRouterRouting
                wrapCreateBrowserRouterV6 / V7wrapCreateBrowserRouter
                wrapCreateMemoryRouterV6 / V7wrapCreateMemoryRouter
                wrapUseRoutesV6 / V7wrapUseRoutes

                The deprecated exports continue to work and will be removed in the next major version.

              Other Changes

              • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
              • feat(bun): Add orchestrion bun build plugin (#21410)
              • feat(cloudflare): Instrument sync KV (#21316)
              • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
              • feat(deno): Add orchestrion deno runtime hook (#21451)
              • feat(hono): Extend peer dependency range (#21550)
              • feat(node): Collapse orchestrion opt-in to a single option (#20900)
              • fix: Diagnostics channel Node v18 (#21631)
              • fix(browser): Clean up pageload readystatechange listener (#21632)
              • fix(core): Capture scopes on span before emitting spanStart event (#21644)
              • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
              • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
              • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
              • fix(nextjs): Register safe random ID context at module load (#21573)
              Internal Changes
              • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
              • chore: Switch license headers to SPDX format (#21357)
              • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
              • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
              • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
              • ci: Assign server team as codeowner for server-utils package (#21601)
              • ci: Dedup flaky test issues across esm/cjs variants (#21595)
              • ci: Do not apply Bug label to flaky test issues (#21593)
              • ci: Pin react-router latest and add eslint disable for deprecated attribute (#21624)
              • ci(deps): Bump actions/download-artifact from 7 to 8 (#21303)
              • ci(security-fixes): Enable cron trigger (#21547)
              • docs: Clarify comment and PR-body guidelines for agents (#21596)
              • feat(deps-dev): Bump @sveltejs/kit from 2.53.3 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5 (#21212)
              • feat(deps-dev): Bump esbuild from 0.19.12 to 0.28.1 in /dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev (#21512)
              • feat(deps): Bump @babel/core from 7.29.0 to 7.29.6 (#21574)
              • feat(deps): Bump @prisma/adapter-pg from 7.2.0 to 7.8.0 (#21106)
              • feat(deps): Bump hono from 4.12.21 to 4.12.25 (#21610)
              • feat(deps): Bump launch-editor from 2.12.0 to 2.14.1 (#21577)
              • feat(deps): Bump protobufjs from 7.5.9 to 7.6.4 (#21578)
              • feat(deps): Bump vite from 5.4.21 to 6.4.3 (#21576)
              • fix(node): Restore eslint-disable in vendored tedious instrumentation (#21616)
              • ref(aws-serverless): Remove unused parts of vendored aws-sdk instrumentation (#21563)
              • ref(aws-serverless): Streamline aws-sdk instrumentation (#21564)
              • ref(aws-serverless): Use @sentry/conventions (#21597)
              • ref(build): Switch TypeScript moduleResolution to bundler (#21559)
              • ref(ci): Dedupe matrix test failures in CI failure reporter (#21538)
              • ref(ci): Skip PR review reminders for changes-requested PRs (#21526)
              • ref(nestjs): Set nest span op/origin at span creation (#21531)
              • ref(nestjs): Use @sentry/conventions (#21492)
              • ref(nextjs): Use @sentry/conventions (#21493)
              • ref(node-core): Use @sentry/conventions (#21494)
              • ref(node): Set generic-pool span origin at span creation (#21533)
              • ref(node): Streamline connect (#21404)
              • ref(node): Streamline graphql instrumentation (#21556)
              • ref(node): Streamline hapi instrumentation (#21602)
              • ref(node): Streamline ioredis instrumentation (#21560)
              • ref(node): Streamline knex instrumentation (#21561)
              • ref(node): Streamline koa (#21554)
              • ref(node): Streamline mongodb instrumentation (#21619)
              • ref(node): Streamline mongoose instrumentation (#21481)
              • ref(node): Streamline mysql2 instrumentation (#21509)
              • ref(node): Streamline pg instrumentation (#21583)
              • ref(node): Streamline redis instrumentation (#21582)
              • ref(node): Streamline tedious instrumentation (#21598)
              • ref(node): Streamline vendored fs instrumentation (#21532)
              • ref(opentelemetry): Use @sentry/conventions (#21495)
              • ref(protocol): Strictly type profile chunk platform item header (#21562)
              • ref(react-router): Use @sentry/conventions (#21496)
              • ref(remix): Use @sentry/conventions (#21497)
              • ref(server-utils): Move orchestrion into server-utils
              • ref(server-utils): Use @sentry/conventions (#21490)
              • ref(tanstackstart-react): Use @sentry/conventions (#21498)
              • test(cloudflare): Add mTLS instrumentation test (#21569)
              • test(cloudflare): Increasing timeout and exit with reason (#21571)
              • test(cloudflare): Prevent spurious unhandled rejection in integration test runner (#21545)
              • test(cloudflare): Remove mock in DO tests (#21634)
              • test(cloudflare): Skip flaky DO RPC private-fields integration test (#21544)
              • test(hono): Fix flaky query_string transaction matcher (#21542)
              • test(node-core): Fix flaky cron instrumentation test (#21553)
              • test(node): Make amqplib integration test order-independent (#21541)
              • test(node): Make amqplib v1 integration test order-independent (#21534)
              • test(node): Use random port in hono tracing scenario to avoid CI flakes (#21536)
              • test(remix-hydrogen): Fix flaky navigation transaction test (#21535)

              Metadata

              Metadata

              Assignees

              No one assigned

                Labels

                acceptedAdd to approve the deployci-readyCI passed, safe to publish without polling

                Projects

                No projects

                  Milestone

                  No milestone

                  Relationships

                  None yet

                  Development

                  No branches or pull requests

                  Issue actions

                  , 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
                  Skip to content

                  publish: getsentry/sentry-javascript@10.59.0 #8636

                  Description

                  @sentry-release-bot

                  Requested by: @nicohrubec

                  Merge target: master

                  Quick links:

                  Assign the accepted label to this issue to approve the release.

                  Targets

                  • npm[@sentry/core]
                  • npm[@sentry/types]
                  • npm[@sentry/node-core]
                  • npm[@sentry/server-utils]
                  • npm[@sentry/browser-utils]
                  • npm[@sentry/replay]
                  • npm[@sentry/opentelemetry]
                  • npm[@sentry/feedback]
                  • npm[@sentry/replay-canvas]
                  • npm[@sentry/browser]
                  • npm[@sentry/node]
                  • npm[@sentry/profiling-node]
                  • npm[@sentry/node-native]
                  • npm[@sentry/angular]
                  • npm[@sentry/ember]
                  • npm[@sentry/react]
                  • npm[@sentry/solid]
                  • npm[@sentry/svelte]
                  • npm[@sentry/vue]
                  • npm[@sentry/wasm]
                  • npm[@sentry/vercel-edge]
                  • npm[@sentry/cloudflare]
                  • npm[@sentry/deno]
                  • npm[@sentry/aws-serverless]
                  • npm[@sentry/google-cloud-serverless]
                  • npm[@sentry/bun]
                  • npm[@sentry/elysia]
                  • npm[@sentry/hono]
                  • npm[@sentry/nestjs]
                  • npm[@sentry/effect]
                  • npm[@sentry/nextjs]
                  • npm[@sentry/nuxt]
                  • npm[@sentry/remix]
                  • npm[@sentry/solidstart]
                  • npm[@sentry/sveltekit]
                  • npm[@sentry/tanstackstart]
                  • npm[@sentry/tanstackstart-react]
                  • npm[@sentry/gatsby]
                  • npm[@sentry/astro]
                  • npm[@sentry/react-router]
                  • npm[@sentry/nitro]
                  • npm[@sentry/typescript]
                  • npm[@sentry/eslint-plugin-sdk]
                  • npm[@sentry/eslint-config-sdk]
                  • aws-lambda-layer
                  • gcs[browser-cdn-bundles]
                  • github
                  • registry

                  Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.


                  📋 Changelog

                  Important Changes

                  • feat(react-router): Add support for React Router v8 (#21633)

                    The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

                  • feat(react): Add version-agnostic React Router SPA exports (#21633)

                    @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation.
                    The new exports replace the version-specific V6/V7 variants, which are now deprecated:

                    DeprecatedNew
                    reactRouterV6BrowserTracingIntegration / V7reactRouterBrowserTracingIntegration
                    withSentryReactRouterV6Routing / V7wrapReactRouterRouting
                    wrapCreateBrowserRouterV6 / V7wrapCreateBrowserRouter
                    wrapCreateMemoryRouterV6 / V7wrapCreateMemoryRouter
                    wrapUseRoutesV6 / V7wrapUseRoutes

                    The deprecated exports continue to work and will be removed in the next major version.

                  Other Changes

                  • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
                  • feat(bun): Add orchestrion bun build plugin (#21410)
                  • feat(cloudflare): Instrument sync KV (#21316)
                  • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
                  • feat(deno): Add orchestrion deno runtime hook (#21451)
                  • feat(hono): Extend peer dependency range (#21550)
                  • feat(node): Collapse orchestrion opt-in to a single option (#20900)
                  • fix: Diagnostics channel Node v18 (#21631)
                  • fix(browser): Clean up pageload readystatechange listener (#21632)
                  • fix(core): Capture scopes on span before emitting spanStart event (#21644)
                  • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
                  • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
                  • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
                  • fix(nextjs): Register safe random ID context at module load (#21573)
                  Internal Changes
                  • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
                  • chore: Switch license headers to SPDX format (#21357)
                  • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
                  • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
                  • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
                  • ci: Assign server team as codeowner for server-utils package (#21601)
                  • ci: Dedup flaky test issues across esm/cjs variants (#21595)
                  • ci: Do not apply Bug label to flaky test issues (#21593)
                  • ci: Pin react-router latest and add eslint disable for deprecated attribute (#21624)
                  • ci(deps): Bump actions/download-artifact from 7 to 8 (#21303)
                  • ci(security-fixes): Enable cron trigger (#21547)
                  • docs: Clarify comment and PR-body guidelines for agents (#21596)
                  • feat(deps-dev): Bump @sveltejs/kit from 2.53.3 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5 (#21212)
                  • feat(deps-dev): Bump esbuild from 0.19.12 to 0.28.1 in /dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev (#21512)
                  • feat(deps): Bump @babel/core from 7.29.0 to 7.29.6 (#21574)
                  • feat(deps): Bump @prisma/adapter-pg from 7.2.0 to 7.8.0 (#21106)
                  • feat(deps): Bump hono from 4.12.21 to 4.12.25 (#21610)
                  • feat(deps): Bump launch-editor from 2.12.0 to 2.14.1 (#21577)
                  • feat(deps): Bump protobufjs from 7.5.9 to 7.6.4 (#21578)
                  • feat(deps): Bump vite from 5.4.21 to 6.4.3 (#21576)
                  • fix(node): Restore eslint-disable in vendored tedious instrumentation (#21616)
                  • ref(aws-serverless): Remove unused parts of vendored aws-sdk instrumentation (#21563)
                  • ref(aws-serverless): Streamline aws-sdk instrumentation (#21564)
                  • ref(aws-serverless): Use @sentry/conventions (#21597)
                  • ref(build): Switch TypeScript moduleResolution to bundler (#21559)
                  • ref(ci): Dedupe matrix test failures in CI failure reporter (#21538)
                  • ref(ci): Skip PR review reminders for changes-requested PRs (#21526)
                  • ref(nestjs): Set nest span op/origin at span creation (#21531)
                  • ref(nestjs): Use @sentry/conventions (#21492)
                  • ref(nextjs): Use @sentry/conventions (#21493)
                  • ref(node-core): Use @sentry/conventions (#21494)
                  • ref(node): Set generic-pool span origin at span creation (#21533)
                  • ref(node): Streamline connect (#21404)
                  • ref(node): Streamline graphql instrumentation (#21556)
                  • ref(node): Streamline hapi instrumentation (#21602)
                  • ref(node): Streamline ioredis instrumentation (#21560)
                  • ref(node): Streamline knex instrumentation (#21561)
                  • ref(node): Streamline koa (#21554)
                  • ref(node): Streamline mongodb instrumentation (#21619)
                  • ref(node): Streamline mongoose instrumentation (#21481)
                  • ref(node): Streamline mysql2 instrumentation (#21509)
                  • ref(node): Streamline pg instrumentation (#21583)
                  • ref(node): Streamline redis instrumentation (#21582)
                  • ref(node): Streamline tedious instrumentation (#21598)
                  • ref(node): Streamline vendored fs instrumentation (#21532)
                  • ref(opentelemetry): Use @sentry/conventions (#21495)
                  • ref(protocol): Strictly type profile chunk platform item header (#21562)
                  • ref(react-router): Use @sentry/conventions (#21496)
                  • ref(remix): Use @sentry/conventions (#21497)
                  • ref(server-utils): Move orchestrion into server-utils
                  • ref(server-utils): Use @sentry/conventions (#21490)
                  • ref(tanstackstart-react): Use @sentry/conventions (#21498)
                  • test(cloudflare): Add mTLS instrumentation test (#21569)
                  • test(cloudflare): Increasing timeout and exit with reason (#21571)
                  • test(cloudflare): Prevent spurious unhandled rejection in integration test runner (#21545)
                  • test(cloudflare): Remove mock in DO tests (#21634)
                  • test(cloudflare): Skip flaky DO RPC private-fields integration test (#21544)
                  • test(hono): Fix flaky query_string transaction matcher (#21542)
                  • test(node-core): Fix flaky cron instrumentation test (#21553)
                  • test(node): Make amqplib integration test order-independent (#21541)
                  • test(node): Make amqplib v1 integration test order-independent (#21534)
                  • test(node): Use random port in hono tracing scenario to avoid CI flakes (#21536)
                  • test(remix-hydrogen): Fix flaky navigation transaction test (#21535)

                  Metadata

                  Metadata

                  Assignees

                  No one assigned

                    Labels

                    acceptedAdd to approve the deployci-readyCI passed, safe to publish without polling

                    Projects

                    No projects

                      Milestone

                      No milestone

                      Relationships

                      None yet

                      Development

                      No branches or pull requests

                      Issue actions

                      , 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
                      Skip to content

                      publish: getsentry/sentry-javascript@10.59.0 #8636

                      Description

                      @sentry-release-bot

                      Requested by: @nicohrubec

                      Merge target: master

                      Quick links:

                      Assign the accepted label to this issue to approve the release.

                      Targets

                      • npm[@sentry/core]
                      • npm[@sentry/types]
                      • npm[@sentry/node-core]
                      • npm[@sentry/server-utils]
                      • npm[@sentry/browser-utils]
                      • npm[@sentry/replay]
                      • npm[@sentry/opentelemetry]
                      • npm[@sentry/feedback]
                      • npm[@sentry/replay-canvas]
                      • npm[@sentry/browser]
                      • npm[@sentry/node]
                      • npm[@sentry/profiling-node]
                      • npm[@sentry/node-native]
                      • npm[@sentry/angular]
                      • npm[@sentry/ember]
                      • npm[@sentry/react]
                      • npm[@sentry/solid]
                      • npm[@sentry/svelte]
                      • npm[@sentry/vue]
                      • npm[@sentry/wasm]
                      • npm[@sentry/vercel-edge]
                      • npm[@sentry/cloudflare]
                      • npm[@sentry/deno]
                      • npm[@sentry/aws-serverless]
                      • npm[@sentry/google-cloud-serverless]
                      • npm[@sentry/bun]
                      • npm[@sentry/elysia]
                      • npm[@sentry/hono]
                      • npm[@sentry/nestjs]
                      • npm[@sentry/effect]
                      • npm[@sentry/nextjs]
                      • npm[@sentry/nuxt]
                      • npm[@sentry/remix]
                      • npm[@sentry/solidstart]
                      • npm[@sentry/sveltekit]
                      • npm[@sentry/tanstackstart]
                      • npm[@sentry/tanstackstart-react]
                      • npm[@sentry/gatsby]
                      • npm[@sentry/astro]
                      • npm[@sentry/react-router]
                      • npm[@sentry/nitro]
                      • npm[@sentry/typescript]
                      • npm[@sentry/eslint-plugin-sdk]
                      • npm[@sentry/eslint-config-sdk]
                      • aws-lambda-layer
                      • gcs[browser-cdn-bundles]
                      • github
                      • registry

                      Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.


                      📋 Changelog

                      Important Changes

                      • feat(react-router): Add support for React Router v8 (#21633)

                        The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

                      • feat(react): Add version-agnostic React Router SPA exports (#21633)

                        @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation.
                        The new exports replace the version-specific V6/V7 variants, which are now deprecated:

                        DeprecatedNew
                        reactRouterV6BrowserTracingIntegration / V7reactRouterBrowserTracingIntegration
                        withSentryReactRouterV6Routing / V7wrapReactRouterRouting
                        wrapCreateBrowserRouterV6 / V7wrapCreateBrowserRouter
                        wrapCreateMemoryRouterV6 / V7wrapCreateMemoryRouter
                        wrapUseRoutesV6 / V7wrapUseRoutes

                        The deprecated exports continue to work and will be removed in the next major version.

                      Other Changes

                      • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
                      • feat(bun): Add orchestrion bun build plugin (#21410)
                      • feat(cloudflare): Instrument sync KV (#21316)
                      • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
                      • feat(deno): Add orchestrion deno runtime hook (#21451)
                      • feat(hono): Extend peer dependency range (#21550)
                      • feat(node): Collapse orchestrion opt-in to a single option (#20900)
                      • fix: Diagnostics channel Node v18 (#21631)
                      • fix(browser): Clean up pageload readystatechange listener (#21632)
                      • fix(core): Capture scopes on span before emitting spanStart event (#21644)
                      • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
                      • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
                      • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
                      • fix(nextjs): Register safe random ID context at module load (#21573)
                      Internal Changes
                      • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
                      • chore: Switch license headers to SPDX format (#21357)
                      • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
                      • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
                      • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
                      • ci: Assign server team as codeowner for server-utils package (#21601)
                      • ci: Dedup flaky test issues across esm/cjs variants (#21595)
                      • ci: Do not apply Bug label to flaky test issues (#21593)
                      • ci: Pin react-router latest and add eslint disable for deprecated attribute (#21624)
                      • ci(deps): Bump actions/download-artifact from 7 to 8 (#21303)
                      • ci(security-fixes): Enable cron trigger (#21547)
                      • docs: Clarify comment and PR-body guidelines for agents (#21596)
                      • feat(deps-dev): Bump @sveltejs/kit from 2.53.3 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5 (#21212)
                      • feat(deps-dev): Bump esbuild from 0.19.12 to 0.28.1 in /dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev (#21512)
                      • feat(deps): Bump @babel/core from 7.29.0 to 7.29.6 (#21574)
                      • feat(deps): Bump @prisma/adapter-pg from 7.2.0 to 7.8.0 (#21106)
                      • feat(deps): Bump hono from 4.12.21 to 4.12.25 (#21610)
                      • feat(deps): Bump launch-editor from 2.12.0 to 2.14.1 (#21577)
                      • feat(deps): Bump protobufjs from 7.5.9 to 7.6.4 (#21578)
                      • feat(deps): Bump vite from 5.4.21 to 6.4.3 (#21576)
                      • fix(node): Restore eslint-disable in vendored tedious instrumentation (#21616)
                      • ref(aws-serverless): Remove unused parts of vendored aws-sdk instrumentation (#21563)
                      • ref(aws-serverless): Streamline aws-sdk instrumentation (#21564)
                      • ref(aws-serverless): Use @sentry/conventions (#21597)
                      • ref(build): Switch TypeScript moduleResolution to bundler (#21559)
                      • ref(ci): Dedupe matrix test failures in CI failure reporter (#21538)
                      • ref(ci): Skip PR review reminders for changes-requested PRs (#21526)
                      • ref(nestjs): Set nest span op/origin at span creation (#21531)
                      • ref(nestjs): Use @sentry/conventions (#21492)
                      • ref(nextjs): Use @sentry/conventions (#21493)
                      • ref(node-core): Use @sentry/conventions (#21494)
                      • ref(node): Set generic-pool span origin at span creation (#21533)
                      • ref(node): Streamline connect (#21404)
                      • ref(node): Streamline graphql instrumentation (#21556)
                      • ref(node): Streamline hapi instrumentation (#21602)
                      • ref(node): Streamline ioredis instrumentation (#21560)
                      • ref(node): Streamline knex instrumentation (#21561)
                      • ref(node): Streamline koa (#21554)
                      • ref(node): Streamline mongodb instrumentation (#21619)
                      • ref(node): Streamline mongoose instrumentation (#21481)
                      • ref(node): Streamline mysql2 instrumentation (#21509)
                      • ref(node): Streamline pg instrumentation (#21583)
                      • ref(node): Streamline redis instrumentation (#21582)
                      • ref(node): Streamline tedious instrumentation (#21598)
                      • ref(node): Streamline vendored fs instrumentation (#21532)
                      • ref(opentelemetry): Use @sentry/conventions (#21495)
                      • ref(protocol): Strictly type profile chunk platform item header (#21562)
                      • ref(react-router): Use @sentry/conventions (#21496)
                      • ref(remix): Use @sentry/conventions (#21497)
                      • ref(server-utils): Move orchestrion into server-utils
                      • ref(server-utils): Use @sentry/conventions (#21490)
                      • ref(tanstackstart-react): Use @sentry/conventions (#21498)
                      • test(cloudflare): Add mTLS instrumentation test (#21569)
                      • test(cloudflare): Increasing timeout and exit with reason (#21571)
                      • test(cloudflare): Prevent spurious unhandled rejection in integration test runner (#21545)
                      • test(cloudflare): Remove mock in DO tests (#21634)
                      • test(cloudflare): Skip flaky DO RPC private-fields integration test (#21544)
                      • test(hono): Fix flaky query_string transaction matcher (#21542)
                      • test(node-core): Fix flaky cron instrumentation test (#21553)
                      • test(node): Make amqplib integration test order-independent (#21541)
                      • test(node): Make amqplib v1 integration test order-independent (#21534)
                      • test(node): Use random port in hono tracing scenario to avoid CI flakes (#21536)
                      • test(remix-hydrogen): Fix flaky navigation transaction test (#21535)

                      Metadata

                      Metadata

                      Assignees

                      No one assigned

                        Labels

                        acceptedAdd to approve the deployci-readyCI passed, safe to publish without polling

                        Projects

                        No projects

                          Milestone

                          No milestone

                          Relationships

                          None yet

                          Development

                          No branches or pull requests

                          Issue actions

                          , 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
                          Skip to content

                          publish: getsentry/sentry-javascript@10.59.0 #8636

                          Description

                          @sentry-release-bot

                          Requested by: @nicohrubec

                          Merge target: master

                          Quick links:

                          Assign the accepted label to this issue to approve the release.

                          Targets

                          • npm[@sentry/core]
                          • npm[@sentry/types]
                          • npm[@sentry/node-core]
                          • npm[@sentry/server-utils]
                          • npm[@sentry/browser-utils]
                          • npm[@sentry/replay]
                          • npm[@sentry/opentelemetry]
                          • npm[@sentry/feedback]
                          • npm[@sentry/replay-canvas]
                          • npm[@sentry/browser]
                          • npm[@sentry/node]
                          • npm[@sentry/profiling-node]
                          • npm[@sentry/node-native]
                          • npm[@sentry/angular]
                          • npm[@sentry/ember]
                          • npm[@sentry/react]
                          • npm[@sentry/solid]
                          • npm[@sentry/svelte]
                          • npm[@sentry/vue]
                          • npm[@sentry/wasm]
                          • npm[@sentry/vercel-edge]
                          • npm[@sentry/cloudflare]
                          • npm[@sentry/deno]
                          • npm[@sentry/aws-serverless]
                          • npm[@sentry/google-cloud-serverless]
                          • npm[@sentry/bun]
                          • npm[@sentry/elysia]
                          • npm[@sentry/hono]
                          • npm[@sentry/nestjs]
                          • npm[@sentry/effect]
                          • npm[@sentry/nextjs]
                          • npm[@sentry/nuxt]
                          • npm[@sentry/remix]
                          • npm[@sentry/solidstart]
                          • npm[@sentry/sveltekit]
                          • npm[@sentry/tanstackstart]
                          • npm[@sentry/tanstackstart-react]
                          • npm[@sentry/gatsby]
                          • npm[@sentry/astro]
                          • npm[@sentry/react-router]
                          • npm[@sentry/nitro]
                          • npm[@sentry/typescript]
                          • npm[@sentry/eslint-plugin-sdk]
                          • npm[@sentry/eslint-config-sdk]
                          • aws-lambda-layer
                          • gcs[browser-cdn-bundles]
                          • github
                          • registry

                          Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.


                          📋 Changelog

                          Important Changes

                          • feat(react-router): Add support for React Router v8 (#21633)

                            The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

                          • feat(react): Add version-agnostic React Router SPA exports (#21633)

                            @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation.
                            The new exports replace the version-specific V6/V7 variants, which are now deprecated:

                            DeprecatedNew
                            reactRouterV6BrowserTracingIntegration / V7reactRouterBrowserTracingIntegration
                            withSentryReactRouterV6Routing / V7wrapReactRouterRouting
                            wrapCreateBrowserRouterV6 / V7wrapCreateBrowserRouter
                            wrapCreateMemoryRouterV6 / V7wrapCreateMemoryRouter
                            wrapUseRoutesV6 / V7wrapUseRoutes

                            The deprecated exports continue to work and will be removed in the next major version.

                          Other Changes

                          • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
                          • feat(bun): Add orchestrion bun build plugin (#21410)
                          • feat(cloudflare): Instrument sync KV (#21316)
                          • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
                          • feat(deno): Add orchestrion deno runtime hook (#21451)
                          • feat(hono): Extend peer dependency range (#21550)
                          • feat(node): Collapse orchestrion opt-in to a single option (#20900)
                          • fix: Diagnostics channel Node v18 (#21631)
                          • fix(browser): Clean up pageload readystatechange listener (#21632)
                          • fix(core): Capture scopes on span before emitting spanStart event (#21644)
                          • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
                          • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
                          • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
                          • fix(nextjs): Register safe random ID context at module load (#21573)
                          Internal Changes
                          • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
                          • chore: Switch license headers to SPDX format (#21357)
                          • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
                          • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
                          • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
                          • ci: Assign server team as codeowner for server-utils package (#21601)
                          • ci: Dedup flaky test issues across esm/cjs variants (#21595)
                          • ci: Do not apply Bug label to flaky test issues (#21593)
                          • ci: Pin react-router latest and add eslint disable for deprecated attribute (#21624)
                          • ci(deps): Bump actions/download-artifact from 7 to 8 (#21303)
                          • ci(security-fixes): Enable cron trigger (#21547)
                          • docs: Clarify comment and PR-body guidelines for agents (#21596)
                          • feat(deps-dev): Bump @sveltejs/kit from 2.53.3 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5 (#21212)
                          • feat(deps-dev): Bump esbuild from 0.19.12 to 0.28.1 in /dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev (#21512)
                          • feat(deps): Bump @babel/core from 7.29.0 to 7.29.6 (#21574)
                          • feat(deps): Bump @prisma/adapter-pg from 7.2.0 to 7.8.0 (#21106)
                          • feat(deps): Bump hono from 4.12.21 to 4.12.25 (#21610)
                          • feat(deps): Bump launch-editor from 2.12.0 to 2.14.1 (#21577)
                          • feat(deps): Bump protobufjs from 7.5.9 to 7.6.4 (#21578)
                          • feat(deps): Bump vite from 5.4.21 to 6.4.3 (#21576)
                          • fix(node): Restore eslint-disable in vendored tedious instrumentation (#21616)
                          • ref(aws-serverless): Remove unused parts of vendored aws-sdk instrumentation (#21563)
                          • ref(aws-serverless): Streamline aws-sdk instrumentation (#21564)
                          • ref(aws-serverless): Use @sentry/conventions (#21597)
                          • ref(build): Switch TypeScript moduleResolution to bundler (#21559)
                          • ref(ci): Dedupe matrix test failures in CI failure reporter (#21538)
                          • ref(ci): Skip PR review reminders for changes-requested PRs (#21526)
                          • ref(nestjs): Set nest span op/origin at span creation (#21531)
                          • ref(nestjs): Use @sentry/conventions (#21492)
                          • ref(nextjs): Use @sentry/conventions (#21493)
                          • ref(node-core): Use @sentry/conventions (#21494)
                          • ref(node): Set generic-pool span origin at span creation (#21533)
                          • ref(node): Streamline connect (#21404)
                          • ref(node): Streamline graphql instrumentation (#21556)
                          • ref(node): Streamline hapi instrumentation (#21602)
                          • ref(node): Streamline ioredis instrumentation (#21560)
                          • ref(node): Streamline knex instrumentation (#21561)
                          • ref(node): Streamline koa (#21554)
                          • ref(node): Streamline mongodb instrumentation (#21619)
                          • ref(node): Streamline mongoose instrumentation (#21481)
                          • ref(node): Streamline mysql2 instrumentation (#21509)
                          • ref(node): Streamline pg instrumentation (#21583)
                          • ref(node): Streamline redis instrumentation (#21582)
                          • ref(node): Streamline tedious instrumentation (#21598)
                          • ref(node): Streamline vendored fs instrumentation (#21532)
                          • ref(opentelemetry): Use @sentry/conventions (#21495)
                          • ref(protocol): Strictly type profile chunk platform item header (#21562)
                          • ref(react-router): Use @sentry/conventions (#21496)
                          • ref(remix): Use @sentry/conventions (#21497)
                          • ref(server-utils): Move orchestrion into server-utils
                          • ref(server-utils): Use @sentry/conventions (#21490)
                          • ref(tanstackstart-react): Use @sentry/conventions (#21498)
                          • test(cloudflare): Add mTLS instrumentation test (#21569)
                          • test(cloudflare): Increasing timeout and exit with reason (#21571)
                          • test(cloudflare): Prevent spurious unhandled rejection in integration test runner (#21545)
                          • test(cloudflare): Remove mock in DO tests (#21634)
                          • test(cloudflare): Skip flaky DO RPC private-fields integration test (#21544)
                          • test(hono): Fix flaky query_string transaction matcher (#21542)
                          • test(node-core): Fix flaky cron instrumentation test (#21553)
                          • test(node): Make amqplib integration test order-independent (#21541)
                          • test(node): Make amqplib v1 integration test order-independent (#21534)
                          • test(node): Use random port in hono tracing scenario to avoid CI flakes (#21536)
                          • test(remix-hydrogen): Fix flaky navigation transaction test (#21535)

                          Metadata

                          Metadata

                          Assignees

                          No one assigned

                            Labels

                            acceptedAdd to approve the deployci-readyCI passed, safe to publish without polling

                            Projects

                            No projects

                              Milestone

                              No milestone

                              Relationships

                              None yet

                              Development

                              No branches or pull requests

                              Issue actions

                              , 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
                              Skip to content

                              publish: getsentry/sentry-javascript@10.59.0 #8636

                              Description

                              @sentry-release-bot

                              Requested by: @nicohrubec

                              Merge target: master

                              Quick links:

                              Assign the accepted label to this issue to approve the release.

                              Targets

                              • npm[@sentry/core]
                              • npm[@sentry/types]
                              • npm[@sentry/node-core]
                              • npm[@sentry/server-utils]
                              • npm[@sentry/browser-utils]
                              • npm[@sentry/replay]
                              • npm[@sentry/opentelemetry]
                              • npm[@sentry/feedback]
                              • npm[@sentry/replay-canvas]
                              • npm[@sentry/browser]
                              • npm[@sentry/node]
                              • npm[@sentry/profiling-node]
                              • npm[@sentry/node-native]
                              • npm[@sentry/angular]
                              • npm[@sentry/ember]
                              • npm[@sentry/react]
                              • npm[@sentry/solid]
                              • npm[@sentry/svelte]
                              • npm[@sentry/vue]
                              • npm[@sentry/wasm]
                              • npm[@sentry/vercel-edge]
                              • npm[@sentry/cloudflare]
                              • npm[@sentry/deno]
                              • npm[@sentry/aws-serverless]
                              • npm[@sentry/google-cloud-serverless]
                              • npm[@sentry/bun]
                              • npm[@sentry/elysia]
                              • npm[@sentry/hono]
                              • npm[@sentry/nestjs]
                              • npm[@sentry/effect]
                              • npm[@sentry/nextjs]
                              • npm[@sentry/nuxt]
                              • npm[@sentry/remix]
                              • npm[@sentry/solidstart]
                              • npm[@sentry/sveltekit]
                              • npm[@sentry/tanstackstart]
                              • npm[@sentry/tanstackstart-react]
                              • npm[@sentry/gatsby]
                              • npm[@sentry/astro]
                              • npm[@sentry/react-router]
                              • npm[@sentry/nitro]
                              • npm[@sentry/typescript]
                              • npm[@sentry/eslint-plugin-sdk]
                              • npm[@sentry/eslint-config-sdk]
                              • aws-lambda-layer
                              • gcs[browser-cdn-bundles]
                              • github
                              • registry

                              Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.


                              📋 Changelog

                              Important Changes

                              • feat(react-router): Add support for React Router v8 (#21633)

                                The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

                              • feat(react): Add version-agnostic React Router SPA exports (#21633)

                                @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation.
                                The new exports replace the version-specific V6/V7 variants, which are now deprecated:

                                DeprecatedNew
                                reactRouterV6BrowserTracingIntegration / V7reactRouterBrowserTracingIntegration
                                withSentryReactRouterV6Routing / V7wrapReactRouterRouting
                                wrapCreateBrowserRouterV6 / V7wrapCreateBrowserRouter
                                wrapCreateMemoryRouterV6 / V7wrapCreateMemoryRouter
                                wrapUseRoutesV6 / V7wrapUseRoutes

                                The deprecated exports continue to work and will be removed in the next major version.

                              Other Changes

                              • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
                              • feat(bun): Add orchestrion bun build plugin (#21410)
                              • feat(cloudflare): Instrument sync KV (#21316)
                              • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
                              • feat(deno): Add orchestrion deno runtime hook (#21451)
                              • feat(hono): Extend peer dependency range (#21550)
                              • feat(node): Collapse orchestrion opt-in to a single option (#20900)
                              • fix: Diagnostics channel Node v18 (#21631)
                              • fix(browser): Clean up pageload readystatechange listener (#21632)
                              • fix(core): Capture scopes on span before emitting spanStart event (#21644)
                              • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
                              • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
                              • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
                              • fix(nextjs): Register safe random ID context at module load (#21573)
                              Internal Changes
                              • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
                              • chore: Switch license headers to SPDX format (#21357)
                              • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
                              • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
                              • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
                              • ci: Assign server team as codeowner for server-utils package (#21601)
                              • ci: Dedup flaky test issues across esm/cjs variants (#21595)
                              • ci: Do not apply Bug label to flaky test issues (#21593)
                              • ci: Pin react-router latest and add eslint disable for deprecated attribute (#21624)
                              • ci(deps): Bump actions/download-artifact from 7 to 8 (#21303)
                              • ci(security-fixes): Enable cron trigger (#21547)
                              • docs: Clarify comment and PR-body guidelines for agents (#21596)
                              • feat(deps-dev): Bump @sveltejs/kit from 2.53.3 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5 (#21212)
                              • feat(deps-dev): Bump esbuild from 0.19.12 to 0.28.1 in /dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev (#21512)
                              • feat(deps): Bump @babel/core from 7.29.0 to 7.29.6 (#21574)
                              • feat(deps): Bump @prisma/adapter-pg from 7.2.0 to 7.8.0 (#21106)
                              • feat(deps): Bump hono from 4.12.21 to 4.12.25 (#21610)
                              • feat(deps): Bump launch-editor from 2.12.0 to 2.14.1 (#21577)
                              • feat(deps): Bump protobufjs from 7.5.9 to 7.6.4 (#21578)
                              • feat(deps): Bump vite from 5.4.21 to 6.4.3 (#21576)
                              • fix(node): Restore eslint-disable in vendored tedious instrumentation (#21616)
                              • ref(aws-serverless): Remove unused parts of vendored aws-sdk instrumentation (#21563)
                              • ref(aws-serverless): Streamline aws-sdk instrumentation (#21564)
                              • ref(aws-serverless): Use @sentry/conventions (#21597)
                              • ref(build): Switch TypeScript moduleResolution to bundler (#21559)
                              • ref(ci): Dedupe matrix test failures in CI failure reporter (#21538)
                              • ref(ci): Skip PR review reminders for changes-requested PRs (#21526)
                              • ref(nestjs): Set nest span op/origin at span creation (#21531)
                              • ref(nestjs): Use @sentry/conventions (#21492)
                              • ref(nextjs): Use @sentry/conventions (#21493)
                              • ref(node-core): Use @sentry/conventions (#21494)
                              • ref(node): Set generic-pool span origin at span creation (#21533)
                              • ref(node): Streamline connect (#21404)
                              • ref(node): Streamline graphql instrumentation (#21556)
                              • ref(node): Streamline hapi instrumentation (#21602)
                              • ref(node): Streamline ioredis instrumentation (#21560)
                              • ref(node): Streamline knex instrumentation (#21561)
                              • ref(node): Streamline koa (#21554)
                              • ref(node): Streamline mongodb instrumentation (#21619)
                              • ref(node): Streamline mongoose instrumentation (#21481)
                              • ref(node): Streamline mysql2 instrumentation (#21509)
                              • ref(node): Streamline pg instrumentation (#21583)
                              • ref(node): Streamline redis instrumentation (#21582)
                              • ref(node): Streamline tedious instrumentation (#21598)
                              • ref(node): Streamline vendored fs instrumentation (#21532)
                              • ref(opentelemetry): Use @sentry/conventions (#21495)
                              • ref(protocol): Strictly type profile chunk platform item header (#21562)
                              • ref(react-router): Use @sentry/conventions (#21496)
                              • ref(remix): Use @sentry/conventions (#21497)
                              • ref(server-utils): Move orchestrion into server-utils
                              • ref(server-utils): Use @sentry/conventions (#21490)
                              • ref(tanstackstart-react): Use @sentry/conventions (#21498)
                              • test(cloudflare): Add mTLS instrumentation test (#21569)
                              • test(cloudflare): Increasing timeout and exit with reason (#21571)
                              • test(cloudflare): Prevent spurious unhandled rejection in integration test runner (#21545)
                              • test(cloudflare): Remove mock in DO tests (#21634)
                              • test(cloudflare): Skip flaky DO RPC private-fields integration test (#21544)
                              • test(hono): Fix flaky query_string transaction matcher (#21542)
                              • test(node-core): Fix flaky cron instrumentation test (#21553)
                              • test(node): Make amqplib integration test order-independent (#21541)
                              • test(node): Make amqplib v1 integration test order-independent (#21534)
                              • test(node): Use random port in hono tracing scenario to avoid CI flakes (#21536)
                              • test(remix-hydrogen): Fix flaky navigation transaction test (#21535)

                              Metadata

                              Metadata

                              Assignees

                              No one assigned

                                Labels

                                acceptedAdd to approve the deployci-readyCI passed, safe to publish without polling

                                Projects

                                No projects

                                  Milestone

                                  No milestone

                                  Relationships

                                  None yet

                                  Development

                                  No branches or pull requests

                                  Issue actions