Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-javascript.sh from 10.20.0 to 10.21.0.

Auto-generated by a dependency updater.

Changelog

10.21.0

Important Changes

  • feat(browserProfiling): Add trace lifecycle mode for UI profiling (#17619)

    Adds a new trace lifecycle mode for UI profiling, allowing profiles to be captured for the duration of a trace. A manual mode will be added in a future release.

  • feat(nuxt): Instrument Database (#17899)

    Adds instrumentation for Nuxt database operations, enabling better performance tracking of database queries.

  • feat(nuxt): Instrument server cache API (#17886)

    Adds instrumentation for Nuxt's server cache API, providing visibility into cache operations.

  • feat(nuxt): Instrument storage API (#17858)

    Adds instrumentation for Nuxt's storage API, enabling tracking of storage operations.

Other Changes

  • feat(browser): Add onRequestSpanEnd hook to browser tracing integration (#17884)
  • feat(nextjs): Support Next.js proxy files (#17926)
  • feat(replay): Record outcome when event buffer size exceeded (#17946)
  • fix(cloudflare): copy execution context in durable objects and handlers (#17786)
  • fix(core): Fix and add missing cache attributes in Vercel AI (#17982)
  • fix(core): Improve uuid performance (#17938)
  • fix(ember): Use updated version for clean-css (#17979)
  • fix(nextjs): Don't set experimental instrumentation hook flag for next 16 (#17978)
  • fix(nextjs): Inconsistent transaction naming for i18n routing (#17927)
  • fix(nextjs): Update bundler detection (#17976)
Internal Changes
  • build: Update to typescript 5.8.0 (#17710)
  • chore: Add external contributor to CHANGELOG.md (#17949)
  • chore(build): Upgrade nodemon to 3.1.10 (#17956)
  • chore(ci): Fix external contributor action when multiple contributions existed (#17950)
  • chore(solid): Remove unnecessary import from README (#17947)
  • test(nextjs): Fix proxy/middleware test (#17970)

Work in this release was contributed by 0xbad0c0d3. Thank you for your contribution!

Work in this release was contributed by seoyeon9888, madhuchavva and thedanchez. Thank you for your contributions!

Full CHANGELOG.md diff
 -4,6 +4,53 
 
 - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
 
+## 10.21.0
+
+### Important Changes
+
+- **feat(browserProfiling): Add `trace` lifecycle mode for UI profiling ([#17619](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17619))**
+
+  Adds a new `trace` lifecycle mode for UI profiling, allowing profiles to be captured for the duration of a trace. A `manual` mode will be added in a future release.
+
+- **feat(nuxt): Instrument Database ([#17899](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17899))**
+
+  Adds instrumentation for Nuxt database operations, enabling better performance tracking of database queries.
+
+- **feat(nuxt): Instrument server cache API ([#17886](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17886))**
+
+  Adds instrumentation for Nuxt's server cache API, providing visibility into cache operations.
+
+- **feat(nuxt): Instrument storage API ([#17858](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17858))**
+
+  Adds instrumentation for Nuxt's storage API, enabling tracking of storage operations.
+
+### Other Changes
+
+- feat(browser): Add `onRequestSpanEnd` hook to browser tracing integration ([#17884](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17884))
+- feat(nextjs): Support Next.js proxy files ([#17926](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17926))
+- feat(replay): Record outcome when event buffer size exceeded ([#17946](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17946))
+- fix(cloudflare): copy execution context in durable objects and handlers ([#17786](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17786))
+- fix(core): Fix and add missing cache attributes in Vercel AI ([#17982](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17982))
+- fix(core): Improve uuid performance ([#17938](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17938))
+- fix(ember): Use updated version for `clean-css` ([#17979](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17979))
+- fix(nextjs): Don't set experimental instrumentation hook flag for next 16 ([#17978](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17978))
+- fix(nextjs): Inconsistent transaction naming for i18n routing ([#17927](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17927))
+- fix(nextjs): Update bundler detection ([#17976](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17976))
+
+<details>
+  <summary> <strong>Internal Changes</strong> </summary>
+
+- build: Update to typescript 5.8.0 ([#17710](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17710))
+- chore: Add external contributor to CHANGELOG.md ([#17949](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17949))
+- chore(build): Upgrade nodemon to 3.1.10 ([#17956](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17956))
+- chore(ci): Fix external contributor action when multiple contributions existed ([#17950](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17950))
+- chore(solid): Remove unnecessary import from README ([#17947](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17947))
+- test(nextjs): Fix proxy/middleware test ([#17970](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17970))
+
+</details>
+
+Work in this release was contributed by 0xbad0c0d3. Thank you for your contribution!
+
 ## 10.20.0
 
 ### Important Changes
 -42,7 +89,7 
 - chore: Add external contributor to CHANGELOG.md ([#17940](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/17940))
 </details>
 
-Work in this release was contributed by seoyeon9888, madhuchavva and thedanchez . Thank you for your contributions!
+Work in this release was contributed by seoyeon9888, madhuchavva and thedanchez. Thank you for your contributions!
 
 ## 10.19.0
 

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Oct 22, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 4cab409 to a35dc28 Compare October 22, 2025 03:26
@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 22, 2025

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 385.88 ms 403.54 ms 17.66 ms
Size 17.75 MiB 19.71 MiB 1.96 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
20d5eaa 377.62 ms 406.50 ms 28.88 ms
c08359e 421.87 ms 445.37 ms 23.50 ms
8490686+dirty 365.59 ms 400.24 ms 34.65 ms
c1573b3 400.85 ms 411.82 ms 10.97 ms
c4e097a 338.06 ms 439.36 ms 101.30 ms
07808fb+dirty 419.10 ms 419.08 ms -0.02 ms
49ef936+dirty 405.96 ms 417.22 ms 11.26 ms
a31630c+dirty 408.91 ms 416.80 ms 7.89 ms
459a438+dirty 417.09 ms 406.52 ms -10.57 ms
05bef0e+dirty 349.78 ms 334.04 ms -15.74 ms

App size

Revision Plain With Sentry Diff
20d5eaa 17.75 MiB 20.15 MiB 2.41 MiB
c08359e 17.75 MiB 20.15 MiB 2.41 MiB
8490686+dirty 17.75 MiB 19.70 MiB 1.96 MiB
c1573b3 17.75 MiB 20.15 MiB 2.41 MiB
c4e097a 17.75 MiB 19.68 MiB 1.94 MiB
07808fb+dirty 17.75 MiB 19.70 MiB 1.95 MiB
49ef936+dirty 17.75 MiB 19.69 MiB 1.94 MiB
a31630c+dirty 17.75 MiB 19.68 MiB 1.94 MiB
459a438+dirty 17.75 MiB 19.70 MiB 1.95 MiB
05bef0e+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
b9f1fe4+dirty 413.76 ms 405.46 ms -8.30 ms
995b75a+dirty 361.69 ms 352.79 ms -8.90 ms
b243e31+dirty 480.42 ms 519.89 ms 39.47 ms
91d4b7d 406.98 ms 419.14 ms 12.16 ms
d8ec252 421.51 ms 442.57 ms 21.06 ms
b48c857+dirty 371.82 ms 376.63 ms 4.82 ms
1eed088+dirty 377.06 ms 365.22 ms -11.84 ms
ff56633 463.52 ms 466.79 ms 3.27 ms
dcebdb7+dirty 382.04 ms 379.62 ms -2.42 ms

App size

Revision Plain With Sentry Diff
b9f1fe4+dirty 17.75 MiB 19.70 MiB 1.95 MiB
995b75a+dirty 17.75 MiB 19.69 MiB 1.94 MiB
b243e31+dirty 17.75 MiB 19.70 MiB 1.96 MiB
91d4b7d 17.75 MiB 19.68 MiB 1.94 MiB
d8ec252 17.75 MiB 19.68 MiB 1.94 MiB
b48c857+dirty 17.75 MiB 19.68 MiB 1.94 MiB
1eed088+dirty 17.75 MiB 19.69 MiB 1.94 MiB
ff56633 17.75 MiB 19.68 MiB 1.93 MiB
dcebdb7+dirty 17.75 MiB 19.70 MiB 1.95 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 22, 2025

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1231.67 ms 1227.54 ms -4.13 ms
Size 2.63 MiB 4.00 MiB 1.37 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
90afdd3+dirty 1233.90 ms 1240.90 ms 7.00 ms
21c9e75+dirty 1237.78 ms 1247.66 ms 9.88 ms
6fee48d+dirty 1222.14 ms 1231.44 ms 9.30 ms
170d5ea+dirty 1219.27 ms 1231.90 ms 12.63 ms
1853710+dirty 1224.35 ms 1230.18 ms 5.84 ms
bc9680d+dirty 1221.41 ms 1241.47 ms 20.06 ms
20d5eaa+dirty 1231.12 ms 1226.00 ms -5.12 ms
276d348+dirty 1224.22 ms 1227.38 ms 3.16 ms
c7f264b+dirty 1211.82 ms 1218.04 ms 6.22 ms
a31630c+dirty 1229.09 ms 1230.94 ms 1.85 ms

App size

Revision Plain With Sentry Diff
90afdd3+dirty 2.63 MiB 3.99 MiB 1.35 MiB
21c9e75+dirty 2.63 MiB 3.81 MiB 1.18 MiB
6fee48d+dirty 2.63 MiB 3.96 MiB 1.33 MiB
170d5ea+dirty 2.63 MiB 3.98 MiB 1.35 MiB
1853710+dirty 2.63 MiB 3.91 MiB 1.28 MiB
bc9680d+dirty 2.63 MiB 3.81 MiB 1.18 MiB
20d5eaa+dirty 2.63 MiB 3.81 MiB 1.18 MiB
276d348+dirty 2.63 MiB 3.98 MiB 1.34 MiB
c7f264b+dirty 2.63 MiB 3.91 MiB 1.28 MiB
a31630c+dirty 2.63 MiB 3.98 MiB 1.34 MiB

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

Startup times

Revision Plain With Sentry Diff
b9f1fe4+dirty 1236.51 ms 1238.50 ms 1.99 ms
ff56633+dirty 1212.29 ms 1214.81 ms 2.52 ms
91d4b7d+dirty 1222.45 ms 1227.18 ms 4.73 ms
995b75a+dirty 1210.56 ms 1218.13 ms 7.57 ms
b48c857+dirty 1219.14 ms 1240.80 ms 21.66 ms
b243e31+dirty 1225.16 ms 1237.90 ms 12.73 ms
1eed088+dirty 1233.41 ms 1233.63 ms 0.22 ms
dcebdb7+dirty 1199.17 ms 1206.65 ms 7.49 ms
d8ec252+dirty 1207.53 ms 1214.22 ms 6.69 ms

App size

Revision Plain With Sentry Diff
b9f1fe4+dirty 2.63 MiB 3.99 MiB 1.35 MiB
ff56633+dirty 2.63 MiB 3.87 MiB 1.24 MiB
91d4b7d+dirty 2.63 MiB 3.91 MiB 1.28 MiB
995b75a+dirty 2.63 MiB 3.98 MiB 1.35 MiB
b48c857+dirty 2.63 MiB 3.96 MiB 1.33 MiB
b243e31+dirty 2.63 MiB 4.00 MiB 1.36 MiB
1eed088+dirty 2.63 MiB 3.98 MiB 1.35 MiB
dcebdb7+dirty 2.63 MiB 3.99 MiB 1.36 MiB
d8ec252+dirty 2.63 MiB 3.87 MiB 1.24 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 22, 2025

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 336.33 ms 381.12 ms 44.79 ms
Size 7.15 MiB 8.44 MiB 1.28 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
8490686+dirty 344.38 ms 364.37 ms 19.98 ms
20daa0a+dirty 352.33 ms 424.30 ms 71.98 ms
818a608+dirty 350.29 ms 397.38 ms 47.09 ms
69602ce+dirty 375.37 ms 405.28 ms 29.91 ms
b3b5b0d+dirty 361.42 ms 403.90 ms 42.48 ms
07808fb+dirty 392.47 ms 451.94 ms 59.47 ms
49ef936+dirty 333.72 ms 387.51 ms 53.79 ms
a31630c+dirty 359.89 ms 416.90 ms 57.00 ms
459a438+dirty 359.50 ms 390.53 ms 31.03 ms
05bef0e+dirty 451.63 ms 533.90 ms 82.27 ms

App size

Revision Plain With Sentry Diff
8490686+dirty 7.15 MiB 8.43 MiB 1.28 MiB
20daa0a+dirty 7.15 MiB 8.42 MiB 1.27 MiB
818a608+dirty 7.15 MiB 8.41 MiB 1.26 MiB
69602ce+dirty 7.15 MiB 8.41 MiB 1.26 MiB
b3b5b0d+dirty 7.15 MiB 8.41 MiB 1.26 MiB
07808fb+dirty 7.15 MiB 8.43 MiB 1.28 MiB
49ef936+dirty 7.15 MiB 8.42 MiB 1.26 MiB
a31630c+dirty 7.15 MiB 8.41 MiB 1.26 MiB
459a438+dirty 7.15 MiB 8.42 MiB 1.27 MiB
05bef0e+dirty 7.15 MiB 8.43 MiB 1.28 MiB

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

Startup times

Revision Plain With Sentry Diff
b9f1fe4+dirty 377.53 ms 429.20 ms 51.66 ms
995b75a+dirty 340.00 ms 375.09 ms 35.09 ms
b243e31+dirty 369.02 ms 426.48 ms 57.46 ms
b48c857+dirty 353.60 ms 411.52 ms 57.92 ms
1eed088+dirty 355.56 ms 384.47 ms 28.90 ms
ff56633+dirty 324.65 ms 389.38 ms 64.72 ms
d8ec252+dirty 371.60 ms 416.64 ms 45.04 ms
91d4b7d+dirty 359.58 ms 405.98 ms 46.40 ms
dcebdb7+dirty 460.67 ms 498.36 ms 37.70 ms

App size

Revision Plain With Sentry Diff
b9f1fe4+dirty 7.15 MiB 8.43 MiB 1.28 MiB
995b75a+dirty 7.15 MiB 8.42 MiB 1.27 MiB
b243e31+dirty 7.15 MiB 8.43 MiB 1.28 MiB
b48c857+dirty 7.15 MiB 8.41 MiB 1.26 MiB
1eed088+dirty 7.15 MiB 8.42 MiB 1.27 MiB
ff56633+dirty 7.15 MiB 8.41 MiB 1.26 MiB
d8ec252+dirty 7.15 MiB 8.41 MiB 1.26 MiB
91d4b7d+dirty 7.15 MiB 8.41 MiB 1.26 MiB
dcebdb7+dirty 7.15 MiB 8.43 MiB 1.28 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 22, 2025

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1233.31 ms 1237.02 ms 3.71 ms
Size 3.19 MiB 4.57 MiB 1.38 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
90afdd3+dirty 1216.17 ms 1225.55 ms 9.38 ms
21c9e75+dirty 1206.20 ms 1223.54 ms 17.35 ms
6fee48d+dirty 1208.85 ms 1218.52 ms 9.67 ms
170d5ea+dirty 1233.96 ms 1242.54 ms 8.58 ms
1853710+dirty 1213.67 ms 1226.35 ms 12.67 ms
bc9680d+dirty 1228.57 ms 1233.64 ms 5.07 ms
20d5eaa+dirty 1224.67 ms 1223.16 ms -1.51 ms
276d348+dirty 1222.10 ms 1229.02 ms 6.92 ms
c7f264b+dirty 1229.78 ms 1225.84 ms -3.94 ms
a31630c+dirty 1241.32 ms 1226.98 ms -14.34 ms

App size

Revision Plain With Sentry Diff
90afdd3+dirty 3.19 MiB 4.55 MiB 1.37 MiB
21c9e75+dirty 3.19 MiB 4.38 MiB 1.19 MiB
6fee48d+dirty 3.19 MiB 4.53 MiB 1.35 MiB
170d5ea+dirty 3.19 MiB 4.55 MiB 1.36 MiB
1853710+dirty 3.19 MiB 4.48 MiB 1.29 MiB
bc9680d+dirty 3.19 MiB 4.38 MiB 1.19 MiB
20d5eaa+dirty 3.19 MiB 4.38 MiB 1.19 MiB
276d348+dirty 3.19 MiB 4.54 MiB 1.36 MiB
c7f264b+dirty 3.19 MiB 4.48 MiB 1.29 MiB
a31630c+dirty 3.19 MiB 4.54 MiB 1.36 MiB

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

Startup times

Revision Plain With Sentry Diff
b9f1fe4+dirty 1231.24 ms 1232.77 ms 1.52 ms
ff56633+dirty 1240.96 ms 1235.77 ms -5.19 ms
91d4b7d+dirty 1221.65 ms 1215.91 ms -5.74 ms
995b75a+dirty 1227.29 ms 1229.08 ms 1.80 ms
b48c857+dirty 1204.78 ms 1206.73 ms 1.96 ms
b243e31+dirty 1232.84 ms 1233.51 ms 0.67 ms
1eed088+dirty 1220.49 ms 1225.57 ms 5.08 ms
dcebdb7+dirty 1225.80 ms 1231.29 ms 5.49 ms
d8ec252+dirty 1223.06 ms 1219.64 ms -3.42 ms

App size

Revision Plain With Sentry Diff
b9f1fe4+dirty 3.19 MiB 4.55 MiB 1.37 MiB
ff56633+dirty 3.19 MiB 4.44 MiB 1.25 MiB
91d4b7d+dirty 3.19 MiB 4.48 MiB 1.29 MiB
995b75a+dirty 3.19 MiB 4.55 MiB 1.36 MiB
b48c857+dirty 3.19 MiB 4.53 MiB 1.35 MiB
b243e31+dirty 3.19 MiB 4.56 MiB 1.38 MiB
1eed088+dirty 3.19 MiB 4.55 MiB 1.36 MiB
dcebdb7+dirty 3.19 MiB 4.56 MiB 1.37 MiB
d8ec252+dirty 3.19 MiB 4.44 MiB 1.25 MiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from a35dc28 to a9df0a1 Compare October 22, 2025 07:16
@antonis antonis enabled auto-merge (squash) October 22, 2025 08:49
@antonis antonis merged commit e76d0d3 into main Oct 22, 2025
73 checks passed
@antonis antonis deleted the deps/scripts/update-javascript.sh branch October 22, 2025 08:49
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.

3 participants