Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-javascript.sh from 10.30.0 to 10.31.0.

Auto-generated by a dependency updater.

Changelog

10.31.0

Important Changes

  • feat(browser): Add support for GraphQL persisted operations (#18505)

The graphqlClientIntegration now supports GraphQL persisted operations (queries). When a persisted query is detected, the integration will capture the operation hash and version as span attributes:

  • graphql.persisted_query.hash.sha256 - The SHA-256 hash of the persisted query
  • graphql.persisted_query.version - The version of the persisted query protocol

Additionally, the graphql.document attribute format has changed to align with OpenTelemetry semantic conventions. It now contains only the GraphQL query string instead of the full JSON request payload.

Before:

"graphql.document": "{\"query\":\"query Test { user { id } }\"}"

After:

"graphql.document": "query Test { user { id } }"

Other Changes

  • feat(node): Support propagateTraceparent option (#18476)
  • feat(bun): Expose spotlight option in TypeScript (#18436)
  • feat(core): Add additional exports for captureException and captureMessage parameter types (#18521)
  • feat(core): Export captureException and captureMessage parameter types (#18509)
  • feat(core): Parse individual cookies from cookie header (#18325)
  • feat(node): Add instrument OpenAI export to node (#18461)
  • feat(nuxt): Bump sentry/vite-plugin and sentry/rollup-plugin to 4.6.1 (#18349)
  • feat(profiling): Add support for Node v24 in the prune script (#18447)
  • feat(tracing): strip inline media from messages (#18413)
  • feat(node): Add ESM support for postgres.js instrumentation (#17961)
  • fix(browser): Stringify span context in linked traces log statement (#18376)
  • fix(google-cloud-serverless): Move types/express to optional peerDeps (#18452)
  • fix(node-core): passthrough node-cron context (#17835)
  • fix(tanstack-router): Check for fromLocation existence before reporting pageload (#18463)
  • fix(tracing): add system prompt, model to google genai (#18424)
  • fix(tracing): Set span operations for AI spans with model ID only (#18471)
  • ref(browser): Improve profiling debug statement (#18507)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#18473)
  • chore: upgrade Playwright to ~1.56.0 for WSL2 compatibility (#18468)
  • chore(bugbot): Add testing conventions code review rules (#18433)
  • chore(deps): bump next from 14.2.25 to 14.2.35 in /dev-packages/e2e-tests/test-applications/create-next-app (#18494)
  • chore(deps): bump next from 14.2.32 to 14.2.35 in /dev-packages/e2e-tests/test-applications/nextjs-orpc (#18520)
  • chore(deps): bump next from 14.2.32 to 14.2.35 in /dev-packages/e2e-tests/test-applications/nextjs-pages-dir (#18496)
  • chore(deps): bump next from 15.5.7 to 15.5.9 in /dev-packages/e2e-tests/test-applications/nextjs-15 (#18482)
  • chore(deps): bump next from 15.5.7 to 15.5.9 in /dev-packages/e2e-tests/test-applications/nextjs-15-intl (#18483)
  • chore(deps): bump next from 16.0.7 to 16.0.9 in /dev-packages/e2e-tests/test-applications/nextjs-16 (#18480)
  • chore(deps): bump next from 16.0.7 to 16.0.9 in /dev-packages/e2e-tests/test-applications/nextjs-16-cacheComponents (#18479)
  • chore(deps): bump next from 16.0.7 to 16.0.9 in /dev-packages/e2e-tests/test-applications/nextjs-16-tunnel (#18481)
  • chore(deps): bump next from 16.0.9 to 16.0.10 in /dev-packages/e2e-tests/test-applications/nextjs-16 (#18514)
  • chore(deps): bump next from 16.0.9 to 16.0.10 in /dev-packages/e2e-tests/test-applications/nextjs-16-tunnel (#18487)
  • chore(tests): Added test variant flag (#18458)
  • test(cloudflare-mcp): Pin mcp sdk to 1.24.0 (#18524)

Work in this release was contributed by sebws and TBeeren. Thank you for your contributions!

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Dec 16, 2025
@antonis antonis added the ready-to-merge Triggers the full CI test suite label Dec 16, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 7b6b6b1 to b405261 Compare December 16, 2025 16:13
Copy link
Collaborator

@lucas-zimerman lucas-zimerman left a comment

Choose a reason for hiding this comment

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

LGTM!

@github-actions
Copy link
Contributor Author

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 414.02 ms 447.07 ms 33.05 ms
Size 43.75 MiB 48.08 MiB 4.33 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
083f560+dirty 358.21 ms 382.00 ms 23.79 ms
ad27f6e+dirty 471.44 ms 516.23 ms 44.79 ms
f081f58+dirty 443.98 ms 480.26 ms 36.28 ms
d916aa3 425.37 ms 427.02 ms 1.65 ms
294387d+dirty 424.30 ms 465.40 ms 41.10 ms
90afdd3+dirty 375.94 ms 377.52 ms 1.58 ms
e07935d+dirty 448.82 ms 489.10 ms 40.29 ms
9b50d32+dirty 455.51 ms 466.56 ms 11.05 ms
eec00c2+dirty 447.08 ms 469.04 ms 21.96 ms
46bd012 387.09 ms 404.47 ms 17.38 ms

App size

Revision Plain With Sentry Diff
083f560+dirty 17.75 MiB 19.70 MiB 1.96 MiB
ad27f6e+dirty 43.75 MiB 48.07 MiB 4.32 MiB
f081f58+dirty 43.75 MiB 47.99 MiB 4.24 MiB
d916aa3 17.75 MiB 20.15 MiB 2.41 MiB
294387d+dirty 43.75 MiB 48.04 MiB 4.29 MiB
90afdd3+dirty 17.75 MiB 19.70 MiB 1.95 MiB
e07935d+dirty 43.75 MiB 47.99 MiB 4.24 MiB
9b50d32+dirty 43.75 MiB 48.04 MiB 4.29 MiB
eec00c2+dirty 43.75 MiB 48.05 MiB 4.29 MiB
46bd012 17.75 MiB 20.15 MiB 2.41 MiB

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

Startup times

Revision Plain With Sentry Diff
e718799+dirty 481.58 ms 524.81 ms 43.23 ms
995b75a+dirty 361.69 ms 352.79 ms -8.90 ms
b243e31+dirty 480.42 ms 519.89 ms 39.47 ms
ae0e9ff+dirty 385.88 ms 403.54 ms 17.66 ms
854e803+dirty 398.94 ms 415.44 ms 16.50 ms
b48c857+dirty 371.82 ms 376.63 ms 4.82 ms
dcebdb7+dirty 382.04 ms 379.62 ms -2.42 ms
91d4b7d 406.98 ms 419.14 ms 12.16 ms
1eed088+dirty 377.06 ms 365.22 ms -11.84 ms
5275213+dirty 420.84 ms 462.24 ms 41.40 ms

App size

Revision Plain With Sentry Diff
e718799+dirty 43.75 MiB 47.99 MiB 4.24 MiB
995b75a+dirty 17.75 MiB 19.69 MiB 1.94 MiB
b243e31+dirty 17.75 MiB 19.70 MiB 1.96 MiB
ae0e9ff+dirty 17.75 MiB 19.71 MiB 1.96 MiB
854e803+dirty 43.75 MiB 48.07 MiB 4.32 MiB
b48c857+dirty 17.75 MiB 19.68 MiB 1.94 MiB
dcebdb7+dirty 17.75 MiB 19.70 MiB 1.95 MiB
91d4b7d 17.75 MiB 19.68 MiB 1.94 MiB
1eed088+dirty 17.75 MiB 19.69 MiB 1.94 MiB
5275213+dirty 43.75 MiB 48.04 MiB 4.29 MiB

@github-actions
Copy link
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1211.02 ms 1209.52 ms -1.50 ms
Size 3.44 MiB 4.67 MiB 1.23 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
000da7a+dirty 1214.31 ms 1221.91 ms 7.61 ms
d1bfbde+dirty 1216.83 ms 1212.83 ms -3.99 ms
59f3a84+dirty 1232.56 ms 1238.12 ms 5.56 ms
5691430+dirty 1218.89 ms 1222.22 ms 3.33 ms
c4e097a+dirty 1229.09 ms 1242.61 ms 13.53 ms
652f785+dirty 1219.66 ms 1223.62 ms 3.96 ms
88890fe+dirty 1219.20 ms 1231.00 ms 11.80 ms
f081f58+dirty 1219.10 ms 1217.57 ms -1.53 ms
276d348+dirty 1224.22 ms 1227.38 ms 3.16 ms
ee69ed5+dirty 1206.79 ms 1213.98 ms 7.19 ms

App size

Revision Plain With Sentry Diff
000da7a+dirty 2.63 MiB 3.91 MiB 1.28 MiB
d1bfbde+dirty 3.41 MiB 4.58 MiB 1.17 MiB
59f3a84+dirty 2.63 MiB 3.99 MiB 1.36 MiB
5691430+dirty 3.41 MiB 4.59 MiB 1.18 MiB
c4e097a+dirty 2.63 MiB 3.87 MiB 1.24 MiB
652f785+dirty 3.41 MiB 4.57 MiB 1.16 MiB
88890fe+dirty 2.63 MiB 4.00 MiB 1.37 MiB
f081f58+dirty 3.41 MiB 4.58 MiB 1.17 MiB
276d348+dirty 2.63 MiB 3.98 MiB 1.34 MiB
ee69ed5+dirty 3.41 MiB 4.59 MiB 1.18 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
15c429b+dirty 1207.92 ms 1212.02 ms 4.10 ms
300c47d+dirty 1202.78 ms 1217.14 ms 14.36 ms
995b75a+dirty 1210.56 ms 1218.13 ms 7.57 ms
91d4b7d+dirty 1222.45 ms 1227.18 ms 4.73 ms
b9f1fe4+dirty 1236.51 ms 1238.50 ms 1.99 ms
ff56633+dirty 1212.29 ms 1214.81 ms 2.52 ms
5275213+dirty 1224.65 ms 1223.43 ms -1.22 ms
b48c857+dirty 1219.14 ms 1240.80 ms 21.66 ms
b243e31+dirty 1225.16 ms 1237.90 ms 12.73 ms

App size

Revision Plain With Sentry Diff
e718799+dirty 3.41 MiB 4.58 MiB 1.17 MiB
15c429b+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
91d4b7d+dirty 2.63 MiB 3.91 MiB 1.28 MiB
b9f1fe4+dirty 2.63 MiB 3.99 MiB 1.35 MiB
ff56633+dirty 2.63 MiB 3.87 MiB 1.24 MiB
5275213+dirty 3.41 MiB 4.59 MiB 1.18 MiB
b48c857+dirty 2.63 MiB 3.96 MiB 1.33 MiB
b243e31+dirty 2.63 MiB 4.00 MiB 1.36 MiB

@github-actions
Copy link
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1217.73 ms 1218.44 ms 0.71 ms
Size 3.44 MiB 4.67 MiB 1.23 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
000da7a+dirty 1204.50 ms 1218.94 ms 14.44 ms
d1bfbde+dirty 1221.30 ms 1218.70 ms -2.60 ms
59f3a84+dirty 1205.09 ms 1213.31 ms 8.23 ms
5691430+dirty 1191.06 ms 1189.13 ms -1.94 ms
c4e097a+dirty 1231.35 ms 1246.91 ms 15.56 ms
652f785+dirty 1216.42 ms 1212.21 ms -4.21 ms
88890fe+dirty 1219.00 ms 1222.08 ms 3.08 ms
f081f58+dirty 1208.37 ms 1215.56 ms 7.19 ms
276d348+dirty 1222.10 ms 1229.02 ms 6.92 ms
ee69ed5+dirty 1212.78 ms 1214.91 ms 2.13 ms

App size

Revision Plain With Sentry Diff
000da7a+dirty 3.19 MiB 4.48 MiB 1.29 MiB
d1bfbde+dirty 3.41 MiB 4.58 MiB 1.17 MiB
59f3a84+dirty 3.19 MiB 4.56 MiB 1.37 MiB
5691430+dirty 3.41 MiB 4.59 MiB 1.18 MiB
c4e097a+dirty 3.19 MiB 4.44 MiB 1.25 MiB
652f785+dirty 3.41 MiB 4.57 MiB 1.16 MiB
88890fe+dirty 3.19 MiB 4.57 MiB 1.38 MiB
f081f58+dirty 3.41 MiB 4.58 MiB 1.17 MiB
276d348+dirty 3.19 MiB 4.54 MiB 1.36 MiB
ee69ed5+dirty 3.41 MiB 4.59 MiB 1.18 MiB

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

Startup times

Revision Plain With Sentry Diff
e718799+dirty 1221.26 ms 1219.78 ms -1.48 ms
15c429b+dirty 1219.14 ms 1219.82 ms 0.67 ms
300c47d+dirty 1221.06 ms 1224.00 ms 2.94 ms
995b75a+dirty 1227.29 ms 1229.08 ms 1.80 ms
91d4b7d+dirty 1221.65 ms 1215.91 ms -5.74 ms
b9f1fe4+dirty 1231.24 ms 1232.77 ms 1.52 ms
ff56633+dirty 1240.96 ms 1235.77 ms -5.19 ms
5275213+dirty 1208.78 ms 1206.21 ms -2.57 ms
b48c857+dirty 1204.78 ms 1206.73 ms 1.96 ms
b243e31+dirty 1232.84 ms 1233.51 ms 0.67 ms

App size

Revision Plain With Sentry Diff
e718799+dirty 3.41 MiB 4.58 MiB 1.17 MiB
15c429b+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
91d4b7d+dirty 3.19 MiB 4.48 MiB 1.29 MiB
b9f1fe4+dirty 3.19 MiB 4.55 MiB 1.37 MiB
ff56633+dirty 3.19 MiB 4.44 MiB 1.25 MiB
5275213+dirty 3.41 MiB 4.59 MiB 1.18 MiB
b48c857+dirty 3.19 MiB 4.53 MiB 1.35 MiB
b243e31+dirty 3.19 MiB 4.56 MiB 1.38 MiB

@github-actions
Copy link
Contributor Author

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 358.65 ms 385.33 ms 26.67 ms
Size 43.94 MiB 48.91 MiB 4.97 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
ad27f6e+dirty 484.67 ms 532.79 ms 48.12 ms
f081f58+dirty 468.47 ms 492.64 ms 24.17 ms
294387d+dirty 359.44 ms 393.40 ms 33.97 ms
c08359e+dirty 406.04 ms 428.87 ms 22.83 ms
e07935d+dirty 380.10 ms 377.48 ms -2.62 ms
9b50d32+dirty 429.59 ms 423.89 ms -5.70 ms
3099014+dirty 344.58 ms 404.21 ms 59.63 ms
eec00c2+dirty 367.00 ms 392.12 ms 25.12 ms
a31630c+dirty 359.89 ms 416.90 ms 57.00 ms
e335046+dirty 375.75 ms 392.85 ms 17.10 ms

App size

Revision Plain With Sentry Diff
ad27f6e+dirty 43.94 MiB 48.90 MiB 4.96 MiB
f081f58+dirty 43.94 MiB 48.82 MiB 4.88 MiB
294387d+dirty 43.94 MiB 48.87 MiB 4.93 MiB
c08359e+dirty 7.15 MiB 8.42 MiB 1.27 MiB
e07935d+dirty 43.94 MiB 48.82 MiB 4.88 MiB
9b50d32+dirty 43.94 MiB 48.87 MiB 4.93 MiB
3099014+dirty 7.15 MiB 8.43 MiB 1.27 MiB
eec00c2+dirty 43.94 MiB 48.87 MiB 4.93 MiB
a31630c+dirty 7.15 MiB 8.41 MiB 1.26 MiB
e335046+dirty 43.94 MiB 48.87 MiB 4.93 MiB

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

Startup times

Revision Plain With Sentry Diff
e718799+dirty 521.13 ms 557.07 ms 35.94 ms
995b75a+dirty 340.00 ms 375.09 ms 35.09 ms
ff56633+dirty 324.65 ms 389.38 ms 64.72 ms
b243e31+dirty 369.02 ms 426.48 ms 57.46 ms
ae0e9ff+dirty 336.33 ms 381.12 ms 44.79 ms
854e803+dirty 472.92 ms 528.84 ms 55.92 ms
b48c857+dirty 353.60 ms 411.52 ms 57.92 ms
dcebdb7+dirty 460.67 ms 498.36 ms 37.70 ms
91d4b7d+dirty 359.58 ms 405.98 ms 46.40 ms
1eed088+dirty 355.56 ms 384.47 ms 28.90 ms

App size

Revision Plain With Sentry Diff
e718799+dirty 43.94 MiB 48.82 MiB 4.88 MiB
995b75a+dirty 7.15 MiB 8.42 MiB 1.27 MiB
ff56633+dirty 7.15 MiB 8.41 MiB 1.26 MiB
b243e31+dirty 7.15 MiB 8.43 MiB 1.28 MiB
ae0e9ff+dirty 7.15 MiB 8.44 MiB 1.28 MiB
854e803+dirty 43.94 MiB 48.90 MiB 4.96 MiB
b48c857+dirty 7.15 MiB 8.41 MiB 1.26 MiB
dcebdb7+dirty 7.15 MiB 8.43 MiB 1.28 MiB
91d4b7d+dirty 7.15 MiB 8.41 MiB 1.26 MiB
1eed088+dirty 7.15 MiB 8.42 MiB 1.27 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.

4 participants