Skip to content

chore(deps): update JavaScript SDK to v10.72.0 - #6634

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

chore(deps): update JavaScript SDK to v10.72.0#6634
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.71.0 to 10.72.0.

Auto-generated by a dependency updater.

Changelog

10.72.0

Important Changes

  • AI integrations no longer report errors that propagate to the caller (#23638, #23639, #23640)

    Across all AI integrations (OpenAI, Anthropic, Google GenAI, LangChain, and LangGraph), the SDK no longer sends an event to Sentry for errors that the AI framework propagates to your code. Previously the instrumentation reported these as unhandled (handled: false) before your own error handling ran, so an error your code caught still showed up in Sentry as an unhandled crash. The span is still marked as errored and the error still propagates, so reporting is left to your application: if your code does not handle the error, it reaches Sentry's global error handlers and is captured as unhandled, just like any other uncaught error. Errors that a provider surfaces as data on an otherwise successful response (such as Anthropic error-shaped responses or Google GenAI blocked content) are still captured, since your code never sees them propagate.

  • feat(v10/cloudflare): Add rpcTracePropagationBindings (#23737, #23738)

    The new rpcTracePropagationBindings option names the env bindings that outgoing RPC calls propagate trace context to. Strings match a binding name exactly, regular expressions match by pattern, and the default empty array propagates to nothing. RPC has no headers to carry trace context, so the SDK appends it as a trailing argument that only a Sentry-instrumented receiver removes again. List only the bindings whose receiver you know runs Sentry. Setting the option takes precedence over enableRpcTracePropagation, which is now deprecated. When you build with the Sentry Cloudflare Vite plugin, the bindings that resolve to this worker (its own Durable Objects and self service bindings) are derived from your wrangler config and added for you.

Other Changes

  • fix(v10/astro): support astro v7 route patterns properly (#23657)
  • fix(v10/bundler-plugins): Preserve full file path in component annotation source maps (#23595)
  • fix(v10/core): Store child span timeout handle in _childSpanTimeoutID (#23673)
  • fix(v10/node): Only end the process session when it is still ok (#23731)
  • fix(v10/react-router): Use react-router's own instrumentation types instead of a mirrored copy (#23589)
  • fix(v10/replay): Suppress Worker destroyed error on session expiry (#23654)
  • fix(v10/server-utils): Keep orchestrion registration out of tree-shaking (#23591)
  • fix(v10/server-utils): Stop shipping orchestrion bundler plugins as production dependencies (#23667)
  • fix(v10/server-utils): Support openai v7 in auto-instrumentation (#23713)
  • fix(v10/sveltekit): Detect native tracing in flattened SvelteKit 3 config (#23656)
Internal Changes
  • chore(v10): Add external contributor to CHANGELOG.md (#23626)
  • docs(v10): Changelog + contributor credit for AI caller-handled error fixes (#23641)
  • test(v10/e2e): Fix scripts for nuxt dev server (#23658)
  • test(v10/e2e): Look up events via the organization trace endpoint (#23680)
  • test(v10/e2e): Look up the symbolicated event via the eventids endpoint (#23681)

Work in this release was contributed by ryanrho-mercor, lux-in-tenebris-lucet, and suhailopensource. Thank you for your contributions!

@github-actions
github-actions Bot requested a review from alwx as a code owner August 29, 2026 03:08
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 29, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 2b96692 to dfb4b9d Compare August 29, 2026 03:10
@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.72.0 by github-actions[bot] in #6634
  • chore(e2e): Bump E2E tests to React Native 0.87.0 by antonis in #6616
  • chore(deps): update CLI to v3.7.0 by github-actions in #6632
  • feat(tracing): Copy app start vitals onto standalone children by buenaflor in #6631
  • chore(deps): update Cocoa SDK to v9.26.1 by github-actions in #6623
  • fix(ios): Force-load the Sentry static archive to keep ObjC category methods by antonis in #6615
  • feat(core): Forward feature flag evaluations to the native SDKs by antonis in #6613
  • chore(deps): update Android SDK to v8.54.0 by github-actions in #6624
  • chore(deps): update Sentry Android Gradle Plugin to v6.20.0 by github-actions in #6627

🤖 This preview updates automatically when you update the PR.

@antonis antonis added the ready-to-merge Triggers the full CI test suite label Aug 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 473.10 ms 511.78 ms 38.67 ms
Size 49.74 MiB 55.66 MiB 5.91 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
f9c1ed4+dirty 431.00 ms 466.22 ms 35.22 ms
c2e182c+dirty 471.64 ms 553.59 ms 81.95 ms
41d6254+dirty 424.45 ms 474.34 ms 49.89 ms
af33f3b+dirty 434.90 ms 506.14 ms 71.24 ms
882f8ae+dirty 399.98 ms 427.06 ms 27.08 ms
0b5120f+dirty 503.22 ms 538.60 ms 35.38 ms
774257e+dirty 407.09 ms 447.46 ms 40.37 ms
bf168a4+dirty 418.21 ms 489.74 ms 71.53 ms
5569641+dirty 406.43 ms 428.51 ms 22.08 ms
c151573+dirty 530.34 ms 559.43 ms 29.09 ms

App size

Revision Plain With Sentry Diff
f9c1ed4+dirty 49.74 MiB 54.86 MiB 5.12 MiB
c2e182c+dirty 49.74 MiB 54.85 MiB 5.11 MiB
41d6254+dirty 48.30 MiB 53.60 MiB 5.30 MiB
af33f3b+dirty 49.74 MiB 55.09 MiB 5.35 MiB
882f8ae+dirty 48.30 MiB 53.60 MiB 5.29 MiB
0b5120f+dirty 48.30 MiB 53.58 MiB 5.28 MiB
774257e+dirty 48.30 MiB 53.58 MiB 5.28 MiB
bf168a4+dirty 49.74 MiB 55.09 MiB 5.35 MiB
5569641+dirty 48.30 MiB 53.48 MiB 5.18 MiB
c151573+dirty 48.30 MiB 53.54 MiB 5.24 MiB

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

Startup times

Revision Plain With Sentry Diff
300c47d+dirty 509.61 ms 528.31 ms 18.69 ms
854e803+dirty 398.94 ms 415.44 ms 16.50 ms
91d4b7d 406.98 ms 419.14 ms 12.16 ms
b9f1fe4+dirty 413.76 ms 405.46 ms -8.30 ms
ff56633 463.52 ms 466.79 ms 3.27 ms
c67d99f+dirty 465.22 ms 497.10 ms 31.88 ms
dcebdb7+dirty 382.04 ms 379.62 ms -2.42 ms
995b75a+dirty 361.69 ms 352.79 ms -8.90 ms
aa4ed79+dirty 464.25 ms 510.72 ms 46.47 ms
b243e31+dirty 480.42 ms 519.89 ms 39.47 ms

App size

Revision Plain With Sentry Diff
300c47d+dirty 43.75 MiB 47.99 MiB 4.24 MiB
854e803+dirty 43.75 MiB 48.07 MiB 4.32 MiB
91d4b7d 17.75 MiB 19.68 MiB 1.94 MiB
b9f1fe4+dirty 17.75 MiB 19.70 MiB 1.95 MiB
ff56633 17.75 MiB 19.68 MiB 1.93 MiB
c67d99f+dirty 43.75 MiB 48.05 MiB 4.30 MiB
dcebdb7+dirty 17.75 MiB 19.70 MiB 1.95 MiB
995b75a+dirty 17.75 MiB 19.69 MiB 1.94 MiB
aa4ed79+dirty 43.75 MiB 48.55 MiB 4.80 MiB
b243e31+dirty 17.75 MiB 19.70 MiB 1.96 MiB

@sentry

sentry Bot commented Aug 31, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
Sentry RN io.sentry.reactnative.sample 8.24.0 (104) 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 3853.55 ms 1231.11 ms -2622.44 ms
Size 5.08 MiB 6.80 MiB 1.72 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
3b6e9f9+dirty 3851.90 ms 1233.33 ms -2618.57 ms
4e0b819+dirty 3839.05 ms 1210.75 ms -2628.30 ms
1e5d96d+dirty 3851.45 ms 1212.05 ms -2639.41 ms
0a9e622+dirty 3835.87 ms 1221.07 ms -2614.80 ms
7ac3378+dirty 1213.37 ms 1218.15 ms 4.78 ms
9ad4522+dirty 3850.40 ms 1222.40 ms -2628.00 ms
20fbd51+dirty 3827.47 ms 1213.32 ms -2614.15 ms
d0e3b3e+dirty 3854.77 ms 1218.58 ms -2636.19 ms
822d35b+dirty 3830.64 ms 1209.20 ms -2621.44 ms
083e3ef+dirty 3835.00 ms 1213.06 ms -2621.94 ms

App size

Revision Plain With Sentry Diff
3b6e9f9+dirty 5.15 MiB 6.68 MiB 1.53 MiB
4e0b819+dirty 4.98 MiB 6.46 MiB 1.49 MiB
1e5d96d+dirty 4.98 MiB 6.46 MiB 1.49 MiB
0a9e622+dirty 4.98 MiB 6.51 MiB 1.53 MiB
7ac3378+dirty 3.38 MiB 4.76 MiB 1.38 MiB
9ad4522+dirty 4.98 MiB 6.56 MiB 1.58 MiB
20fbd51+dirty 4.98 MiB 6.46 MiB 1.49 MiB
d0e3b3e+dirty 4.98 MiB 6.51 MiB 1.53 MiB
822d35b+dirty 4.98 MiB 6.50 MiB 1.53 MiB
083e3ef+dirty 4.98 MiB 6.55 MiB 1.57 MiB

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

Startup times

Revision Plain With Sentry Diff
e718799+dirty 1225.16 ms 1224.02 ms -1.14 ms
5c91dd5+dirty 3857.57 ms 1218.87 ms -2638.70 ms
9e7818b+dirty 3862.79 ms 1226.94 ms -2635.85 ms
854e803+dirty 1213.53 ms 1216.26 ms 2.73 ms
7d6d267+dirty 1219.00 ms 1213.78 ms -5.22 ms
ae0e9ff+dirty 1231.67 ms 1227.54 ms -4.13 ms
5275213+dirty 1224.65 ms 1223.43 ms -1.22 ms
b9f1fe4+dirty 1236.51 ms 1238.50 ms 1.99 ms
dcebdb7+dirty 1199.17 ms 1206.65 ms 7.49 ms
b48c857+dirty 1219.14 ms 1240.80 ms 21.66 ms

App size

Revision Plain With Sentry Diff
e718799+dirty 3.41 MiB 4.58 MiB 1.17 MiB
5c91dd5+dirty 5.08 MiB 6.75 MiB 1.67 MiB
9e7818b+dirty 4.98 MiB 6.46 MiB 1.49 MiB
854e803+dirty 3.41 MiB 4.67 MiB 1.25 MiB
7d6d267+dirty 3.38 MiB 4.60 MiB 1.22 MiB
ae0e9ff+dirty 2.63 MiB 4.00 MiB 1.37 MiB
5275213+dirty 3.41 MiB 4.59 MiB 1.18 MiB
b9f1fe4+dirty 2.63 MiB 3.99 MiB 1.35 MiB
dcebdb7+dirty 2.63 MiB 3.99 MiB 1.36 MiB
b48c857+dirty 2.63 MiB 3.96 MiB 1.33 MiB

@github-actions

Copy link
Copy Markdown
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3828.67 ms 1208.35 ms -2620.31 ms
Size 5.08 MiB 6.80 MiB 1.72 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
71abba0+dirty 3852.70 ms 1224.53 ms -2628.16 ms
bc0d8cf+dirty 3834.64 ms 1223.91 ms -2610.73 ms
68ae91b+dirty 3836.36 ms 1222.04 ms -2614.32 ms
267d3ed+dirty 3860.14 ms 1223.39 ms -2636.76 ms
f170ec3+dirty 3844.74 ms 1222.67 ms -2622.07 ms
b9bebee+dirty 3858.02 ms 1231.92 ms -2626.11 ms
d038a14+dirty 3831.11 ms 1216.30 ms -2614.81 ms
853723c+dirty 3849.33 ms 1221.07 ms -2628.26 ms
e763471+dirty 3826.10 ms 1221.52 ms -2604.58 ms
3d31fcf+dirty 3857.46 ms 1237.17 ms -2620.29 ms

App size

Revision Plain With Sentry Diff
71abba0+dirty 5.15 MiB 6.67 MiB 1.52 MiB
bc0d8cf+dirty 5.15 MiB 6.67 MiB 1.51 MiB
68ae91b+dirty 4.98 MiB 6.46 MiB 1.48 MiB
267d3ed+dirty 5.15 MiB 6.69 MiB 1.54 MiB
f170ec3+dirty 5.15 MiB 6.69 MiB 1.53 MiB
b9bebee+dirty 5.15 MiB 6.68 MiB 1.53 MiB
d038a14+dirty 5.15 MiB 6.67 MiB 1.51 MiB
853723c+dirty 5.15 MiB 6.69 MiB 1.53 MiB
e763471+dirty 4.98 MiB 6.51 MiB 1.53 MiB
3d31fcf+dirty 4.98 MiB 6.56 MiB 1.58 MiB

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

Startup times

Revision Plain With Sentry Diff
dcebdb7+dirty 1225.80 ms 1231.29 ms 5.49 ms
9126575+dirty 1213.60 ms 1216.47 ms 2.86 ms
ff56633+dirty 1240.96 ms 1235.77 ms -5.19 ms
aa4ed79+dirty 1190.98 ms 1194.65 ms 3.67 ms
e817162+dirty 1202.53 ms 1208.38 ms 5.85 ms
300c47d+dirty 1221.06 ms 1224.00 ms 2.94 ms
5c91dd5+dirty 3832.96 ms 1221.96 ms -2611.00 ms
b489633+dirty 3827.28 ms 1219.23 ms -2608.05 ms
15c429b+dirty 1219.14 ms 1219.82 ms 0.67 ms
a984bbe+dirty 3855.29 ms 1233.98 ms -2621.31 ms

App size

Revision Plain With Sentry Diff
dcebdb7+dirty 3.19 MiB 4.56 MiB 1.37 MiB
9126575+dirty 3.44 MiB 4.59 MiB 1.15 MiB
ff56633+dirty 3.19 MiB 4.44 MiB 1.25 MiB
aa4ed79+dirty 3.38 MiB 4.60 MiB 1.22 MiB
e817162+dirty 3.38 MiB 4.60 MiB 1.22 MiB
300c47d+dirty 3.41 MiB 4.58 MiB 1.17 MiB
5c91dd5+dirty 5.08 MiB 6.75 MiB 1.67 MiB
b489633+dirty 5.15 MiB 6.71 MiB 1.55 MiB
15c429b+dirty 3.41 MiB 4.67 MiB 1.25 MiB
a984bbe+dirty 5.15 MiB 6.68 MiB 1.53 MiB

@antonis
antonis enabled auto-merge (squash) August 31, 2026 08:15
@antonis
antonis disabled auto-merge August 31, 2026 08:15
@antonis
antonis merged commit c7144c4 into main Aug 31, 2026
134 of 141 checks passed
@antonis
antonis deleted the deps/scripts/update-javascript.sh branch August 31, 2026 08:16
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