Skip to content

Comments

chore(deps): update JavaScript SDK to v10.34.0#5535

Merged
antonis merged 2 commits intomainfrom
deps/scripts/update-javascript.sh
Jan 15, 2026
Merged

chore(deps): update JavaScript SDK to v10.34.0#5535
antonis merged 2 commits intomainfrom
deps/scripts/update-javascript.sh

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-javascript.sh from 10.33.0 to 10.34.0.

Auto-generated by a dependency updater.

Changelog

10.34.0

Important Changes

  • feat(core): Add option to enhance the fetch error message (#18466)

    You can now enable enhanced fetch error messages by setting the enhancedFetchErrorMessage option. When enabled, the SDK will include additional context in fetch error messages to help with debugging.

  • feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle (#18798)

    A new routeManifestInjection option allows you to exclude sensitive routes from being injected into the client bundle.

  • feat(tanstackstart-react): Add wrapMiddlewaresWithSentry for manual middleware instrumentation (#18680)

    You can now wrap your middlewares using wrapMiddlewaresWithSentry, allowing you to trace middleware execution in your TanStack Start application.

    import { createMiddleware } from 'tanstack/react-start';
    import { wrapMiddlewaresWithSentry } from 'sentry/tanstackstart-react';
    
    const loggingMiddleware = createMiddleware({ type: 'function' }).server(async ({ next }) => {
      console.log('Request started');
      return next();
    });
    
    export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware });

Other Changes

  • feat(browser): Add CDN bundle for tracing.logs.metrics (#18784)
  • feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions (#18734)
  • feat(nextjs): Remove tracing from generation function template (#18733)
  • fix(core): Don't record outcomes for failed client reports (#18808)
  • fix(deno,cloudflare): Prioritize name from params over name from options (#18800)
  • fix(web-vitals): Add error handling for invalid object keys in WeakMap (#18809)
Internal Changes
  • ref(nextjs): Split withSentryConfig (#18777)
  • test(e2e): Pin shopify/remix-oxygen to unblock ci (#18811)

@github-actions github-actions bot requested a review from alwx as a code owner January 15, 2026 03:34
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 15, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from e18d75a to 7cdd7c8 Compare January 15, 2026 03:36
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 15, 2026

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.34.0 by github-actions[bot] in #5535
  • chore(deps): bump undici from 6.21.3 to 6.23.0 by dependabot in #5533
  • chore(deps): update Cocoa SDK to v8.58.0 by antonis in #5524
  • chore(deps): update Maestro to v2.1.0 by github-actions in #5521
  • chore(deps): update JavaScript SDK to v10.33.0 by github-actions in #5522
  • Fix: Update changelog-preview workflow reference by lucas-zimerman in #5527
  • ci(release): Switch from action-prepare-release to Craft by BYK in #5519
  • chore(deps): update Wizard to v6.11.0 by github-actions in #5520
  • fix(appstart): Skip span ID check when standalone mode is enabled by antonis in #5493
  • chore(deps): update JavaScript SDK to v10.32.1 by github-actions in #5496
  • chore(deps): bump aws-sdk-s3 from 1.169.0 to 1.208.0 in /samples/react-native by dependabot in #5498
  • chore(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by dependabot in #5497
  • chore(deps): bump aws-sdk-s3 from 1.203.0 to 1.208.0 in /performance-tests by dependabot in #5491
  • chore(deps): bump aws-sdk-s3 from 1.169.0 to 1.208.0 in /samples/react-native-macos by dependabot in #5490
  • chore(deps): update JavaScript SDK to v10.32.0 by github-actions in #5487
  • Fix for missing replay_id from metrics by alwx in #5483
  • chore(deps): update Wizard to v6.10.0 by github-actions in #5474
  • Bump e2e tests to XCode 26 by alwx in #5467
  • chore(deps): update JavaScript SDK to v10.31.0 by github-actions in #5480

🤖 This preview updates automatically when you update the PR.

@antonis antonis added the ready-to-merge Triggers the full CI test suite label Jan 15, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 7cdd7c8 to e157175 Compare January 15, 2026 09:44
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 15, 2026

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 444.16 ms 446.30 ms 2.14 ms
Size 43.75 MiB 48.09 MiB 4.34 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
1c38acd+dirty 398.09 ms 409.18 ms 11.09 ms
b7aa1aa+dirty 324.73 ms 327.76 ms 3.03 ms
785ffb1 471.92 ms 460.96 ms -10.96 ms
fdbea8b+dirty 494.72 ms 529.06 ms 34.34 ms
d1bfbde+dirty 478.88 ms 505.52 ms 26.64 ms
ee69ed5+dirty 409.44 ms 441.30 ms 31.86 ms
0d6e618+dirty 414.00 ms 416.90 ms 2.90 ms
f8d19f8+dirty 422.98 ms 421.98 ms -1.00 ms
8e653ac+dirty 360.28 ms 372.04 ms 11.76 ms
170d5ea+dirty 407.92 ms 422.49 ms 14.57 ms

App size

Revision Plain With Sentry Diff
1c38acd+dirty 43.75 MiB 48.08 MiB 4.33 MiB
b7aa1aa+dirty 17.75 MiB 19.75 MiB 2.00 MiB
785ffb1 17.75 MiB 20.15 MiB 2.41 MiB
fdbea8b+dirty 43.75 MiB 48.05 MiB 4.29 MiB
d1bfbde+dirty 43.75 MiB 47.99 MiB 4.24 MiB
ee69ed5+dirty 43.75 MiB 48.04 MiB 4.29 MiB
0d6e618+dirty 43.75 MiB 47.99 MiB 4.24 MiB
f8d19f8+dirty 43.75 MiB 48.08 MiB 4.33 MiB
8e653ac+dirty 17.75 MiB 19.75 MiB 2.00 MiB
170d5ea+dirty 17.75 MiB 19.70 MiB 1.95 MiB

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

Startup times

Revision Plain With Sentry Diff
9126575+dirty 342.44 ms 375.78 ms 33.34 ms
300c47d+dirty 509.61 ms 528.31 ms 18.69 ms
5275213+dirty 420.84 ms 462.24 ms 41.40 ms
b48c857+dirty 371.82 ms 376.63 ms 4.82 ms
15c429b+dirty 367.98 ms 417.98 ms 50.00 ms
ba844d2+dirty 430.20 ms 457.92 ms 27.72 ms
e718799+dirty 481.58 ms 524.81 ms 43.23 ms
b9f1fe4+dirty 413.76 ms 405.46 ms -8.30 ms
854e803+dirty 398.94 ms 415.44 ms 16.50 ms
c67d99f+dirty 465.22 ms 497.10 ms 31.88 ms

App size

Revision Plain With Sentry Diff
9126575+dirty 43.75 MiB 48.08 MiB 4.33 MiB
300c47d+dirty 43.75 MiB 47.99 MiB 4.24 MiB
5275213+dirty 43.75 MiB 48.04 MiB 4.29 MiB
b48c857+dirty 17.75 MiB 19.68 MiB 1.94 MiB
15c429b+dirty 43.75 MiB 48.07 MiB 4.32 MiB
ba844d2+dirty 43.75 MiB 48.08 MiB 4.33 MiB
e718799+dirty 43.75 MiB 47.99 MiB 4.24 MiB
b9f1fe4+dirty 17.75 MiB 19.70 MiB 1.95 MiB
854e803+dirty 43.75 MiB 48.07 MiB 4.32 MiB
c67d99f+dirty 43.75 MiB 48.05 MiB 4.30 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 15, 2026

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1218.90 ms 1222.52 ms 3.63 ms
Size 3.44 MiB 4.60 MiB 1.16 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
46e3d54+dirty 1213.17 ms 1216.33 ms 3.17 ms
46bd012+dirty 1231.78 ms 1212.30 ms -19.47 ms
eb07ba3+dirty 1214.49 ms 1221.59 ms 7.10 ms
0b64753+dirty 1225.77 ms 1232.98 ms 7.21 ms
6a70a7e+dirty 1231.40 ms 1239.49 ms 8.09 ms
3401245+dirty 1216.70 ms 1241.44 ms 24.74 ms
2104bb9+dirty 1221.63 ms 1214.73 ms -6.91 ms
3e0a5f9+dirty 1233.65 ms 1239.10 ms 5.45 ms
3bd3f0d+dirty 1230.18 ms 1243.41 ms 13.22 ms
955f2eb+dirty 1225.78 ms 1239.27 ms 13.49 ms

App size

Revision Plain With Sentry Diff
46e3d54+dirty 3.41 MiB 4.58 MiB 1.17 MiB
46bd012+dirty 3.19 MiB 4.38 MiB 1.19 MiB
eb07ba3+dirty 3.19 MiB 4.38 MiB 1.19 MiB
0b64753+dirty 3.19 MiB 4.55 MiB 1.36 MiB
6a70a7e+dirty 3.19 MiB 4.54 MiB 1.36 MiB
3401245+dirty 3.41 MiB 4.58 MiB 1.17 MiB
2104bb9+dirty 3.19 MiB 4.57 MiB 1.38 MiB
3e0a5f9+dirty 3.19 MiB 4.38 MiB 1.19 MiB
3bd3f0d+dirty 3.19 MiB 4.55 MiB 1.37 MiB
955f2eb+dirty 3.19 MiB 4.55 MiB 1.36 MiB

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

Startup times

Revision Plain With Sentry Diff
854e803+dirty 1208.53 ms 1208.33 ms -0.20 ms
300c47d+dirty 1221.06 ms 1224.00 ms 2.94 ms
995b75a+dirty 1227.29 ms 1229.08 ms 1.80 ms
028a929+dirty 1211.19 ms 1211.10 ms -0.08 ms
5275213+dirty 1208.78 ms 1206.21 ms -2.57 ms
e718799+dirty 1221.26 ms 1219.78 ms -1.48 ms
c67d99f+dirty 1214.71 ms 1212.94 ms -1.77 ms
15c429b+dirty 1219.14 ms 1219.82 ms 0.67 ms
b243e31+dirty 1232.84 ms 1233.51 ms 0.67 ms
1eed088+dirty 1220.49 ms 1225.57 ms 5.08 ms

App size

Revision Plain With Sentry Diff
854e803+dirty 3.41 MiB 4.67 MiB 1.25 MiB
300c47d+dirty 3.41 MiB 4.58 MiB 1.17 MiB
995b75a+dirty 3.19 MiB 4.55 MiB 1.36 MiB
028a929+dirty 3.41 MiB 4.57 MiB 1.16 MiB
5275213+dirty 3.41 MiB 4.59 MiB 1.18 MiB
e718799+dirty 3.41 MiB 4.58 MiB 1.17 MiB
c67d99f+dirty 3.41 MiB 4.59 MiB 1.18 MiB
15c429b+dirty 3.41 MiB 4.67 MiB 1.25 MiB
b243e31+dirty 3.19 MiB 4.56 MiB 1.38 MiB
1eed088+dirty 3.19 MiB 4.55 MiB 1.36 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 15, 2026

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1223.61 ms 1216.09 ms -7.53 ms
Size 3.44 MiB 4.60 MiB 1.16 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
46e3d54+dirty 1216.40 ms 1210.47 ms -5.93 ms
46bd012+dirty 1220.49 ms 1226.89 ms 6.40 ms
eb07ba3+dirty 1222.46 ms 1220.37 ms -2.08 ms
0b64753+dirty 1232.49 ms 1226.96 ms -5.53 ms
6a70a7e+dirty 1225.82 ms 1230.79 ms 4.98 ms
3401245+dirty 1222.60 ms 1223.06 ms 0.46 ms
2104bb9+dirty 1222.94 ms 1221.16 ms -1.77 ms
3e0a5f9+dirty 1226.94 ms 1230.02 ms 3.08 ms
3bd3f0d+dirty 1231.51 ms 1229.10 ms -2.41 ms
955f2eb+dirty 1235.06 ms 1253.88 ms 18.81 ms

App size

Revision Plain With Sentry Diff
46e3d54+dirty 3.41 MiB 4.58 MiB 1.17 MiB
46bd012+dirty 2.63 MiB 3.81 MiB 1.18 MiB
eb07ba3+dirty 2.63 MiB 3.81 MiB 1.18 MiB
0b64753+dirty 2.63 MiB 3.98 MiB 1.35 MiB
6a70a7e+dirty 2.63 MiB 3.98 MiB 1.34 MiB
3401245+dirty 3.41 MiB 4.58 MiB 1.17 MiB
2104bb9+dirty 2.63 MiB 4.00 MiB 1.37 MiB
3e0a5f9+dirty 2.63 MiB 3.81 MiB 1.18 MiB
3bd3f0d+dirty 2.63 MiB 3.99 MiB 1.35 MiB
955f2eb+dirty 2.63 MiB 3.98 MiB 1.35 MiB

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

Startup times

Revision Plain With Sentry Diff
854e803+dirty 1213.53 ms 1216.26 ms 2.73 ms
300c47d+dirty 1202.78 ms 1217.14 ms 14.36 ms
995b75a+dirty 1210.56 ms 1218.13 ms 7.57 ms
028a929+dirty 1192.81 ms 1192.37 ms -0.44 ms
5275213+dirty 1224.65 ms 1223.43 ms -1.22 ms
e718799+dirty 1225.16 ms 1224.02 ms -1.14 ms
c67d99f+dirty 1215.45 ms 1213.92 ms -1.53 ms
15c429b+dirty 1207.92 ms 1212.02 ms 4.10 ms
b243e31+dirty 1225.16 ms 1237.90 ms 12.73 ms
1eed088+dirty 1233.41 ms 1233.63 ms 0.22 ms

App size

Revision Plain With Sentry Diff
854e803+dirty 3.41 MiB 4.67 MiB 1.25 MiB
300c47d+dirty 3.41 MiB 4.58 MiB 1.17 MiB
995b75a+dirty 2.63 MiB 3.98 MiB 1.35 MiB
028a929+dirty 3.41 MiB 4.57 MiB 1.16 MiB
5275213+dirty 3.41 MiB 4.59 MiB 1.18 MiB
e718799+dirty 3.41 MiB 4.58 MiB 1.17 MiB
c67d99f+dirty 3.41 MiB 4.59 MiB 1.18 MiB
15c429b+dirty 3.41 MiB 4.67 MiB 1.25 MiB
b243e31+dirty 2.63 MiB 4.00 MiB 1.36 MiB
1eed088+dirty 2.63 MiB 3.98 MiB 1.35 MiB

@antonis antonis enabled auto-merge (squash) January 15, 2026 11:11
@antonis antonis merged commit 16e0f06 into main Jan 15, 2026
70 of 71 checks passed
@antonis antonis deleted the deps/scripts/update-javascript.sh branch January 15, 2026 11:14
@github-actions
Copy link
Contributor Author

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 390.84 ms 407.88 ms 17.04 ms
Size 43.94 MiB 48.92 MiB 4.98 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
1c38acd+dirty 411.84 ms 470.18 ms 58.34 ms
b7aa1aa+dirty 281.02 ms 317.53 ms 36.51 ms
fdbea8b+dirty 551.94 ms 577.02 ms 25.08 ms
a02e30b+dirty 346.13 ms 381.76 ms 35.62 ms
c7f264b+dirty 356.98 ms 407.46 ms 50.48 ms
d1bfbde+dirty 438.90 ms 494.82 ms 55.92 ms
ee69ed5+dirty 411.19 ms 447.04 ms 35.85 ms
0d6e618+dirty 369.02 ms 387.69 ms 18.67 ms
46bd012+dirty 333.76 ms 359.24 ms 25.48 ms
f8d19f8+dirty 374.17 ms 383.40 ms 9.23 ms

App size

Revision Plain With Sentry Diff
1c38acd+dirty 43.94 MiB 48.91 MiB 4.97 MiB
b7aa1aa+dirty 7.15 MiB 8.46 MiB 1.31 MiB
fdbea8b+dirty 43.94 MiB 48.87 MiB 4.93 MiB
a02e30b+dirty 7.15 MiB 8.42 MiB 1.27 MiB
c7f264b+dirty 7.15 MiB 8.41 MiB 1.26 MiB
d1bfbde+dirty 43.94 MiB 48.82 MiB 4.88 MiB
ee69ed5+dirty 43.94 MiB 48.87 MiB 4.93 MiB
0d6e618+dirty 43.94 MiB 48.82 MiB 4.88 MiB
46bd012+dirty 7.15 MiB 8.42 MiB 1.27 MiB
f8d19f8+dirty 43.94 MiB 48.91 MiB 4.97 MiB

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

Startup times

Revision Plain With Sentry Diff
9126575+dirty 424.69 ms 466.72 ms 42.03 ms
91d4b7d+dirty 359.58 ms 405.98 ms 46.40 ms
300c47d+dirty 372.92 ms 401.59 ms 28.67 ms
d8ec252+dirty 371.60 ms 416.64 ms 45.04 ms
5275213+dirty 422.28 ms 445.08 ms 22.80 ms
b48c857+dirty 353.60 ms 411.52 ms 57.92 ms
15c429b+dirty 361.38 ms 385.02 ms 23.65 ms
ba844d2+dirty 360.94 ms 375.84 ms 14.90 ms
e718799+dirty 521.13 ms 557.07 ms 35.94 ms
b9f1fe4+dirty 377.53 ms 429.20 ms 51.66 ms

App size

Revision Plain With Sentry Diff
9126575+dirty 43.94 MiB 48.91 MiB 4.97 MiB
91d4b7d+dirty 7.15 MiB 8.41 MiB 1.26 MiB
300c47d+dirty 43.94 MiB 48.82 MiB 4.88 MiB
d8ec252+dirty 7.15 MiB 8.41 MiB 1.26 MiB
5275213+dirty 43.94 MiB 48.87 MiB 4.93 MiB
b48c857+dirty 7.15 MiB 8.41 MiB 1.26 MiB
15c429b+dirty 43.94 MiB 48.90 MiB 4.96 MiB
ba844d2+dirty 43.94 MiB 48.91 MiB 4.97 MiB
e718799+dirty 43.94 MiB 48.82 MiB 4.88 MiB
b9f1fe4+dirty 7.15 MiB 8.43 MiB 1.28 MiB

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