Skip to content

chore(deps): update JavaScript SDK to v10.53.1#6139

Merged
antonis merged 3 commits into
mainfrom
deps/scripts/update-javascript.sh
May 13, 2026
Merged

chore(deps): update JavaScript SDK to v10.53.1#6139
antonis merged 3 commits into
mainfrom
deps/scripts/update-javascript.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

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

Auto-generated by a dependency updater.

Changelog

10.53.1

  • fix(core): Don't gate user data for streamed spans at scope read time (#20827)
  • fix(core): Include subpath type shims in published package (#20835)
  • ref(hono): Consolidate route patching and add clarification comments (#20829)
Internal Changes
  • chore(deps): Bump next from 15.5.15 to 15.5.18 in /dev-packages/e2e-tests/test-applications/nextjs-15-intl (#20821)

10.53.0

Important Changes

  • feat(core): Add streamGenAiSpans options to stream gen_ai spans (#20785)

    Adds a new streamGenAiSpans option that controls how gen_ai spans are
    sent to Sentry. When set, the SDK extracts all gen_ai spans out of a
    transaction and sends them as v2 envelope items.

    Enable this option if gen_ai spans are being dropped because the transaction payload exceeds size limits.

    Sentry.init({
      dsn: 'https://examplePublicKeyo0.ingest.sentry.io/0',
      streamGenAiSpans: true,
    });

Other Changes

  • feat(browser): Migrate browser profiling thread data to span attributes (#20800)
  • feat(core): Add addConsoleInstrumentationFilter utility (#20790)
  • feat(core): Add applicationKey to BuildTimeOptionsBase (#20789)
  • feat(core): split exports by browser/server for bundle size (#20435)
  • feat(nextjs): Add top-level applicationKey option (#20794)
  • feat(node): Support Node 26 (#20710)
  • feat(profiling-node): Bump sentry-internal/node-cpu-profiler to 2.4.0 (#20720)
  • fix(cloudflare): avoid flush lock self-wait (#20719)
  • fix(hono): Capture transaction name on request for correct culprit (#20801)
  • fix(mcp): retroactively wrap handlers registered before wrapMcpServerWithSentry (#20699)
  • fix(node-core): Guard against undefined util.getSystemErrorMap (#20660)
  • fix(replay): Capture aborted/errored fetch requests in replay network tab (#20722)
Internal Changes
  • chore: bump replay dependencies (#20746)
  • chore: Typo intergation -> integration (#20799)
  • chore(deps): Bump babel/plugin-transform-modules-systemjs from 7.24.1 to 7.29.4 (#20773)
  • chore(deps): Bump next from 15.5.15 to 15.5.18 in /dev-packages/e2e-tests/test-applications/nextjs-15 (#20818)
  • chore(deps): Bump next from 16.2.4 to 16.2.6 in /dev-packages/e2e-tests/test-applications/nextjs-16-streaming (#20811)
  • chore(deps): Bump rollup from 4.59.0 to 4.60.3 (#20716)
  • ci: Ensure PR reminder workflow considers new sub teams (#20814)
  • ci: Remove codecov reporting (#20803)
  • feat(deps): Bump bundler plugins to 5.3.0 (#20820)
  • feat(deps): Bump fast-uri from 3.0.6 to 3.1.2 (#20774)
  • feat(deps): Bump hono from 4.12.16 to 4.12.18 (#20777)
  • test(cloudflare-hono): fix 'occured' -> 'occurred' typo in error log (#20783)
  • test(deps): Bump hono from 4.12.14 to 4.12.16 (#20712)
  • test(deps): Bump hono from 4.12.14 to 4.12.18 in /dev-packages/e2e-tests/test-applications/cloudflare-hono (#20776)
  • test(e2e): Pin astro version in astro-6 test app (#20709)

Work in this release was contributed by dmmulroy and SAY-5. Thank you for your contributions!

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label May 12, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from fe359ad to 88fa3ed Compare May 12, 2026 12:28
@antonis antonis added the ready-to-merge Triggers the full CI test suite label May 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 12, 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.53.1 by github-actions[bot] in #6139
  • Multi-instance <TimeToInitialDisplay> / <TimeToFullDisplay> coordination; a multi-signal TTID/TTFD system by alwx in #6090
  • chore(deps): update Bundler Plugins to v5.3.0 by github-actions in #6138
  • chore: Merge 8.11.1 back to main by antonis in #6135
  • chore: Update warning regarding iOS crash in sentry-cocoa 9.12.0 by antonis in #6136
  • chore(deps): update CLI to v3.4.2 by github-actions in #6129
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.26.2 to 2.26.3 by dependabot in #6126
  • chore(deps): bump getsentry/craft from 2.26.2 to 2.26.3 by dependabot in #6127
  • chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by dependabot in #6128
  • feat(core): Extract text from children of touched components for breadcrumb labels by antonis in #6106
  • chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.25.0 to 7.29.4 by dependabot in #6124
  • chore(deps): bump fast-uri from 3.0.1 to 3.1.2 by dependabot in #6121
  • chore(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 by dependabot in #6120
  • chore(deps): bump socks to ^2.8.8 to fix ip-address vulnerability by antonis in #6117
  • chore(deps): bump uuid to ^13.0.1 to fix buffer bounds check vulnerability by antonis in #6118
  • test(replay): Add passthrough tests for device-state replay breadcrumbs by antonis in #6115
  • chore(deps): update JavaScript SDK to v10.52.0 by github-actions 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.

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 on getsentry/sentry-javascript#20835

@antonis antonis added Blocked and removed ready-to-merge Triggers the full CI test suite labels May 12, 2026
JPeer264 pushed a commit to getsentry/sentry-javascript that referenced this pull request May 12, 2026
## Summary

- Adds `browser.d.ts` and `server.d.ts` to the `files` list in
`@sentry/core` `package.json` so they are included in the published npm
tarball
- Adds `typesVersions` entries for `browser` and `server` subpaths to
support TypeScript < 5.0

## Context

PR [#20435](#20435)
introduced `@sentry/core/browser` and `@sentry/core/server` subpath
exports and added root-level `.d.ts` shim files for compatibility with
TypeScript compilers that don't support the `exports` field (e.g.
`moduleResolution: "node"`). However, the `.d.ts` shims were not added
to the `files` list, so they were excluded from the published `10.53.0`
tarball.

This breaks downstream consumers like `@sentry/react-native`
([getsentry/sentry-react-native#6139](getsentry/sentry-react-native#6139))
— their TS compiler can't resolve `@sentry/core/browser`, causing
`BaseTransportOptions` to become unresolvable and
`ReactNativeTransportOptions` to fail the type constraint check:

```
error TS2344: Type 'ReactNativeTransportOptions' does not satisfy the constraint 'BaseTransportOptions'.
  Type 'ReactNativeTransportOptions' is missing the following properties from type 'BaseTransportOptions': url, recordDroppedEvent
```

## Test plan

- [ ] Verify `npm pack --dry-run` includes `browser.d.ts` and
`server.d.ts` at the package root
- [ ] Verify `@sentry/react-native` builds successfully against a
patched `@sentry/core`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 88fa3ed to caef53b Compare May 13, 2026 04:23
@github-actions github-actions Bot changed the title chore(deps): update JavaScript SDK to v10.53.0 chore(deps): update JavaScript SDK to v10.53.1 May 13, 2026
@antonis antonis added the ready-to-merge Triggers the full CI test suite label May 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 13, 2026

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 618.15 ms 658.31 ms 40.16 ms
Size 48.30 MiB 53.54 MiB 5.23 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
890d145+dirty 504.54 ms 491.55 ms -12.99 ms
df5d108+dirty 527.06 ms 603.58 ms 76.52 ms
5a21b51+dirty 471.42 ms 524.22 ms 52.80 ms
2c735cc+dirty 414.09 ms 438.47 ms 24.38 ms
a50b33d+dirty 500.81 ms 532.11 ms 31.30 ms
f3215d3+dirty 411.11 ms 454.38 ms 43.27 ms
d2eadf8+dirty 414.64 ms 454.56 ms 39.92 ms
7d6fd3a+dirty 403.02 ms 422.56 ms 19.54 ms
ad66da3+dirty 468.46 ms 533.56 ms 65.10 ms
04207c4+dirty 459.19 ms 518.54 ms 59.35 ms

App size

Revision Plain With Sentry Diff
890d145+dirty 43.75 MiB 48.14 MiB 4.39 MiB
df5d108+dirty 43.75 MiB 48.08 MiB 4.33 MiB
5a21b51+dirty 48.30 MiB 53.49 MiB 5.19 MiB
2c735cc+dirty 43.75 MiB 48.08 MiB 4.33 MiB
a50b33d+dirty 43.75 MiB 48.08 MiB 4.33 MiB
f3215d3+dirty 48.30 MiB 53.49 MiB 5.19 MiB
d2eadf8+dirty 48.30 MiB 53.48 MiB 5.18 MiB
7d6fd3a+dirty 43.75 MiB 48.14 MiB 4.39 MiB
ad66da3+dirty 48.30 MiB 53.49 MiB 5.19 MiB
04207c4+dirty 43.75 MiB 48.12 MiB 4.37 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

@sentry
Copy link
Copy Markdown

sentry Bot commented May 13, 2026

📲 Install Builds

Android

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

⚙️ sentry-react-native Build Distribution Settings

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 13, 2026

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 425.09 ms 453.84 ms 28.75 ms
Size 48.30 MiB 53.54 MiB 5.23 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
5a21b51+dirty 505.16 ms 539.20 ms 34.04 ms
2c735cc+dirty 435.20 ms 459.48 ms 24.28 ms
f3215d3+dirty 396.53 ms 436.66 ms 40.13 ms
d2eadf8+dirty 468.02 ms 530.37 ms 62.35 ms
ad66da3+dirty 411.49 ms 449.38 ms 37.89 ms
04207c4+dirty 395.40 ms 456.55 ms 61.15 ms
8929511+dirty 469.49 ms 502.65 ms 33.16 ms
71abba0+dirty 411.04 ms 453.67 ms 42.63 ms
4e0ba9c+dirty 421.39 ms 455.80 ms 34.41 ms
23598c3+dirty 371.92 ms 420.65 ms 48.74 ms

App size

Revision Plain With Sentry Diff
5a21b51+dirty 48.30 MiB 53.49 MiB 5.19 MiB
2c735cc+dirty 43.94 MiB 48.94 MiB 5.00 MiB
f3215d3+dirty 48.30 MiB 53.49 MiB 5.19 MiB
d2eadf8+dirty 48.30 MiB 53.48 MiB 5.18 MiB
ad66da3+dirty 48.30 MiB 53.49 MiB 5.19 MiB
04207c4+dirty 43.94 MiB 48.98 MiB 5.04 MiB
8929511+dirty 43.94 MiB 49.02 MiB 5.08 MiB
71abba0+dirty 48.30 MiB 53.49 MiB 5.19 MiB
4e0ba9c+dirty 48.30 MiB 53.49 MiB 5.19 MiB
23598c3+dirty 43.94 MiB 49.02 MiB 5.08 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 caef53b to cfe9bce Compare May 13, 2026 07:26
`@sentry-internal/typescript` 10.53.1 removed `alwaysStrict: false`,
so ts-jest now emits `"use strict"` and frozen property assignment throws.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@antonis
Copy link
Copy Markdown
Contributor

antonis commented May 13, 2026

Unblocking with 10.53.1 that contains getsentry/sentry-javascript#20835 and the test fix 23e006d

@antonis antonis removed the Blocked label May 13, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3845.94 ms 1233.80 ms -2612.14 ms
Size 5.15 MiB 6.68 MiB 1.53 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
7ac3378+dirty 1213.37 ms 1218.15 ms 4.78 ms
4953e94+dirty 1212.06 ms 1214.83 ms 2.77 ms
3ce5254+dirty 1219.93 ms 1221.90 ms 1.96 ms
a0d8cf8+dirty 3842.33 ms 1212.40 ms -2629.93 ms
71abba0+dirty 3821.93 ms 1202.81 ms -2619.12 ms
5c1e987+dirty 1204.30 ms 1222.15 ms 17.85 ms
bc0d8cf+dirty 3830.33 ms 1220.52 ms -2609.81 ms
c004dae+dirty 3850.32 ms 1227.79 ms -2622.53 ms
2c735cc+dirty 1229.67 ms 1221.50 ms -8.17 ms
100ce80+dirty 3842.93 ms 1229.52 ms -2613.41 ms

App size

Revision Plain With Sentry Diff
7ac3378+dirty 3.38 MiB 4.76 MiB 1.38 MiB
4953e94+dirty 3.38 MiB 4.73 MiB 1.35 MiB
3ce5254+dirty 3.38 MiB 4.76 MiB 1.38 MiB
a0d8cf8+dirty 5.15 MiB 6.67 MiB 1.51 MiB
71abba0+dirty 5.15 MiB 6.67 MiB 1.52 MiB
5c1e987+dirty 3.38 MiB 4.73 MiB 1.35 MiB
bc0d8cf+dirty 5.15 MiB 6.67 MiB 1.51 MiB
c004dae+dirty 5.15 MiB 6.67 MiB 1.51 MiB
2c735cc+dirty 3.38 MiB 4.74 MiB 1.35 MiB
100ce80+dirty 5.15 MiB 6.67 MiB 1.51 MiB

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

Startup times

Revision Plain With Sentry Diff
15c429b+dirty 1207.92 ms 1212.02 ms 4.10 ms
028a929+dirty 1192.81 ms 1192.37 ms -0.44 ms
b243e31+dirty 1225.16 ms 1237.90 ms 12.73 ms
300c47d+dirty 1202.78 ms 1217.14 ms 14.36 ms
e9ae3ed+dirty 1217.55 ms 1213.53 ms -4.02 ms
1eed088+dirty 1233.41 ms 1233.63 ms 0.22 ms
854e803+dirty 1213.53 ms 1216.26 ms 2.73 ms
995b75a+dirty 1210.56 ms 1218.13 ms 7.57 ms
e817162+dirty 1212.43 ms 1216.10 ms 3.67 ms
f24b405+dirty 1223.67 ms 1228.45 ms 4.78 ms

App size

Revision Plain With Sentry Diff
15c429b+dirty 3.41 MiB 4.67 MiB 1.25 MiB
028a929+dirty 3.41 MiB 4.57 MiB 1.16 MiB
b243e31+dirty 2.63 MiB 4.00 MiB 1.36 MiB
300c47d+dirty 3.41 MiB 4.58 MiB 1.17 MiB
e9ae3ed+dirty 3.41 MiB 4.59 MiB 1.18 MiB
1eed088+dirty 2.63 MiB 3.98 MiB 1.35 MiB
854e803+dirty 3.41 MiB 4.67 MiB 1.25 MiB
995b75a+dirty 2.63 MiB 3.98 MiB 1.35 MiB
e817162+dirty 3.38 MiB 4.60 MiB 1.22 MiB
f24b405+dirty 3.38 MiB 4.78 MiB 1.40 MiB

@github-actions
Copy link
Copy Markdown
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3855.29 ms 1233.98 ms -2621.31 ms
Size 5.15 MiB 6.68 MiB 1.53 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
7ac3378+dirty 1202.35 ms 1198.31 ms -4.04 ms
4953e94+dirty 1217.41 ms 1223.53 ms 6.12 ms
3ce5254+dirty 1217.70 ms 1224.69 ms 6.99 ms
a0d8cf8+dirty 3826.15 ms 1213.12 ms -2613.03 ms
71abba0+dirty 3852.70 ms 1224.53 ms -2628.16 ms
5c1e987+dirty 1208.43 ms 1220.72 ms 12.29 ms
bc0d8cf+dirty 3834.64 ms 1223.91 ms -2610.73 ms
c004dae+dirty 3857.82 ms 1224.87 ms -2632.95 ms
2c735cc+dirty 1223.33 ms 1224.38 ms 1.04 ms
100ce80+dirty 3843.57 ms 1226.46 ms -2617.12 ms

App size

Revision Plain With Sentry Diff
7ac3378+dirty 3.38 MiB 4.76 MiB 1.38 MiB
4953e94+dirty 3.38 MiB 4.73 MiB 1.35 MiB
3ce5254+dirty 3.38 MiB 4.76 MiB 1.38 MiB
a0d8cf8+dirty 5.15 MiB 6.67 MiB 1.51 MiB
71abba0+dirty 5.15 MiB 6.67 MiB 1.52 MiB
5c1e987+dirty 3.38 MiB 4.73 MiB 1.35 MiB
bc0d8cf+dirty 5.15 MiB 6.67 MiB 1.51 MiB
c004dae+dirty 5.15 MiB 6.67 MiB 1.51 MiB
2c735cc+dirty 3.38 MiB 4.74 MiB 1.35 MiB
100ce80+dirty 5.15 MiB 6.67 MiB 1.51 MiB

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

Startup times

Revision Plain With Sentry Diff
15c429b+dirty 1219.14 ms 1219.82 ms 0.67 ms
028a929+dirty 1211.19 ms 1211.10 ms -0.08 ms
b243e31+dirty 1232.84 ms 1233.51 ms 0.67 ms
300c47d+dirty 1221.06 ms 1224.00 ms 2.94 ms
e9ae3ed+dirty 1208.33 ms 1209.12 ms 0.79 ms
1eed088+dirty 1220.49 ms 1225.57 ms 5.08 ms
854e803+dirty 1208.53 ms 1208.33 ms -0.20 ms
995b75a+dirty 1227.29 ms 1229.08 ms 1.80 ms
e817162+dirty 1202.53 ms 1208.38 ms 5.85 ms
f24b405+dirty 1210.75 ms 1217.13 ms 6.38 ms

App size

Revision Plain With Sentry Diff
15c429b+dirty 3.41 MiB 4.67 MiB 1.25 MiB
028a929+dirty 3.41 MiB 4.57 MiB 1.16 MiB
b243e31+dirty 3.19 MiB 4.56 MiB 1.38 MiB
300c47d+dirty 3.41 MiB 4.58 MiB 1.17 MiB
e9ae3ed+dirty 3.41 MiB 4.59 MiB 1.18 MiB
1eed088+dirty 3.19 MiB 4.55 MiB 1.36 MiB
854e803+dirty 3.41 MiB 4.67 MiB 1.25 MiB
995b75a+dirty 3.19 MiB 4.55 MiB 1.36 MiB
e817162+dirty 3.38 MiB 4.60 MiB 1.22 MiB
f24b405+dirty 3.38 MiB 4.78 MiB 1.40 MiB

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 after the 10.53.1 bump that contains getsentry/sentry-javascript#20835
Also had to add:

@antonis antonis merged commit 3b6e9f9 into main May 13, 2026
131 of 143 checks passed
@antonis antonis deleted the deps/scripts/update-javascript.sh branch May 13, 2026 09:40
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