Skip to content

chore(deps): update JavaScript SDK to v10.52.0#6108

Open
github-actions[bot] wants to merge 4 commits intomainfrom
deps/scripts/update-javascript.sh
Open

chore(deps): update JavaScript SDK to v10.52.0#6108
github-actions[bot] wants to merge 4 commits intomainfrom
deps/scripts/update-javascript.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 7, 2026

Bumps scripts/update-javascript.sh from 10.51.0 to 10.52.0.

Auto-generated by a dependency updater.

Changelog

10.52.0

Important Changes

  • Beta release of the official Hono Sentry SDK

    This release marks the beta release of the sentry/hono Sentry SDK. For details on how to use it, check out the
    Sentry Hono SDK docs. Please reach out on
    GitHub if you have any feedback or concerns.

  • feat(browser): Add ingest_settings to v2 log envelope payload (#20453)

    Inference of user data (e.g. IP address, browser name/version) on log events is now gated behind the sendDefaultPii option. Previously, this data was always inferred by default.

Other Changes

  • docs(hono): Add new docs link and move to BETA release (#20666)
  • feat(browser): Add ingest_settings to v2 metrics envelope payload (#20454)
  • feat(browser): Migrate spotlight event processor to ignoreSpans (#20595)
  • feat(cloudflare): Capture request body via httpServerIntegration (#20614)
  • feat(cloudflare): Support rpc trace propagation for WorkerEntrypoint (#20523)
  • feat(cloudflare): Support tracing for queue producer (#20529)
  • feat(core): Apply request data to segment spans in span streaming (#20654)
  • feat(core): Migrate Vercel AI event processor to span streaming (#20608)
  • feat(deno): Add processSegmentSpan to Deno context integration (#20613)
  • feat(http): Portable node:http client instrumentation (#20393)
  • feat(nitro): Add unstorage tracing channel instrumentation (#20615)
  • feat(node-core): Add processSegmentSpan to node context integration (#20678)
  • feat(node): Use diagnostics_channel for redis >= 5.12.0 (#20573)
  • feat(node): Vendor ioredis, redis instrumentations (#20510)
  • feat(replay): Reset replay id from DSC on session expiry/refresh (#20129)
  • fix: Bump fast-xml-parser to fix vulnerability (#20644)
  • fix: Bump vite versions to fix vulnerability (#20646)
  • fix(core): Drain buffers in flush() when there is no transport (#20207)
  • fix(core): Guard against undefined chained in copyProps (#20637)
  • fix(deps): Bump rollup-plugin-license to fix lodash vulnerabilities (#20636)
  • fix(deps): Bump transitive deps for medium security fixes (#20683)
  • fix(hono): Do not capture 3xx and 4xx errors and add tests (#20640)
  • fix(nextjs): Skip build modification when SRI is enabled (#20694)
  • fix(opentelemetry): Respect OTEL_SERVICE_NAME, OTEL_RESOURCE_ATTRIBUTES (#20509)
Internal Changes
  • chore: Remove bundle-analyzer-scenarios dev packages (#20680)
  • chore(deps): Bump hono/node-server from 1.19.10 to 1.19.13 (#20117)
  • chore(deps): Bump nestjs packages to fix path-to-regexp ReDoS (#20642)
  • chore(deps): Bump axios from 1.15.0 to 1.15.2 (#20665)
  • chore(deps): Bump ip-address from 10.1.0 to 10.2.0 (#20695)
  • chore(deps): Bump simple-git from 3.33.0 to 3.36.0 (#20696)
  • chore(deps): Bump vulnerable testem version (#20634)
  • ci(deps): Bump actions/checkout from 4 to 6 (#20620)
  • ci(deps): Bump actions/create-github-app-token from 2 to 3 (#20079)
  • ci(deps): Bump denoland/setup-deno from 2.0.3 to 2.0.4 (#20080)
  • ci(deps): Bump getsentry/craft from 2.24.1 to 2.26.2 (#20621)
  • feat(deps): Bump xmldom/xmldom from 0.8.12 to 0.8.13 (#20457)
  • feat(deps): Bump follow-redirects from 1.15.11 to 1.16.0 (#20267)
  • feat(deps): Bump hono from 4.12.12 to 4.12.14 (#20340)
  • fix(tests): Use stable instrumentations api in rr tests (#20690)
  • ref(tests): Rename streamed http.client span test folders (#20602)
  • test(browser): Fix browserTracingIntegration unit test (#20604)
  • test(browser): Fix flaky browser integration test for profiles (#20587)
  • test(browser): Fix flaky loader test (#20596)
  • test(browser): Fix flaky loader test (#20655)
  • test(browser): Make browser profiling test less flaky (#20664)
  • test(cloudflare): Add e2e test for MCPAgent with DurableObject instrumentation (#20601)
  • test(cloudflare): Add integration tests for scheduled, D1, and workflow (#20609)
  • test(cloudflare): Reduce flakiness for cloudflare with sub workers (#20632)
  • test(cloudflare): Use Node v24 for Cloudflare e2e tests (#20628)
  • test(deps): Bump Next.js in E2E test apps to fix Server Components DoS (#20633)
  • test(e2e): Add node-express-streaming E2E test app (#20684)
  • test(e2e): Add span streaming test app for Cloudflare Workers (#20681)
  • test(e2e): Add span streaming test app for next 16 (#20648)
  • test(e2e): Add span streaming test app for React Router 7 SPA (#20677)
  • test(e2e): Remove remaining npmrc pointing to Verdaccio (#20611)
  • test(nextjs): Fix flaky node runtime metrics E2E tests (#20624)
  • test(node): Fix ANR test for flakiness (#20656)
  • test(node): Fix flaky node cron test (#20661)
  • test(node): Unflake mongodb test (#20662)
  • test(react-router): Fix flaky E2E tests (#20630)
  • test(test-utils): Add MemoryProfiler for heap snapshot testing via CDP (#20555)

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

@github-actions github-actions Bot requested a review from alwx as a code owner May 7, 2026 11:06
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label May 7, 2026
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label May 7, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 053f7d5 to d397ca2 Compare May 7, 2026 11:08
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 7, 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.52.0 by github-actions[bot] in #6108
  • chore(deps): bump basic-ftp from 5.3.0 to 5.3.1 by dependabot in #6111

🤖 This preview updates automatically when you update the PR.

@antonis antonis added the ready-to-merge Triggers the full CI test suite label May 7, 2026
Copy link
Copy Markdown
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

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

LGTM

@sentry
Copy link
Copy Markdown

sentry Bot commented May 7, 2026

📲 Install Builds

Android

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

⚙️ sentry-react-native Build Distribution Settings

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 7, 2026

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 413.82 ms 435.88 ms 22.06 ms
Size 48.30 MiB 53.51 MiB 5.20 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
8929511+dirty 405.33 ms 452.16 ms 46.83 ms
04207c4+dirty 459.19 ms 518.54 ms 59.35 ms
7d6fd3a+dirty 403.02 ms 422.56 ms 19.54 ms
bc0d8cf+dirty 412.37 ms 466.26 ms 53.89 ms
2c735cc+dirty 414.09 ms 438.47 ms 24.38 ms
df5d108+dirty 527.06 ms 603.58 ms 76.52 ms
4953e94+dirty 442.02 ms 456.52 ms 14.50 ms
890d145+dirty 504.54 ms 491.55 ms -12.99 ms
0d9949d+dirty 403.57 ms 437.00 ms 33.43 ms
44c8b3f+dirty 414.20 ms 457.28 ms 43.08 ms

App size

Revision Plain With Sentry Diff
8929511+dirty 43.75 MiB 48.16 MiB 4.41 MiB
04207c4+dirty 43.75 MiB 48.12 MiB 4.37 MiB
7d6fd3a+dirty 43.75 MiB 48.14 MiB 4.39 MiB
bc0d8cf+dirty 48.30 MiB 53.48 MiB 5.18 MiB
2c735cc+dirty 43.75 MiB 48.08 MiB 4.33 MiB
df5d108+dirty 43.75 MiB 48.08 MiB 4.33 MiB
4953e94+dirty 43.75 MiB 48.08 MiB 4.33 MiB
890d145+dirty 43.75 MiB 48.14 MiB 4.39 MiB
0d9949d+dirty 43.75 MiB 48.13 MiB 4.37 MiB
44c8b3f+dirty 48.30 MiB 53.46 MiB 5.15 MiB

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

Startup times

Revision Plain With Sentry Diff
1eed088+dirty 377.06 ms 365.22 ms -11.84 ms
91d4b7d 406.98 ms 419.14 ms 12.16 ms
028a929+dirty 479.78 ms 475.83 ms -3.95 ms
d8ec252 421.51 ms 442.57 ms 21.06 ms
dcebdb7+dirty 382.04 ms 379.62 ms -2.42 ms
e817162+dirty 438.20 ms 470.33 ms 32.13 ms
b243e31+dirty 480.42 ms 519.89 ms 39.47 ms
f24b405+dirty 494.82 ms 531.54 ms 36.72 ms
3cf1cb0+dirty 348.30 ms 364.98 ms 16.68 ms
e718799+dirty 481.58 ms 524.81 ms 43.23 ms

App size

Revision Plain With Sentry Diff
1eed088+dirty 17.75 MiB 19.69 MiB 1.94 MiB
91d4b7d 17.75 MiB 19.68 MiB 1.94 MiB
028a929+dirty 43.75 MiB 47.99 MiB 4.24 MiB
d8ec252 17.75 MiB 19.68 MiB 1.94 MiB
dcebdb7+dirty 17.75 MiB 19.70 MiB 1.95 MiB
e817162+dirty 43.75 MiB 48.55 MiB 4.80 MiB
b243e31+dirty 17.75 MiB 19.70 MiB 1.96 MiB
f24b405+dirty 43.75 MiB 48.42 MiB 4.67 MiB
3cf1cb0+dirty 17.75 MiB 19.74 MiB 2.00 MiB
e718799+dirty 43.75 MiB 47.99 MiB 4.24 MiB

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 7, 2026

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 418.92 ms 474.24 ms 55.32 ms
Size 48.30 MiB 53.51 MiB 5.20 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
5c1e987+dirty 444.71 ms 475.13 ms 30.42 ms
3ce5254+dirty 373.90 ms 427.84 ms 53.94 ms
4b87b12+dirty 356.23 ms 399.86 ms 43.63 ms
3817909+dirty 357.52 ms 391.52 ms 34.00 ms
44c8b3f+dirty 492.13 ms 563.47 ms 71.34 ms
2c735cc+dirty 435.20 ms 459.48 ms 24.28 ms
100ce80+dirty 463.28 ms 532.10 ms 68.82 ms
5fe1c6c+dirty 365.84 ms 408.62 ms 42.78 ms
8929511+dirty 469.49 ms 502.65 ms 33.16 ms
890d145+dirty 486.42 ms 514.85 ms 28.43 ms

App size

Revision Plain With Sentry Diff
5c1e987+dirty 43.94 MiB 48.94 MiB 5.00 MiB
3ce5254+dirty 43.94 MiB 48.98 MiB 5.04 MiB
4b87b12+dirty 43.94 MiB 49.00 MiB 5.06 MiB
3817909+dirty 43.94 MiB 48.94 MiB 5.00 MiB
44c8b3f+dirty 48.30 MiB 53.46 MiB 5.15 MiB
2c735cc+dirty 43.94 MiB 48.94 MiB 5.00 MiB
100ce80+dirty 48.30 MiB 53.46 MiB 5.15 MiB
5fe1c6c+dirty 43.94 MiB 49.00 MiB 5.06 MiB
8929511+dirty 43.94 MiB 49.02 MiB 5.08 MiB
890d145+dirty 43.94 MiB 49.00 MiB 5.06 MiB

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

Startup times

Revision Plain With Sentry Diff
d8ec252+dirty 371.60 ms 416.64 ms 45.04 ms
1eed088+dirty 355.56 ms 384.47 ms 28.90 ms
028a929+dirty 385.59 ms 410.49 ms 24.90 ms
dcebdb7+dirty 460.67 ms 498.36 ms 37.70 ms
e817162+dirty 354.65 ms 389.76 ms 35.11 ms
b243e31+dirty 369.02 ms 426.48 ms 57.46 ms
f24b405+dirty 374.67 ms 426.78 ms 52.11 ms
3cf1cb0+dirty 348.50 ms 401.20 ms 52.70 ms
e718799+dirty 521.13 ms 557.07 ms 35.94 ms
c67d99f+dirty 372.11 ms 398.96 ms 26.85 ms

App size

Revision Plain With Sentry Diff
d8ec252+dirty 7.15 MiB 8.41 MiB 1.26 MiB
1eed088+dirty 7.15 MiB 8.42 MiB 1.27 MiB
028a929+dirty 43.94 MiB 48.82 MiB 4.88 MiB
dcebdb7+dirty 7.15 MiB 8.43 MiB 1.28 MiB
e817162+dirty 43.94 MiB 49.38 MiB 5.44 MiB
b243e31+dirty 7.15 MiB 8.43 MiB 1.28 MiB
f24b405+dirty 43.94 MiB 49.28 MiB 5.34 MiB
3cf1cb0+dirty 7.15 MiB 8.46 MiB 1.31 MiB
e718799+dirty 43.94 MiB 48.82 MiB 4.88 MiB
c67d99f+dirty 43.94 MiB 48.88 MiB 4.94 MiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from d397ca2 to 30dd529 Compare May 7, 2026 12:09
@antonis antonis added Blocked and removed ready-to-merge Triggers the full CI test suite labels May 7, 2026
Copy link
Copy Markdown
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

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

Marking as Blocked till the size check failure on iOS is resolved

BinarySizeTest > app size() FAILED
    java.lang.AssertionError: 1595997 should be < 1587200
        at BinarySizeTest.app size(BinarySizeTest.kt:37)

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 30dd529 to 7150c13 Compare May 7, 2026 14:10
The `@sentry/core` 10.52.0 added `integrations/http` which is purely
Node.js server-side code. Metro's CJS resolution bundles it into RN
apps unnecessarily, increasing the binary size.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@antonis antonis added the ready-to-merge Triggers the full CI test suite label May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Blocked 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