Skip to content

chore(deps): update JavaScript SDK to v10.61.0#6349

Merged
antonis merged 1 commit into
mainfrom
deps/scripts/update-javascript.sh
Jun 25, 2026
Merged

chore(deps): update JavaScript SDK to v10.61.0#6349
antonis merged 1 commit into
mainfrom
deps/scripts/update-javascript.sh

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bumps scripts/update-javascript.sh from 10.60.0 to 10.61.0.

Auto-generated by a dependency updater.

Changelog

10.61.0

Important Changes

  • feat(core): Enable streamGenAiSpans by default (#21732)

    The SDK now extracts all gen_ai spans out of a transaction and sends them as v2 envelope items by default. This prevents gen_ai spans from being dropped when the transaction payload exceeds size limits. Because they are no longer constrained by transaction size limits, AI message data is also no longer truncated by default. Set enableTruncation: true on the respective AI integration to re-enable truncation. To keep the previous behavior, set streamGenAiSpans: false.

    Self-hosted Sentry users should opt out with streamGenAiSpans: false, since streamed gen_ai spans may not be ingested by their Sentry instance.

Other Changes

  • feat(cloudflare): Add batch, exec, and withSession D1 instrumentation (#21292)
  • feat(cloudflare): Instrument SQL API in sqlite durable objects (#21656)
  • feat(core): Add db.query.summary functionality (#21670)
  • feat(core): Add top-level Sentry.setAttribute(s) APIs (#21705)
  • fix(hono): Name transactions after the matched route handler (#21700)
  • fix(react-router): Bump peerDependencies for react-router 8 (#21762)
  • fix(replays): Record replay trace_ids with span streaming (#21714)
Internal Changes
  • build: add rollup plugin for compile-time ESM/CJS code branching (#21715)
  • chore: Fix version bump for bundler plugin fixtures (#21707)
  • chore(node-integration-tests): Improve node test runner naming (#21685)
  • docs: Update contributing guide for E2E tests (#21763)
  • feat: Adopt bindTracingChannelToSpan across runtimes (#21642)
  • feat: Remove Otel from fsIntegration (#21654)
  • feat(deps): Bump http-proxy-middleware from 2.0.9 to 2.0.10 (#21709)
  • feat(server-utils): Add tracingChannel-to-span binding (#21641)
  • fix(tests): Add dedicated route for Hono query_string tests (#21731)
  • ref: Export SPAN_KIND from core and drop OTel SpanKind imports (#21668)
  • test: Make bundler plugins tests work after release
  • test: Remove duplicated test (#21699)
  • test: retry npm install on network hiccups (#21689)
  • test(cloudflare): Increase node count for memory tests (#21719)
  • test(e2e): Add sentry-sdk-init measure and marks (#21687)
  • test(e2e): Add more lighthouse react e2e test SDK init modes (#21711)
  • test(node): Add esm/cjs specific test runner utils (#21729)
  • test(node): Increase cron integration test timeout to 60s (#21704)
  • test(node): Streamline amqplib tests (#21723)
  • test(node): Update mysql tests for better coverage and correctness (#21684)
  • test(node): Use different ports for redis tests (#21727)

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jun 25, 2026
@antonis antonis added the ready-to-merge Triggers the full CI test suite label Jun 25, 2026
@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.61.0 by github-actions[bot] in #6349
  • fix(core): Hide dataCollection option until supported in React Native by antonis in #6345
  • feat(core): Capture Expo Router ErrorBoundary errors by alwx in #6318
  • chore(deps): update Cocoa SDK to v9.19.0 by github-actions in #6343
  • chore(deps): update Android SDK to v8.45.0 by github-actions in #6344
  • fix(core): Align SENTRY_ENVIRONMENT/RELEASE/DIST in JS bundled options with native SDKs by antonis in #6330
  • chore(deps): update JavaScript SDK to v10.60.0 by github-actions in #6332
  • chore(core): Bump react-native and metro devDependencies to 0.86.0 by antonis in #6316
  • chore: Bump macOS sample to react-native-macos 0.81.7 by antonis in #6315
  • chore(e2e): Bump react-native devDependency to 0.86.0 by antonis in #6313
  • fix(core): Forward user geo as an object so the native scope keeps it by antonis in #6309
  • fix(ios): Remove manual geo handling, use sentry-cocoa native support by antonis in #6289
  • fix(deps): bump js-yaml from ^4.1.1 to ^4.2.0 by antonis in #6298
  • fix: update React Native repo URL to new GitHub org by antonis in #6290
  • chore(deps): update JavaScript SDK to v10.59.0 by github-actions in #6321
  • chore(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 in /samples/react-native-macos by dependabot in #6327
  • chore(deps): bump undici from 6.24.1 to 6.27.0 by dependabot in #6328
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 by dependabot in #6324
  • fix(ios): [RN 0.87] remove unused React/RCTTextView.h import by cortinico in #6322
  • chore(deps): bump actions/setup-java from 5.2.0 to 5.3.0 by dependabot in #6326
  • chore(deps): bump ruby/setup-ruby from 1.313.0 to 1.314.0 by dependabot in #6325
  • chore(deps): update Android SDK to v8.44.1 by github-actions in #6323

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from dc37a18 to 55350d4 Compare June 25, 2026 10:19
@sentry

sentry Bot commented Jun 25, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
Sentry RN io.sentry.reactnative.sample 8.15.1 (93) Release

⚙️ sentry-react-native Build Distribution Settings

@github-actions

Copy link
Copy Markdown
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3837.52 ms 1220.72 ms -2616.80 ms
Size 4.98 MiB 6.51 MiB 1.53 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
7a89652+dirty 3861.46 ms 1229.61 ms -2631.85 ms
5b7e8a7+dirty 3851.22 ms 1223.79 ms -2627.43 ms
822d35b+dirty 3830.64 ms 1209.20 ms -2621.44 ms
7ac3378+dirty 1213.37 ms 1218.15 ms 4.78 ms
c004dae+dirty 3850.32 ms 1227.79 ms -2622.53 ms
94af3bd+dirty 3849.30 ms 1235.15 ms -2614.15 ms
580fb5c+dirty 3836.13 ms 1218.72 ms -2617.41 ms
4953e94+dirty 1212.06 ms 1214.83 ms 2.77 ms
853723c+dirty 3852.60 ms 1234.64 ms -2617.96 ms
ecf47a2+dirty 3835.20 ms 1222.43 ms -2612.77 ms

App size

Revision Plain With Sentry Diff
7a89652+dirty 5.15 MiB 6.70 MiB 1.55 MiB
5b7e8a7+dirty 5.15 MiB 6.70 MiB 1.54 MiB
822d35b+dirty 4.98 MiB 6.50 MiB 1.53 MiB
7ac3378+dirty 3.38 MiB 4.76 MiB 1.38 MiB
c004dae+dirty 5.15 MiB 6.67 MiB 1.51 MiB
94af3bd+dirty 5.15 MiB 6.69 MiB 1.53 MiB
580fb5c+dirty 4.98 MiB 6.46 MiB 1.48 MiB
4953e94+dirty 3.38 MiB 4.73 MiB 1.35 MiB
853723c+dirty 5.15 MiB 6.69 MiB 1.53 MiB
ecf47a2+dirty 4.98 MiB 6.46 MiB 1.49 MiB

Previous results on branch: deps/scripts/update-javascript.sh

Startup times

Revision Plain With Sentry Diff
a984bbe+dirty 3845.94 ms 1233.80 ms -2612.14 ms
b243e31+dirty 1225.16 ms 1237.90 ms 12.73 ms
b489633+dirty 3841.07 ms 1228.20 ms -2612.86 ms
5320cf6+dirty 3833.33 ms 1222.04 ms -2611.29 ms
f24b405+dirty 1223.67 ms 1228.45 ms 4.78 ms
ff56633+dirty 1212.29 ms 1214.81 ms 2.52 ms
995b75a+dirty 1210.56 ms 1218.13 ms 7.57 ms
e817162+dirty 1212.43 ms 1216.10 ms 3.67 ms
9126575+dirty 1220.25 ms 1219.30 ms -0.95 ms
1eed088+dirty 1233.41 ms 1233.63 ms 0.22 ms

App size

Revision Plain With Sentry Diff
a984bbe+dirty 5.15 MiB 6.68 MiB 1.53 MiB
b243e31+dirty 2.63 MiB 4.00 MiB 1.36 MiB
b489633+dirty 5.15 MiB 6.71 MiB 1.55 MiB
5320cf6+dirty 5.15 MiB 6.70 MiB 1.55 MiB
f24b405+dirty 3.38 MiB 4.78 MiB 1.40 MiB
ff56633+dirty 2.63 MiB 3.87 MiB 1.24 MiB
995b75a+dirty 2.63 MiB 3.98 MiB 1.35 MiB
e817162+dirty 3.38 MiB 4.60 MiB 1.22 MiB
9126575+dirty 3.44 MiB 4.59 MiB 1.15 MiB
1eed088+dirty 2.63 MiB 3.98 MiB 1.35 MiB

@antonis antonis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once the CI is 🟢
Also opened #635 as a followup

@antonis antonis merged commit 791b79b into main Jun 25, 2026
76 of 93 checks passed
@antonis antonis deleted the deps/scripts/update-javascript.sh branch June 25, 2026 11:33
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 ready-to-merge Triggers the full CI test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants