Skip to content

chore(deps): update JavaScript SDK to v10.70.0 - #6580

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

chore(deps): update JavaScript SDK to v10.70.0#6580
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.69.0 to 10.70.0.

Auto-generated by a dependency updater.

Changelog

10.70.0

  • feat(v10/core): Support stable MCP SDK v2 (#22986)
  • feat(v10/deps): Bump sentry/node-cpu-profiler to 2.4.3 (#22992)
  • feat(v10/solid,solidstart): Support solidjs/router v1 (#23163)
  • fix(v10/cloudflare): Fork the isolation scope for Durable Object methods (#23189)
  • fix(v10/cloudflare): Get original waituntil in workflows (#23192)
  • fix(v10/cloudflare): Instrument DO RPC methods on the prototype, not a Proxy (#23190)
  • fix(v10/cloudflare): Set agent conversation id on the onRequest path (#22985)
  • fix(v10/cloudflare): Set conversation id independent of session name (#23193)
  • fix(v10/cloudflare): Try/catch on non-configurable prototypes (#23191)
  • fix(v10/cloudflare): Use gen_ai.agent.name for class names (#22987)
  • fix(v10/core,browser): Handle errors from other realms (#23201)
  • fix(v10/core): Sample errors after beforeSend while preserving session updates (#22819)
  • fix(v10/hono): Include originalException in captured exception hint (#22990)
  • fix(v10/nextjs): meriyah issue for standalone build (#23055)
  • fix(v10/nextjs): Remove tracing from middleware wrappers (#22904)
  • fix(v10/profiling-node): Respect profileSessionSampleRate in trace profile lifecycle (#22940)
  • fix(v10/react-router): Preserve sourcemaps.disable when unstable_sentryVitePluginOptions is set (#22966)
  • fix(v10/react): Remove routes from shared set on <Routes> unmount (#22948)
  • fix(v10/sveltekit): Export metrics from worker entry point (#23027)
Internal Changes
  • test(v10/e2e): Add missing sentry/core dep to nextjs-16-userfeedback (#23009)
  • test(v10/e2e): Fix failing sveltekit-3 test (#23016)
  • test(v10/e2e): Fix type error in nextjs ai-error tests (#23011)
  • test(v10/e2e): Pin tanstackstart-react e2e deps to unblock tunnel tests (#23048)

Work in this release was contributed by davidmurdoch, Jxxunnn, and kamilogorek. Thank you for your contributions!

@github-actions
github-actions Bot requested a review from alwx as a code owner August 10, 2026 11:22
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 10, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 5fc79bd to 5f7bb83 Compare August 10, 2026 11:23
@github-actions

github-actions Bot commented Aug 10, 2026

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.70.0 by github-actions[bot] in #6580
  • ci(e2e): remove obsolete CocoaPods sample build job by antonis in #6500
  • chore(deps): update Cocoa SDK to v9.26.0 by github-actions in #6409
  • feat(android): Add NDK app hang tracking options by antonis in #6548
  • chore(deps): bump the codeql-action group with 3 updates by dependabot in #6589
  • chore(deps): bump getsentry/craft from 2.30.0 to 2.30.1 by dependabot in #6591
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.30.0 to 2.30.1 by dependabot in #6590
  • chore(deps): update Sentry Android Gradle Plugin to v6.19.0 by github-actions in #6588
  • chore(deps): update Android SDK to v8.53.0 by github-actions in #6586
  • test(e2e): De-flake TurboModule span-attribute count assertion by antonis in #6596
  • chore(e2e): Bump Android binary size diff limit to 5.8 MiB by antonis in #6595
  • docs: update CONTRIBUTING paths for the monorepo layout by melbinjp in #6594

🤖 This preview updates automatically when you update the PR.

@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch 3 times, most recently from fcbf186 to c1ed7d6 Compare August 10, 2026 11:51

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit c1ed7d6. Configure here.

"@sentry/bundler-plugins": "10.70.0",
"@sentry/cli": "3.6.2",
"@sentry/core": "10.69.0",
"@sentry/core": "10.70.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Replay capture before error sampling

Medium Severity

Flagging under the JS dependency-update compatibility guidance: 10.70.0 samples errors after beforeSend, while mobile replay wraps beforeSend and calls NATIVE.captureReplay there. With sampleRate below 1, replays can be captured for errors that are then dropped by sampling, leaving orphaned replays and wasted native work.

Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot

Reviewed by Cursor Bugbot for commit c1ed7d6. Configure here.

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.

Will follow up on this in #6598

@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch 10 times, most recently from 1fd7f3b to 289c628 Compare August 13, 2026 09:52
@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch 6 times, most recently from fdda4a4 to 8072b31 Compare August 21, 2026 08:45
@sentry

sentry Bot commented Aug 21, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

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

⚙️ sentry-react-native Build Distribution Settings

@github-actions

Copy link
Copy Markdown
Contributor Author

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 424.45 ms 437.98 ms 13.53 ms
Size 49.74 MiB 55.45 MiB 5.71 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
b489633+dirty 421.44 ms 492.30 ms 70.86 ms
dcebdb7+dirty 382.04 ms 379.62 ms -2.42 ms
ff56633 463.52 ms 466.79 ms 3.27 ms
e718799+dirty 481.58 ms 524.81 ms 43.23 ms
995b75a+dirty 361.69 ms 352.79 ms -8.90 ms
9e7818b+dirty 469.48 ms 545.00 ms 75.52 ms
5320cf6+dirty 408.38 ms 444.32 ms 35.94 ms
5275213+dirty 420.84 ms 462.24 ms 41.40 ms
300c47d+dirty 509.61 ms 528.31 ms 18.69 ms
e817162+dirty 438.20 ms 470.33 ms 32.13 ms

App size

Revision Plain With Sentry Diff
b489633+dirty 48.30 MiB 53.61 MiB 5.31 MiB
dcebdb7+dirty 17.75 MiB 19.70 MiB 1.95 MiB
ff56633 17.75 MiB 19.68 MiB 1.93 MiB
e718799+dirty 43.75 MiB 47.99 MiB 4.24 MiB
995b75a+dirty 17.75 MiB 19.69 MiB 1.94 MiB
9e7818b+dirty 49.74 MiB 54.82 MiB 5.07 MiB
5320cf6+dirty 48.30 MiB 53.60 MiB 5.30 MiB
5275213+dirty 43.75 MiB 48.04 MiB 4.29 MiB
300c47d+dirty 43.75 MiB 47.99 MiB 4.24 MiB
e817162+dirty 43.75 MiB 48.55 MiB 4.80 MiB

@github-actions

Copy link
Copy Markdown
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3831.86 ms 1220.71 ms -2611.15 ms
Size 5.08 MiB 6.75 MiB 1.67 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
ecf47a2+dirty 3835.20 ms 1222.43 ms -2612.77 ms
3817909+dirty 1183.90 ms 1187.50 ms 3.60 ms
5ee78d6+dirty 3847.52 ms 1224.27 ms -2623.25 ms
890d145+dirty 1223.59 ms 1231.37 ms 7.78 ms
e763471+dirty 3841.16 ms 1218.06 ms -2623.09 ms
3d31fcf+dirty 3838.09 ms 1223.46 ms -2614.63 ms
9210ae6+dirty 3815.93 ms 1214.14 ms -2601.79 ms
26843eb+dirty 3861.60 ms 1238.77 ms -2622.82 ms
7a89652+dirty 3861.46 ms 1229.61 ms -2631.85 ms
9ad4522+dirty 3850.40 ms 1222.40 ms -2628.00 ms

App size

Revision Plain With Sentry Diff
ecf47a2+dirty 4.98 MiB 6.46 MiB 1.49 MiB
3817909+dirty 3.38 MiB 4.73 MiB 1.35 MiB
5ee78d6+dirty 5.15 MiB 6.69 MiB 1.53 MiB
890d145+dirty 3.38 MiB 4.77 MiB 1.38 MiB
e763471+dirty 4.98 MiB 6.51 MiB 1.53 MiB
3d31fcf+dirty 4.98 MiB 6.56 MiB 1.58 MiB
9210ae6+dirty 5.15 MiB 6.68 MiB 1.53 MiB
26843eb+dirty 4.98 MiB 6.53 MiB 1.55 MiB
7a89652+dirty 5.15 MiB 6.70 MiB 1.55 MiB
9ad4522+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
028a929+dirty 1192.81 ms 1192.37 ms -0.44 ms
995b75a+dirty 1210.56 ms 1218.13 ms 7.57 ms
b9f1fe4+dirty 1236.51 ms 1238.50 ms 1.99 ms
f24b405+dirty 1223.67 ms 1228.45 ms 4.78 ms
c67d99f+dirty 1215.45 ms 1213.92 ms -1.53 ms
e9ae3ed+dirty 1217.55 ms 1213.53 ms -4.02 ms
d8ec252+dirty 1207.53 ms 1214.22 ms 6.69 ms
5320cf6+dirty 3833.33 ms 1222.04 ms -2611.29 ms
3cf1cb0+dirty 1202.40 ms 1212.53 ms 10.13 ms
7d6d267+dirty 1219.00 ms 1213.78 ms -5.22 ms

App size

Revision Plain With Sentry Diff
028a929+dirty 3.41 MiB 4.57 MiB 1.16 MiB
995b75a+dirty 2.63 MiB 3.98 MiB 1.35 MiB
b9f1fe4+dirty 2.63 MiB 3.99 MiB 1.35 MiB
f24b405+dirty 3.38 MiB 4.78 MiB 1.40 MiB
c67d99f+dirty 3.41 MiB 4.59 MiB 1.18 MiB
e9ae3ed+dirty 3.41 MiB 4.59 MiB 1.18 MiB
d8ec252+dirty 2.63 MiB 3.87 MiB 1.24 MiB
5320cf6+dirty 5.15 MiB 6.70 MiB 1.55 MiB
3cf1cb0+dirty 2.63 MiB 4.01 MiB 1.38 MiB
7d6d267+dirty 3.38 MiB 4.60 MiB 1.22 MiB

@github-actions

Copy link
Copy Markdown
Contributor Author

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 423.87 ms 451.91 ms 28.04 ms
Size 49.74 MiB 55.45 MiB 5.71 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
5a010b7+dirty 475.15 ms 519.02 ms 43.88 ms
f9c1ed4+dirty 520.57 ms 594.84 ms 74.27 ms
c2e182c+dirty 468.50 ms 545.44 ms 76.94 ms
2c735cc+dirty 435.20 ms 459.48 ms 24.28 ms
af33f3b+dirty 417.68 ms 448.04 ms 30.37 ms
7d8c8bd+dirty 406.06 ms 460.88 ms 54.81 ms
890d145+dirty 486.42 ms 514.85 ms 28.43 ms
ef27341+dirty 519.02 ms 553.42 ms 34.40 ms
bf168a4+dirty 430.60 ms 459.31 ms 28.71 ms
41d6254+dirty 406.20 ms 445.52 ms 39.32 ms

App size

Revision Plain With Sentry Diff
5a010b7+dirty 48.30 MiB 53.58 MiB 5.28 MiB
f9c1ed4+dirty 49.74 MiB 54.86 MiB 5.12 MiB
c2e182c+dirty 49.74 MiB 54.85 MiB 5.11 MiB
2c735cc+dirty 43.94 MiB 48.94 MiB 5.00 MiB
af33f3b+dirty 49.74 MiB 55.09 MiB 5.35 MiB
7d8c8bd+dirty 48.30 MiB 53.54 MiB 5.23 MiB
890d145+dirty 43.94 MiB 49.00 MiB 5.06 MiB
ef27341+dirty 48.30 MiB 53.54 MiB 5.24 MiB
bf168a4+dirty 49.74 MiB 55.09 MiB 5.35 MiB
41d6254+dirty 48.30 MiB 53.60 MiB 5.30 MiB

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

Startup times

Revision Plain With Sentry Diff
b489633+dirty 408.38 ms 442.15 ms 33.77 ms
dcebdb7+dirty 460.67 ms 498.36 ms 37.70 ms
e718799+dirty 521.13 ms 557.07 ms 35.94 ms
995b75a+dirty 340.00 ms 375.09 ms 35.09 ms
d8ec252+dirty 371.60 ms 416.64 ms 45.04 ms
ff56633+dirty 324.65 ms 389.38 ms 64.72 ms
9e7818b+dirty 444.67 ms 539.51 ms 94.84 ms
5320cf6+dirty 413.06 ms 448.04 ms 34.98 ms
5275213+dirty 422.28 ms 445.08 ms 22.80 ms
300c47d+dirty 372.92 ms 401.59 ms 28.67 ms

App size

Revision Plain With Sentry Diff
b489633+dirty 48.30 MiB 53.61 MiB 5.31 MiB
dcebdb7+dirty 7.15 MiB 8.43 MiB 1.28 MiB
e718799+dirty 43.94 MiB 48.82 MiB 4.88 MiB
995b75a+dirty 7.15 MiB 8.42 MiB 1.27 MiB
d8ec252+dirty 7.15 MiB 8.41 MiB 1.26 MiB
ff56633+dirty 7.15 MiB 8.41 MiB 1.26 MiB
9e7818b+dirty 49.74 MiB 54.82 MiB 5.07 MiB
5320cf6+dirty 48.30 MiB 53.60 MiB 5.30 MiB
5275213+dirty 43.94 MiB 48.87 MiB 4.93 MiB
300c47d+dirty 43.94 MiB 48.82 MiB 4.88 MiB

@github-actions

Copy link
Copy Markdown
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3829.85 ms 1221.55 ms -2608.31 ms
Size 5.08 MiB 6.75 MiB 1.67 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
028a929+dirty 1211.19 ms 1211.10 ms -0.08 ms
995b75a+dirty 1227.29 ms 1229.08 ms 1.80 ms
b9f1fe4+dirty 1231.24 ms 1232.77 ms 1.52 ms
f24b405+dirty 1210.75 ms 1217.13 ms 6.38 ms
c67d99f+dirty 1214.71 ms 1212.94 ms -1.77 ms
e9ae3ed+dirty 1208.33 ms 1209.12 ms 0.79 ms
d8ec252+dirty 1223.06 ms 1219.64 ms -3.42 ms
5320cf6+dirty 3837.47 ms 1222.70 ms -2614.77 ms
3cf1cb0+dirty 1231.02 ms 1221.30 ms -9.72 ms
7d6d267+dirty 1214.57 ms 1213.89 ms -0.67 ms

App size

Revision Plain With Sentry Diff
028a929+dirty 3.41 MiB 4.57 MiB 1.16 MiB
995b75a+dirty 3.19 MiB 4.55 MiB 1.36 MiB
b9f1fe4+dirty 3.19 MiB 4.55 MiB 1.37 MiB
f24b405+dirty 3.38 MiB 4.78 MiB 1.40 MiB
c67d99f+dirty 3.41 MiB 4.59 MiB 1.18 MiB
e9ae3ed+dirty 3.41 MiB 4.59 MiB 1.18 MiB
d8ec252+dirty 3.19 MiB 4.44 MiB 1.25 MiB
5320cf6+dirty 5.15 MiB 6.70 MiB 1.55 MiB
3cf1cb0+dirty 3.19 MiB 4.58 MiB 1.39 MiB
7d6d267+dirty 3.38 MiB 4.60 MiB 1.22 MiB

@antonis
antonis enabled auto-merge (squash) August 21, 2026 10:30
@antonis
antonis merged commit 95c2f89 into main Aug 21, 2026
113 of 120 checks passed
@antonis
antonis deleted the deps/scripts/update-javascript.sh branch August 21, 2026 10:30
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