Skip to content

chore(deps): update JavaScript SDK to v10.54.0#6222

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-javascript.sh
Open

chore(deps): update JavaScript SDK to v10.54.0#6222
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-javascript.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps scripts/update-javascript.sh from 10.53.1 to 10.54.0.

Auto-generated by a dependency updater.

Changelog

10.54.0

Important Changes

  • feat(browser): Add fetchStreamPerformanceIntegration for streamed response tracking (#20778)

    A new integration that tracks the performance of streamed fetch responses. Use this to measure time-to-first-byte and streaming duration for APIs that return chunked/streamed data. This replaces the now deprecated trackFetchStreamPerformance option.

  • feat(core): Add dataCollection client option (#20965)

    Adds a new dataCollection client option for controlling what data the SDK collects and sends to Sentry. This provides a centralized way to configure data collection behavior across different SDK features. In the future, this option will be used for fine-granular data filtering, while the simple sendDefaultPii boolean option will be deprecated and removed in a future release.

  • feat(core): Support array attributes for spans, logs, and metrics (#20427)

    Arrays of primitive values (string, number, boolean) are now accepted as attribute values. Arrays containing non-primitive elements will be dropped and won't show up in Sentry. Note that array attributes on logs and metrics were previously stringified in certain cases and will now be sent as arrays instead.

  • feat(hono): Add hono.request spans for internal .request() calls (#20843)

    The Hono SDK now creates spans for internal .request() calls, providing better visibility into request handling within Hono applications.

Other Changes

  • feat(core): Add data collection filtering utilities (#20989)
  • feat(core): Convert scope contexts to segment span attributes in span streaming (#20828)
  • feat(core): Emit sentry.sdk.integrations on streamed segment spans (#20428)
  • feat(core): HTTP server diagnostics channel utility (#20779)
  • feat(core): Migrate span streaming envelope to dataCollection (#21080)
  • feat(core): Migrate Supabase integration to dataCollection (#21085)
  • feat(core): Migrate trpc to dataCollection (#21072)
  • feat(deno): Instrument node:http on versions that support it (#21009)
  • feat(ember): Extract ember-specific logic into custom browserTracingIntegration (#20702)
  • feat(logs): Migrate log envelope user inference to dataCollection (#21073)
  • feat(nuxt): Allow custom configuration files paths in Nuxt module (#20650)
  • feat(replay): Update example worker script (#20899)
  • feat(serverless): Add server-only context span attributes via processSegmentSpan hooks (#20842)
  • fix(astro): Avoid injecting meta tags into <head> inside attribute values (#21089)
  • fix(astro): Use explicit ResponseInit when injecting meta tags in response (#21021)
  • fix(browser): Add a synthetic stack trace to DOMException with empty stack traces if attachStacktrace is true (#19988)
  • fix(browser): Fix internal frame detection in minified bundles (#20802)
  • fix(cloudflare): Avoid repeated flush lock wrapping (#21156)
  • fix(cloudflare): Skip SDK initialization for OPTIONS/HEAD requests (#21090)
  • fix(cloudflare, vercel-edge): Disable timer-based flush for serverless runtimes (#20889)
  • fix(core): Sanitize lone surrogates in log body and attributes (#20245)
  • fix(deno): Support Deno.serve instrumentation on Deno 2.8 (#21155)
  • fix(hono): Preserve middleware handler metadata (#20954)
  • fix(hono): Use generic Hono type in Bun/Node (#21060)
  • fix(nextjs): Widen project option type to string | string[] (#21067)
  • fix(node): Improve http.client double-wrap message (#20705)
  • fix(node): Preserve CallbackManager handlers in LangChain instrumentation (#20849)
  • fix(react-router): Do not re-write origin on router state changes (#21056)
  • fix(replay): Set sentry.replay_id attribute on streamed spans (#20897)
  • fix(replay): Set replay_id on DSC after buffer-to-session conversion (#20686)
  • fix(solidstart): Use nitro module for build hooks to preserve preset hooks (#20861)
  • ref(core): Rename types-hoist to types (#20979)
Internal Changes
  • chore: Add compatibility function for sendDefaultPii (#20967)
  • chore: Add size-limit for core/server, core/browser (#20990)
  • chore: Bump rrweb deps to v2.43.0 (#20844)
  • chore(build): Replace sucrase with esbuild (#20865)
  • chore(deps): Bump nitropack from 2.13.1 to 2.13.4 (#20713)
  • chore(deps): Bump ws from 8.20.0 to 8.20.1 (#20998)
  • chore(deps): Remove redundant yarn resolutions (#20877)
  • feat(deps): Bump tootallnate/once from 1.1.2 to 2.0.1 (#21108)
  • feat(deps): Bump devalue from 4.3.3 to 5.8.1 (#20893)
  • feat(deps): Bump protobufjs from 7.5.5 to 7.5.9 (#20846)
  • ref(aws-serverless): Vendor aws-sdk instrumentation (#20988)
  • ref(http): Use shared snippets for filtering headers and cookies (#20970)
  • ref(nestjs): Vendor nestjs-core instrumentation (#20996)
  • ref(node): Remove unused opentelemetry/instrumentation-http dependency (#21113)
  • ref(node): Vendor fastify/otel (#21099)
  • ref(node): Vendor opentelemetry/instrumentation-pg (#21102)
  • ref(node): Vendor opentelemetry/sql-common (#21140)
  • ref(node): Vendor prisma/instrumentation (#21098)
  • ref(node): Vendor amqplib instrumentation (#21003)
  • ref(node): Vendor connect instrumentation (#20955)
  • ref(node): Vendor dataloader instrumentation (#20950)
  • ref(node): Vendor fs instrumentation (#20964)
  • ref(node): Vendor generic-pool instrumentation (#20949)
  • ref(node): Vendor graphql instrumentation (#21096)
  • ref(node): Vendor hapi instrumentation (#21057)
  • ref(node): Vendor kafkajs instrumentation (#21005)
  • ref(node): Vendor knex instrumentation (#20963)
  • ref(node): Vendor koa instrumentation (#20956)
  • ref(node): Vendor lru-memoizer instrumentation (#20948)
  • ref(node): Vendor minimal types for dataloader and generic-pool instrumentations (#21013)
  • ref(node): Vendor mongodb instrumentation (#20966)
  • ref(node): Vendor mongoose instrumentation (#21058)
  • ref(node): Vendor mysql instrumentation (#21016)
  • ref(node): Vendor mysql2 instrumentation (#21031)
  • ref(node): Vendor tedious instrumentation (#21010)

Work in this release was contributed by abcang, ahmadio, delorge, mdnanocom, and victorgarciaesgi. Thank you for your contributions!

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label May 27, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from f8edce2 to 04022af Compare May 27, 2026 13:34
@github-actions
Copy link
Copy Markdown
Contributor Author

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update JavaScript SDK to v10.54.0 by github-actions[bot] in #6222
  • fix(ci): Remove @sentry/types from JS SDK updater script by antonis in #6219
  • feat(tracing): Add breadcrumbs for dispatched React Navigation events by antonis in #6218
  • feat(tracing): Add Sentry.NavigationContainer wrapper for React Navigation by antonis in #6199
  • chore(e2e): Update Expo sample to SDK 56 by antonis in #6216
  • feat(ios): opt-in consumption of sentry-cocoa via Swift Package Manager by alwx in #6182
  • chore(deps): bump getsentry/craft from 2.26.5 to 2.26.6 by dependabot in #6213
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.26.5 to 2.26.6 by dependabot in #6214
  • chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 by dependabot in #6215
  • fix(ios): Return NO from requiresMainQueueSetup by antonis in #6202
  • fix(tracing): Bound TTID/TTFD to prevent inflated transactions by antonis in #6210
  • feat(core): Add disableAutoUpload option to Expo plugin by antonis in #6195
  • chore(deps): Remove unused @sentry/types dependency by antonis in #6207
  • Correct route and dynamic param extraction for Expo Router (Correct route and dynamic param extraction for Expo Router #6157) by alwx in #6197
  • chore(deps): update CLI to v3.4.3 by github-actions in #6205
  • chore(deps): update Cocoa SDK to v9.14.0 by github-actions in #6204
  • chore(deps): update Maestro to v2.6.0 by github-actions in #6198
  • chore(deps): bump js-cookie from 3.0.5 to 3.0.7 by dependabot in #6203
  • chore(deps): bump @tootallnate/once from 2.0.0 to 2.0.1 by dependabot in #6206
  • chore(deps): update Sentry Android Gradle Plugin to v6.8.1 by github-actions in #6196
  • feat(core): Expose pauseAppHangTracking and resumeAppHangTracking APIs by antonis in #6192

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Copy Markdown
Contributor Author

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against 04022af

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant