Skip to content

chore(deps): update JavaScript SDK to v10.57.0#6265

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

chore(deps): update JavaScript SDK to v10.57.0#6265
antonis merged 1 commit into
mainfrom
deps/scripts/update-javascript.sh

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps scripts/update-javascript.sh from 10.56.0 to 10.57.0.

Auto-generated by a dependency updater.

Changelog

10.57.0

Important Changes

  • feat(angular): Add support for Angular 22 (#21330)

    sentry/angular now officially supports Angular 22.

  • ref(core): Deprecate sendDefaultPii in favor of dataCollection (#21277)

    sendDefaultPii is deprecated and will be removed in v11. The new dataCollection option lets you control each category of collected data.
    sendDefaultPii: true still works and maps to enabling all dataCollection categories.
    dataCollection.userInfo defaults to true when dataCollection is provided, meaning auto-populated user.* fields (e.g. IP address from a request) are collected by default.
    Data you set explicitly (like via Sentry.setUser()) is always sent regardless.
    When dataCollection is not set at all, the legacy sendDefaultPii behavior applies (userInfo: false by default) to preserve backward compatibility.

    Note that an empty dataCollection: {} falls back to more permissive defaults than sendDefaultPii: false, so replicate the old behavior by opting out explicitly:

    Sentry.init({
      dataCollection: {
        userInfo: false,
        genAI: { inputs: false, outputs: false },
        httpBodies: [],
        httpHeaders: { deny: ['forwarded', '-ip', 'remote-', 'via', '-user'] },
        cookies: { deny: ['forwarded', '-ip', 'remote-', 'via', '-user'] },
        queryParams: { deny: ['forwarded', '-ip', 'remote-', 'via', '-user'] },
      },
    });

Other Changes

  • feat: Use dataCollection.frameContextLines for ContextLines integration (#21323)
  • feat(cloudflare): Auto instrument D1 based on env (#21276)
  • feat(core): Change default of dataCollection.userInfo to true (#21348)
  • feat(core): Default dataCollection.httpBodies to all valid body types (#21352)
  • feat(hono): Filter noisy transactions (favicon etc) (#21365)
  • fix(cloudflare): Don't track negatively sampled spans (#21367)
  • fix(core): Use safeDateNow calls for new Date() reads (#21351)
  • fix(nextjs): Shim pinoIntegration on edge runtime (#21347)
  • fix(node): Prevent PostgresJs integration from emitting duplicate spans per query (#21364)
  • fix(node-core): Read __SENTRY_SERVER_MODULES__ lazily so Turbopack injection is honored (#21339)
  • fix(react): Detect React Router v6/v7 navigations in a layout effect to propagate the correct trace (#21326)
  • fix(react): Remove unused react.componentStack event context (#21183)
  • fix(replays): Record sentry._internal.replay_is_buffering for spans (#21297)
Internal Changes
  • chore: Bump volta node version from 20.19.2 to 20.19.5 (#21359)
  • chore: Remove git:* allowed permissions (#21328)
  • chore(deps-dev): Bump eslint-plugin-regexp from 1.15.0 to 3.1.0 (#21104)
  • chore(deps-dev): Bump react-router from 7.13.0 to 7.15.0 (#21337)
  • chore(size-limit): weekly auto-bump (#21344)
  • docs(remix): Add notice about capturing http bodies for form data keys (#21296)
  • feat(deps): Bump types/aws-lambda from 8.10.150 to 8.10.161 (#21105)
  • feat(deps): Bump axios from 1.15.2 to 1.16.0 (#21251)
  • feat(deps): Bump hono from 4.12.18 to 4.12.21 (#21341)
  • ref(browser): Split web vitals integration (#21210)
  • ref(node): Streamline lru-memoizer instrumentation (#21350)
  • ref(node): Streamline sql-common (#21360)
  • test(e2e): Migrate sendDefaultPii to dataCollection option (#21288)
  • test(nextjs): Remove assertion on conditional span (#21329)
  • test(node): Move node integration tests to data collection (#21283)

Work in this release was contributed by zhongrenfei1-hub. Thank you for your contribution!

@github-actions github-actions Bot requested a review from alwx as a code owner June 9, 2026 10:01
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jun 9, 2026
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jun 9, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 5ea2abc to 6ef4302 Compare June 9, 2026 10:03
@github-actions

github-actions Bot commented Jun 9, 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.57.0 by github-actions[bot] in #6265
  • Turbo Modules crash time context by alwx in #6227
  • fix: resolve sentry-cli relative to react-native package by shawnthye-guru in #6242
  • chore(deps): bump getsentry/craft from 2.26.6 to 2.26.8 by dependabot in #6260
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.26.6 to 2.26.8 by dependabot in #6259
  • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 by dependabot in #6257
  • chore(deps): bump github/codeql-action from 4.36.0 to 4.36.2 by dependabot in #6258
  • chore(deps): update Cocoa SDK to v9.16.1 by github-actions in #6252
  • chore(deps): update Android SDK to v8.43.1 by github-actions in #6253
  • chore(deps): update Sentry Android Gradle Plugin to v6.10.0 by github-actions in #6255
  • feat(tracing): Wrap Expo Router push, replace, navigate, back, dismiss in addition to prefetch by alwx in #6221
  • chore(deps): bump jwt in /samples/react-native by antonis in #6251
  • feat(profiling): Add measurements to Android profiling by antonis in #6250
  • chore(deps): update CLI to v3.5.0 by github-actions in #6248
  • chore(deps): bump jwt from 2.9.3 to 2.10.3 in /samples/react-native-macos by dependabot in #6247
  • chore(deps): bump jwt from 2.10.2 to 2.10.3 in /performance-tests by dependabot in #6246
  • feat(android): Warn when Gradle resolves unsupported sentry-android version by antonis in #6238
  • chore(deps): update JavaScript SDK to v10.56.0 by github-actions in #6249
  • chore(ci): Pin all GitHub Actions to full commit SHAs by antonis in #6243
  • fix(tracing): Enable fetch instrumentation when expo/fetch is active by antonis in #6226
  • fix: Bump tmp to 0.2.7 to resolve path traversal vulnerability by antonis in #6233
  • feat(logs): Add enableAutoConsoleLogs option to opt out of console capture by alwx in #6235
  • chore(deps): update JavaScript SDK to v10.55.0 by github-actions in #6222
  • chore(deps): update Sentry Android Gradle Plugin to v6.9.0 by github-actions in #6230

Plus 1 more


🤖 This preview updates automatically when you update the PR.

@antonis antonis added the ready-to-merge Triggers the full CI test suite label Jun 9, 2026
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3841.07 ms 1228.20 ms -2612.86 ms
Size 5.15 MiB 6.71 MiB 1.55 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
4953e94+dirty 1212.06 ms 1214.83 ms 2.77 ms
7ff4d0f+dirty 3838.29 ms 1225.13 ms -2613.16 ms
a3265b6+dirty 3826.31 ms 1207.87 ms -2618.44 ms
2c735cc+dirty 1229.67 ms 1221.50 ms -8.17 ms
a5d243c+dirty 3842.35 ms 1214.29 ms -2628.06 ms
9210ae6+dirty 3815.93 ms 1214.14 ms -2601.79 ms
7a89652+dirty 3861.46 ms 1229.61 ms -2631.85 ms
a0d8cf8+dirty 3842.33 ms 1212.40 ms -2629.93 ms
038a6d7+dirty 3849.69 ms 1228.40 ms -2621.28 ms
41d6254+dirty 3845.71 ms 1224.51 ms -2621.20 ms

App size

Revision Plain With Sentry Diff
4953e94+dirty 3.38 MiB 4.73 MiB 1.35 MiB
7ff4d0f+dirty 5.15 MiB 6.70 MiB 1.55 MiB
a3265b6+dirty 5.15 MiB 6.68 MiB 1.53 MiB
2c735cc+dirty 3.38 MiB 4.74 MiB 1.35 MiB
a5d243c+dirty 5.15 MiB 6.68 MiB 1.53 MiB
9210ae6+dirty 5.15 MiB 6.68 MiB 1.53 MiB
7a89652+dirty 5.15 MiB 6.70 MiB 1.55 MiB
a0d8cf8+dirty 5.15 MiB 6.67 MiB 1.51 MiB
038a6d7+dirty 5.15 MiB 6.70 MiB 1.55 MiB
41d6254+dirty 5.15 MiB 6.70 MiB 1.54 MiB

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

Startup times

Revision Plain With Sentry Diff
b48c857+dirty 1219.14 ms 1240.80 ms 21.66 ms
d8ec252+dirty 1207.53 ms 1214.22 ms 6.69 ms
adc8ee0+dirty 1218.86 ms 1224.06 ms 5.20 ms
ae0e9ff+dirty 1231.67 ms 1227.54 ms -4.13 ms
9126575+dirty 1220.25 ms 1219.30 ms -0.95 ms
854e803+dirty 1213.53 ms 1216.26 ms 2.73 ms
ba844d2+dirty 1208.18 ms 1210.70 ms 2.52 ms
15c429b+dirty 1207.92 ms 1212.02 ms 4.10 ms
c67d99f+dirty 1215.45 ms 1213.92 ms -1.53 ms
e718799+dirty 1225.16 ms 1224.02 ms -1.14 ms

App size

Revision Plain With Sentry Diff
b48c857+dirty 2.63 MiB 3.96 MiB 1.33 MiB
d8ec252+dirty 2.63 MiB 3.87 MiB 1.24 MiB
adc8ee0+dirty 3.44 MiB 4.59 MiB 1.16 MiB
ae0e9ff+dirty 2.63 MiB 4.00 MiB 1.37 MiB
9126575+dirty 3.44 MiB 4.59 MiB 1.15 MiB
854e803+dirty 3.41 MiB 4.67 MiB 1.25 MiB
ba844d2+dirty 3.44 MiB 4.59 MiB 1.15 MiB
15c429b+dirty 3.41 MiB 4.67 MiB 1.25 MiB
c67d99f+dirty 3.41 MiB 4.59 MiB 1.18 MiB
e718799+dirty 3.41 MiB 4.58 MiB 1.17 MiB

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 421.44 ms 492.30 ms 70.86 ms
Size 48.30 MiB 53.61 MiB 5.31 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
4966363+dirty 400.04 ms 431.08 ms 31.04 ms
ca9d079+dirty 411.29 ms 455.12 ms 43.83 ms
71abba0+dirty 496.54 ms 525.16 ms 28.63 ms
15d4514+dirty 406.77 ms 428.06 ms 21.29 ms
d2eadf8+dirty 414.64 ms 454.56 ms 39.92 ms
5569641+dirty 406.43 ms 428.51 ms 22.08 ms
0b5120f+dirty 503.22 ms 538.60 ms 35.38 ms
7436d0f+dirty 425.90 ms 475.56 ms 49.66 ms
5ee78d6+dirty 551.80 ms 568.27 ms 16.47 ms
5fe1c6c+dirty 401.62 ms 445.28 ms 43.66 ms

App size

Revision Plain With Sentry Diff
4966363+dirty 48.30 MiB 53.54 MiB 5.24 MiB
ca9d079+dirty 48.30 MiB 53.58 MiB 5.28 MiB
71abba0+dirty 48.30 MiB 53.49 MiB 5.19 MiB
15d4514+dirty 48.30 MiB 53.60 MiB 5.30 MiB
d2eadf8+dirty 48.30 MiB 53.48 MiB 5.18 MiB
5569641+dirty 48.30 MiB 53.48 MiB 5.18 MiB
0b5120f+dirty 48.30 MiB 53.58 MiB 5.28 MiB
7436d0f+dirty 48.30 MiB 53.60 MiB 5.30 MiB
5ee78d6+dirty 48.30 MiB 53.58 MiB 5.28 MiB
5fe1c6c+dirty 43.75 MiB 48.14 MiB 4.39 MiB

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

Startup times

Revision Plain With Sentry Diff
ae0e9ff+dirty 385.88 ms 403.54 ms 17.66 ms
aa4ed79+dirty 464.25 ms 510.72 ms 46.47 ms
dcebdb7+dirty 382.04 ms 379.62 ms -2.42 ms
e9ae3ed+dirty 526.77 ms 554.56 ms 27.79 ms
ba844d2+dirty 430.20 ms 457.92 ms 27.72 ms
3cf1cb0+dirty 348.30 ms 364.98 ms 16.68 ms
e817162+dirty 438.20 ms 470.33 ms 32.13 ms
300c47d+dirty 509.61 ms 528.31 ms 18.69 ms
854e803+dirty 398.94 ms 415.44 ms 16.50 ms
5275213+dirty 420.84 ms 462.24 ms 41.40 ms

App size

Revision Plain With Sentry Diff
ae0e9ff+dirty 17.75 MiB 19.71 MiB 1.96 MiB
aa4ed79+dirty 43.75 MiB 48.55 MiB 4.80 MiB
dcebdb7+dirty 17.75 MiB 19.70 MiB 1.95 MiB
e9ae3ed+dirty 43.75 MiB 48.05 MiB 4.29 MiB
ba844d2+dirty 43.75 MiB 48.08 MiB 4.33 MiB
3cf1cb0+dirty 17.75 MiB 19.74 MiB 2.00 MiB
e817162+dirty 43.75 MiB 48.55 MiB 4.80 MiB
300c47d+dirty 43.75 MiB 47.99 MiB 4.24 MiB
854e803+dirty 43.75 MiB 48.07 MiB 4.32 MiB
5275213+dirty 43.75 MiB 48.04 MiB 4.29 MiB

@sentry

sentry Bot commented Jun 9, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

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

⚙️ sentry-react-native Build Distribution Settings

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3827.28 ms 1219.23 ms -2608.05 ms
Size 5.15 MiB 6.71 MiB 1.55 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
4953e94+dirty 1217.41 ms 1223.53 ms 6.12 ms
7ff4d0f+dirty 3859.87 ms 1224.75 ms -2635.12 ms
a3265b6+dirty 3844.26 ms 1235.60 ms -2608.66 ms
2c735cc+dirty 1223.33 ms 1224.38 ms 1.04 ms
a5d243c+dirty 3827.92 ms 1220.10 ms -2607.81 ms
9210ae6+dirty 3834.11 ms 1216.64 ms -2617.47 ms
7a89652+dirty 3827.11 ms 1211.49 ms -2615.62 ms
a0d8cf8+dirty 3826.15 ms 1213.12 ms -2613.03 ms
038a6d7+dirty 3838.96 ms 1218.86 ms -2620.10 ms
41d6254+dirty 3849.78 ms 1233.91 ms -2615.86 ms

App size

Revision Plain With Sentry Diff
4953e94+dirty 3.38 MiB 4.73 MiB 1.35 MiB
7ff4d0f+dirty 5.15 MiB 6.70 MiB 1.55 MiB
a3265b6+dirty 5.15 MiB 6.68 MiB 1.53 MiB
2c735cc+dirty 3.38 MiB 4.74 MiB 1.35 MiB
a5d243c+dirty 5.15 MiB 6.68 MiB 1.53 MiB
9210ae6+dirty 5.15 MiB 6.68 MiB 1.53 MiB
7a89652+dirty 5.15 MiB 6.70 MiB 1.55 MiB
a0d8cf8+dirty 5.15 MiB 6.67 MiB 1.51 MiB
038a6d7+dirty 5.15 MiB 6.70 MiB 1.55 MiB
41d6254+dirty 5.15 MiB 6.70 MiB 1.54 MiB

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

Startup times

Revision Plain With Sentry Diff
b48c857+dirty 1204.78 ms 1206.73 ms 1.96 ms
d8ec252+dirty 1223.06 ms 1219.64 ms -3.42 ms
adc8ee0+dirty 1207.24 ms 1204.15 ms -3.10 ms
ae0e9ff+dirty 1233.31 ms 1237.02 ms 3.71 ms
9126575+dirty 1213.60 ms 1216.47 ms 2.86 ms
854e803+dirty 1208.53 ms 1208.33 ms -0.20 ms
ba844d2+dirty 1201.24 ms 1213.68 ms 12.44 ms
15c429b+dirty 1219.14 ms 1219.82 ms 0.67 ms
c67d99f+dirty 1214.71 ms 1212.94 ms -1.77 ms
e718799+dirty 1221.26 ms 1219.78 ms -1.48 ms

App size

Revision Plain With Sentry Diff
b48c857+dirty 3.19 MiB 4.53 MiB 1.35 MiB
d8ec252+dirty 3.19 MiB 4.44 MiB 1.25 MiB
adc8ee0+dirty 3.44 MiB 4.59 MiB 1.16 MiB
ae0e9ff+dirty 3.19 MiB 4.57 MiB 1.38 MiB
9126575+dirty 3.44 MiB 4.59 MiB 1.15 MiB
854e803+dirty 3.41 MiB 4.67 MiB 1.25 MiB
ba844d2+dirty 3.44 MiB 4.59 MiB 1.15 MiB
15c429b+dirty 3.41 MiB 4.67 MiB 1.25 MiB
c67d99f+dirty 3.41 MiB 4.59 MiB 1.18 MiB
e718799+dirty 3.41 MiB 4.58 MiB 1.17 MiB

@antonis antonis enabled auto-merge (squash) June 9, 2026 11:31
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 408.38 ms 442.15 ms 33.77 ms
Size 48.30 MiB 53.61 MiB 5.31 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
4966363+dirty 415.67 ms 448.60 ms 32.93 ms
ca9d079+dirty 460.67 ms 512.54 ms 51.87 ms
71abba0+dirty 411.04 ms 453.67 ms 42.63 ms
15d4514+dirty 413.63 ms 449.62 ms 35.99 ms
44c8b3f+dirty 492.13 ms 563.47 ms 71.34 ms
d2eadf8+dirty 468.02 ms 530.37 ms 62.35 ms
5569641+dirty 465.92 ms 532.22 ms 66.30 ms
0b5120f+dirty 413.75 ms 468.86 ms 55.11 ms
7436d0f+dirty 429.58 ms 452.52 ms 22.94 ms
5ee78d6+dirty 411.18 ms 437.83 ms 26.65 ms

App size

Revision Plain With Sentry Diff
4966363+dirty 48.30 MiB 53.54 MiB 5.24 MiB
ca9d079+dirty 48.30 MiB 53.58 MiB 5.28 MiB
71abba0+dirty 48.30 MiB 53.49 MiB 5.19 MiB
15d4514+dirty 48.30 MiB 53.60 MiB 5.30 MiB
44c8b3f+dirty 48.30 MiB 53.46 MiB 5.15 MiB
d2eadf8+dirty 48.30 MiB 53.48 MiB 5.18 MiB
5569641+dirty 48.30 MiB 53.48 MiB 5.18 MiB
0b5120f+dirty 48.30 MiB 53.58 MiB 5.28 MiB
7436d0f+dirty 48.30 MiB 53.60 MiB 5.30 MiB
5ee78d6+dirty 48.30 MiB 53.58 MiB 5.28 MiB

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

Startup times

Revision Plain With Sentry Diff
ae0e9ff+dirty 336.33 ms 381.12 ms 44.79 ms
aa4ed79+dirty 365.39 ms 397.39 ms 32.00 ms
dcebdb7+dirty 460.67 ms 498.36 ms 37.70 ms
ff56633+dirty 324.65 ms 389.38 ms 64.72 ms
e9ae3ed+dirty 448.73 ms 507.29 ms 58.55 ms
ba844d2+dirty 360.94 ms 375.84 ms 14.90 ms
3cf1cb0+dirty 348.50 ms 401.20 ms 52.70 ms
e817162+dirty 354.65 ms 389.76 ms 35.11 ms
300c47d+dirty 372.92 ms 401.59 ms 28.67 ms
854e803+dirty 472.92 ms 528.84 ms 55.92 ms

App size

Revision Plain With Sentry Diff
ae0e9ff+dirty 7.15 MiB 8.44 MiB 1.28 MiB
aa4ed79+dirty 43.94 MiB 49.38 MiB 5.44 MiB
dcebdb7+dirty 7.15 MiB 8.43 MiB 1.28 MiB
ff56633+dirty 7.15 MiB 8.41 MiB 1.26 MiB
e9ae3ed+dirty 43.94 MiB 48.87 MiB 4.93 MiB
ba844d2+dirty 43.94 MiB 48.91 MiB 4.97 MiB
3cf1cb0+dirty 7.15 MiB 8.46 MiB 1.31 MiB
e817162+dirty 43.94 MiB 49.38 MiB 5.44 MiB
300c47d+dirty 43.94 MiB 48.82 MiB 4.88 MiB
854e803+dirty 43.94 MiB 48.90 MiB 4.96 MiB

@antonis antonis merged commit 6a4d719 into main Jun 9, 2026
115 of 121 checks passed
@antonis antonis deleted the deps/scripts/update-javascript.sh branch June 9, 2026 11:31
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