Skip to content

chore(deps): update JavaScript SDK to v10.41.0#5744

Merged
antonis merged 1 commit intomainfrom
deps/scripts/update-javascript.sh
Mar 3, 2026
Merged

chore(deps): update JavaScript SDK to v10.41.0#5744
antonis merged 1 commit intomainfrom
deps/scripts/update-javascript.sh

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 2, 2026

Bumps scripts/update-javascript.sh from 10.40.0 to 10.41.0.

Auto-generated by a dependency updater.

Changelog

10.41.0

Important Changes

  • feat(core,cloudflare,deno): Add instrumentPostgresJsSql instrumentation (#19566)

    Added a new instrumentation helper for the postgres (postgres.js) library, designed for
    SDKs that are not based on OpenTelemetry (e.g. Cloudflare, Deno). This wraps a postgres.js sql tagged template instance so that
    all queries automatically create Sentry spans.

    import postgres from 'postgres';
    import * as Sentry from 'sentry/cloudflare'; // or 'sentry/deno'
    
    export default Sentry.withSentry(env => ({ dsn: '__DSN__' }), {
      async fetch(request, env, ctx) {
        const sql = Sentry.instrumentPostgresJsSql(postgres(env.DATABASE_URL));
    
        // All queries now create Sentry spans
        const users = await sql`SELECT * FROM users WHERE id = ${userId}`;
        return Response.json(users);
      },
    });

    The instrumentation is available in sentry/core, sentry/cloudflare, and sentry/deno.

  • feat(nextjs): Add Turbopack support for thirdPartyErrorFilterIntegration (#19542)

    We added experimental support for the thirdPartyErrorFilterIntegration with Turbopack builds.

    This feature requires Next.js 16+ and is currently behind an experimental flag:

    // next.config.ts
    import { withSentryConfig } from 'sentry/nextjs';
    
    export default withSentryConfig(nextConfig, {
      _experimental: {
        turbopackApplicationKey: 'my-app-key',
      },
    });

    Then configure the integration in your client instrumentation file with a matching key:

    // instrumentation-client.ts
    import * as Sentry from 'sentry/nextjs';
    
    Sentry.init({
      integrations: [
        Sentry.thirdPartyErrorFilterIntegration({
          filterKeys: ['my-app-key'],
          behaviour: 'apply-tag-if-exclusively-contains-third-party-frames',
        }),
      ],
    });

Other Changes

  • feat(core,cloudflare): Add dispose to the client for proper cleanup (#19506)
  • feat(deps): Bump rxjs from 7.8.1 to 7.8.2 (#19545)
  • feat(nextjs): Use not: foreign condition in turbopack loaders (#19502)
  • feat(react-router): Include middleware function names and indices (#19109)
  • fix(consola): Normalize extra keys from consola (#19511)
  • fix(core): Improve message truncation for multimodal content and normalize streaming span names (#19500)
  • fix(core): Strip inline media from multimodal content before stringification (#19540)
  • fix(deps): Bump transitive rollup deps to patch CVE-2026-27606 (#19565)
  • fix(langchain): Use runName argument in handleChainStart to fix unknown_chain spans (#19554)
  • fix(nestjs): Improve control flow exception filtering (#19524)
  • fix(tanstackstart-react): Flush events in server entry point for serverless environments (#19513)
  • fix(vue): Avoid triggering deprecated next callback from router instrumentation (#19476)
Internal Changes
  • chore: Updating minimatch (#19434)
  • chore(agents): Add dotagents (#19526)
  • chore(agents): Add nested AGENTS.md for browser (#19551)
  • chore(agents): Add nested AGENTS.md for nextjs (#19556)
  • chore(agents): Consolidate SDK dev rules into AGENTS.md (#19521)
  • chore(agents): Migrate repo-wide cursor rules to skills (#19549)
  • chore(agents): Remove stale cursor commands (#19560)
  • chore(ci): Validate alert id (#19499)
  • chore(deps): Bump rollup to 4.59.0 to fix path traversal vulnerability (#19538)
  • chore(lint): Remove junit report file (#19491)
  • chore(svelte,sveltekit): Use version range for magic-string (#19520)
  • chore(tanstackstart): Fix leftover formatting issue (#19536)
  • test(consola): Restructure tests (#19517)
  • test(node): Test runName parameter in handleChainStart for langchain (#19562)

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

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Mar 2, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 922119d to feea34b Compare March 2, 2026 12:42
@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 2, 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.41.0 by github-actions[bot] in #5744
  • chore(deps): bump tar to ^7.5.8 by antonis in #5703
  • chore(deps): bump js-yaml to fix prototype pollution in merge by antonis in #5709
  • chore(deps): bump ajv to fix ReDoS in $data option by antonis in #5710
  • chore(deps): update CLI to v3.2.3 by github-actions in #5743
  • Fixes the issue with unit mismatch in adjustTransactionDuration by alwx in #5740
  • Handle inactive state for spans by alwx in #5742
  • chore(deps): bump actions/github-script from 7 to 8 by dependabot in #5737
  • chore(deps): bump actions/upload-artifact from 6 to 7 by dependabot in #5739
  • chore(deps): bump futureware-tech/simulator-action from 4 to 5 by dependabot in #5735
  • chore(deps): bump actions/download-artifact from 7 to 8 by dependabot in #5736
  • chore(deps): bump path-to-regexp to 0.1.12 by antonis in #5706
  • fix(ios): resolve relative SOURCEMAP_FILE against project root in Xcode build script by antonis in #5730
  • test(metro): Add type tests for SentryExpoConfigOptions.getDefaultConfig by antonis in #5733
  • chore(deps): bump axios to ^1.13.5 by antonis in #5708
  • chore(deps): bump on-headers to ^1.1.0 by antonis in #5704
  • chore(deps): bump dottie from 2.0.6 to 2.0.7 by dependabot in #5731
  • Cirrus Labs runners for other important workflows (where it makes sense to do so) + Ubuntu update (22.04 -> 24.04) by alwx in #5696
  • chore(deps): bump diff to ^5.2.2 by antonis in #5705
  • chore(deps): update Bundler Plugins to v5.1.1 by github-actions in #5700
  • chore(deps): update JavaScript SDK to v10.40.0 by github-actions in #5715
  • ci: Cancel in-progress CI jobs when a PR is closed or merged by antonis in #5725

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from feea34b to acd081c Compare March 2, 2026 13:16
@antonis antonis added the ready-to-merge Triggers the full CI test suite label Mar 2, 2026
@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 2, 2026

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 426.79 ms 469.00 ms 42.21 ms
Size 43.75 MiB 48.48 MiB 4.72 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
86584b7+dirty 463.83 ms 500.31 ms 36.48 ms
9a81842+dirty 412.23 ms 416.56 ms 4.33 ms
c637fc7+dirty 433.70 ms 467.76 ms 34.06 ms
d73150f+dirty 411.21 ms 465.86 ms 54.65 ms
fa7bb7e+dirty 350.37 ms 377.02 ms 26.65 ms
3bd3f0d+dirty 447.21 ms 472.31 ms 25.10 ms
88890fe+dirty 350.94 ms 365.74 ms 14.80 ms
95aaf8a 437.89 ms 419.45 ms -18.44 ms
c0842e7+dirty 527.76 ms 566.69 ms 38.93 ms
1e7a472+dirty 348.80 ms 362.55 ms 13.75 ms

App size

Revision Plain With Sentry Diff
86584b7+dirty 43.75 MiB 48.08 MiB 4.33 MiB
9a81842+dirty 43.75 MiB 48.08 MiB 4.33 MiB
c637fc7+dirty 43.75 MiB 48.40 MiB 4.64 MiB
d73150f+dirty 43.75 MiB 48.55 MiB 4.80 MiB
fa7bb7e+dirty 17.75 MiB 19.75 MiB 2.00 MiB
3bd3f0d+dirty 17.75 MiB 19.70 MiB 1.95 MiB
88890fe+dirty 17.75 MiB 19.71 MiB 1.96 MiB
95aaf8a 17.75 MiB 19.68 MiB 1.93 MiB
c0842e7+dirty 43.75 MiB 48.41 MiB 4.66 MiB
1e7a472+dirty 17.75 MiB 19.70 MiB 1.96 MiB

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

Startup times

Revision Plain With Sentry Diff
e817162+dirty 438.20 ms 470.33 ms 32.13 ms
b9f1fe4+dirty 413.76 ms 405.46 ms -8.30 ms
ae0e9ff+dirty 385.88 ms 403.54 ms 17.66 ms
b243e31+dirty 480.42 ms 519.89 ms 39.47 ms
ff56633 463.52 ms 466.79 ms 3.27 ms
adc8ee0+dirty 524.31 ms 540.12 ms 15.81 ms
f24b405+dirty 494.82 ms 531.54 ms 36.72 ms
028a929+dirty 479.78 ms 475.83 ms -3.95 ms
e718799+dirty 481.58 ms 524.81 ms 43.23 ms
aa4ed79+dirty 464.25 ms 510.72 ms 46.47 ms

App size

Revision Plain With Sentry Diff
e817162+dirty 43.75 MiB 48.55 MiB 4.80 MiB
b9f1fe4+dirty 17.75 MiB 19.70 MiB 1.95 MiB
ae0e9ff+dirty 17.75 MiB 19.71 MiB 1.96 MiB
b243e31+dirty 17.75 MiB 19.70 MiB 1.96 MiB
ff56633 17.75 MiB 19.68 MiB 1.93 MiB
adc8ee0+dirty 43.75 MiB 48.09 MiB 4.33 MiB
f24b405+dirty 43.75 MiB 48.42 MiB 4.67 MiB
028a929+dirty 43.75 MiB 47.99 MiB 4.24 MiB
e718799+dirty 43.75 MiB 47.99 MiB 4.24 MiB
aa4ed79+dirty 43.75 MiB 48.55 MiB 4.80 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 2, 2026

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1189.00 ms 1192.04 ms 3.04 ms
Size 3.38 MiB 4.79 MiB 1.41 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
ea3e26e+dirty 1229.13 ms 1228.46 ms -0.67 ms
80e4616+dirty 1221.32 ms 1225.64 ms 4.32 ms
818a608+dirty 1205.76 ms 1208.00 ms 2.24 ms
77061ed+dirty 1233.16 ms 1234.88 ms 1.71 ms
bef3709+dirty 1222.07 ms 1220.24 ms -1.83 ms
a206511+dirty 1185.00 ms 1186.35 ms 1.35 ms
74979ac+dirty 1210.49 ms 1213.31 ms 2.82 ms
a2bb688+dirty 1223.53 ms 1232.90 ms 9.37 ms
8a868fe+dirty 1221.50 ms 1230.78 ms 9.28 ms
d590428+dirty 1211.77 ms 1220.51 ms 8.75 ms

App size

Revision Plain With Sentry Diff
ea3e26e+dirty 3.41 MiB 4.58 MiB 1.17 MiB
80e4616+dirty 3.38 MiB 4.60 MiB 1.22 MiB
818a608+dirty 2.63 MiB 3.91 MiB 1.28 MiB
77061ed+dirty 2.63 MiB 3.98 MiB 1.34 MiB
bef3709+dirty 3.38 MiB 4.78 MiB 1.40 MiB
a206511+dirty 3.41 MiB 4.67 MiB 1.25 MiB
74979ac+dirty 3.38 MiB 4.60 MiB 1.22 MiB
a2bb688+dirty 2.63 MiB 3.99 MiB 1.36 MiB
8a868fe+dirty 3.38 MiB 4.60 MiB 1.22 MiB
d590428+dirty 3.38 MiB 4.78 MiB 1.39 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
Contributor Author

github-actions bot commented Mar 2, 2026

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1222.63 ms 1222.47 ms -0.16 ms
Size 3.38 MiB 4.79 MiB 1.41 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
ea3e26e+dirty 1216.61 ms 1214.15 ms -2.47 ms
80e4616+dirty 1206.90 ms 1205.94 ms -0.96 ms
818a608+dirty 1218.84 ms 1223.18 ms 4.34 ms
77061ed+dirty 1210.77 ms 1218.45 ms 7.68 ms
bef3709+dirty 1217.79 ms 1225.33 ms 7.54 ms
a206511+dirty 1225.02 ms 1223.74 ms -1.28 ms
74979ac+dirty 1212.33 ms 1212.54 ms 0.21 ms
a2bb688+dirty 1244.82 ms 1238.60 ms -6.22 ms
8a868fe+dirty 1206.85 ms 1215.04 ms 8.19 ms
d590428+dirty 1221.23 ms 1225.27 ms 4.03 ms

App size

Revision Plain With Sentry Diff
ea3e26e+dirty 3.41 MiB 4.58 MiB 1.17 MiB
80e4616+dirty 3.38 MiB 4.60 MiB 1.22 MiB
818a608+dirty 3.19 MiB 4.48 MiB 1.29 MiB
77061ed+dirty 3.19 MiB 4.54 MiB 1.36 MiB
bef3709+dirty 3.38 MiB 4.78 MiB 1.40 MiB
a206511+dirty 3.41 MiB 4.67 MiB 1.25 MiB
74979ac+dirty 3.38 MiB 4.60 MiB 1.22 MiB
a2bb688+dirty 3.19 MiB 4.56 MiB 1.37 MiB
8a868fe+dirty 3.38 MiB 4.60 MiB 1.22 MiB
d590428+dirty 3.38 MiB 4.78 MiB 1.39 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

@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 2, 2026

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 434.29 ms 453.73 ms 19.44 ms
Size 43.94 MiB 49.35 MiB 5.41 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
7480abe+dirty 363.80 ms 431.34 ms 67.54 ms
2b89ce9+dirty 372.22 ms 417.06 ms 44.84 ms
170d5ea+dirty 348.79 ms 406.94 ms 58.15 ms
b1579bc+dirty 391.87 ms 456.26 ms 64.39 ms
73f2455+dirty 369.33 ms 398.90 ms 29.57 ms
0b64753+dirty 358.55 ms 429.16 ms 70.61 ms
6a70a7e+dirty 382.45 ms 424.54 ms 42.09 ms
2adbd1e+dirty 366.13 ms 419.49 ms 53.36 ms
f8d19f8+dirty 374.17 ms 383.40 ms 9.23 ms
7be1f99+dirty 369.02 ms 399.60 ms 30.58 ms

App size

Revision Plain With Sentry Diff
7480abe+dirty 7.15 MiB 8.41 MiB 1.26 MiB
2b89ce9+dirty 7.15 MiB 8.41 MiB 1.26 MiB
170d5ea+dirty 7.15 MiB 8.42 MiB 1.27 MiB
b1579bc+dirty 43.94 MiB 49.27 MiB 5.33 MiB
73f2455+dirty 43.94 MiB 48.82 MiB 4.88 MiB
0b64753+dirty 7.15 MiB 8.42 MiB 1.27 MiB
6a70a7e+dirty 7.15 MiB 8.42 MiB 1.26 MiB
2adbd1e+dirty 7.15 MiB 8.43 MiB 1.28 MiB
f8d19f8+dirty 43.94 MiB 48.91 MiB 4.97 MiB
7be1f99+dirty 7.15 MiB 8.42 MiB 1.27 MiB

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

Startup times

Revision Plain With Sentry Diff
e817162+dirty 354.65 ms 389.76 ms 35.11 ms
b9f1fe4+dirty 377.53 ms 429.20 ms 51.66 ms
ae0e9ff+dirty 336.33 ms 381.12 ms 44.79 ms
b243e31+dirty 369.02 ms 426.48 ms 57.46 ms
adc8ee0+dirty 415.32 ms 457.38 ms 42.06 ms
f24b405+dirty 374.67 ms 426.78 ms 52.11 ms
ff56633+dirty 324.65 ms 389.38 ms 64.72 ms
028a929+dirty 385.59 ms 410.49 ms 24.90 ms
e718799+dirty 521.13 ms 557.07 ms 35.94 ms
aa4ed79+dirty 365.39 ms 397.39 ms 32.00 ms

App size

Revision Plain With Sentry Diff
e817162+dirty 43.94 MiB 49.38 MiB 5.44 MiB
b9f1fe4+dirty 7.15 MiB 8.43 MiB 1.28 MiB
ae0e9ff+dirty 7.15 MiB 8.44 MiB 1.28 MiB
b243e31+dirty 7.15 MiB 8.43 MiB 1.28 MiB
adc8ee0+dirty 43.94 MiB 48.92 MiB 4.98 MiB
f24b405+dirty 43.94 MiB 49.28 MiB 5.34 MiB
ff56633+dirty 7.15 MiB 8.41 MiB 1.26 MiB
028a929+dirty 43.94 MiB 48.82 MiB 4.88 MiB
e718799+dirty 43.94 MiB 48.82 MiB 4.88 MiB
aa4ed79+dirty 43.94 MiB 49.38 MiB 5.44 MiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from acd081c to 66ad627 Compare March 2, 2026 15:53
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch 2 times, most recently from a87ea41 to 49559e9 Compare March 2, 2026 16:48
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 49559e9 to 6e9be35 Compare March 2, 2026 17:16
@antonis antonis merged commit 0777260 into main Mar 3, 2026
75 of 78 checks passed
@antonis antonis deleted the deps/scripts/update-javascript.sh branch March 3, 2026 08:19
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