Skip to content

chore(deps): update JavaScript SDK to v10.39.0#5674

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

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

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-javascript.sh from 10.38.0 to 10.39.0.

Auto-generated by a dependency updater.

Changelog

10.39.0

Important Changes

  • feat(tanstackstart-react): Auto-instrument server function middleware (#19001)

    The sentryTanstackStart Vite plugin now automatically instruments middleware in createServerFn().middleware([...]) calls. This captures performance data without requiring manual wrapping with wrapMiddlewaresWithSentry().

  • feat(nextjs): New experimental automatic vercel cron monitoring (#19192)

    Setting _experimental.vercelCronMonitoring to true in your Sentry configuration will automatically create Sentry cron monitors for your Vercel Cron Jobs.

    Please note that this is an experimental unstable feature and subject to change.

    // next.config.ts
    export default withSentryConfig(nextConfig, {
      _experimental: {
        vercelCronMonitoring: true,
      },
    });
  • feat(node-core): Add node-core/light (#18502)

    This release adds a new light-weight sentry/node-core/light export to sentry/node-core. The export acts as a light-weight SDK that does not depend on OpenTelemetry and emits no spans.

    Use this SDK when:

    • You only need error tracking, logs or metrics without tracing data (no spans)
    • You want to minimize bundle size and runtime overhead
    • You don't need spans emitted by OpenTelemetry instrumentation

    It supports error tracking and reporting, logs, metrics, automatic request isolation (requires Node.js 22+) and basic tracing via our Sentry.startSpan* APIs.

    Install the SDK by running

    npm install sentry/node-core

    and add Sentry at the top of your application's entry file:

    import * as Sentry from 'sentry/node-core/light';
    
    Sentry.init({
      dsn: '__DSN__',
    });

Other Changes

  • feat(browser): Add mode option for the browser session integration (#18997)
  • feat(browser): Include culture context with events (#19148)
  • feat(browser): Trace continuation from server-timing headers (#18673)
  • feat(core,cloudflare): Enable certain fields with env variables (#19245)
  • feat(deps): bump isaacs/brace-expansion from 5.0.0 to 5.0.1 (#19149)
  • feat(deps): bump sentry/bundler-plugin-core from 4.8.0 to 4.9.0 (#19190)
  • feat(deps): Bump glob in sentry/react-router (#19162)
  • feat(deps): bump hono from 4.11.1 to 4.11.7 (#19068)
  • feat(hono): Add base for Sentry Hono middleware (Cloudflare) (#18787)
  • feat(nextjs): Set cloudflare runtime (#19084)
  • feat(node-core): Add outgoing fetch trace propagation to light mode (#19262)
  • feat(react): Add lazyRouteManifest option to resolve lazy-route names (#19086)
  • feat(vercel-ai): Add rerank support and fix token attribute mapping (#19144)
  • fix(core): Avoid blocking the process for weightBasedFlushing (#19174)
  • fix(core): Avoid blocking the process when calling flush on empty buffer (#19062)
  • fix(core): Ensure partially set SDK metadata options are preserved (#19102)
  • fix(core): Fix truncation to only keep last message in vercel (#19080)
  • fix(core): Intercept .withResponse() to preserve OpenAI stream instrumentation (#19122)
  • fix(core): Prevent infinite recursion when event processor throws (#19110)
  • fix(core): Record client report with reason for HTTP 413 responses (#19093)
  • fix(core): Remove outdated _experiments.enableMetrics references from metrics JSDoc (#19252)
  • fix(core): Respect event.event_id in scope.captureEvent return value (#19113)
  • fix(core): use sessionId for MCP transport correlation (#19172)
  • fix(deps): Bump nestjs/platform-express to 11.1.13 (#19206)
  • fix(deps): Bump diff to 5.2.2 (#19228)
  • fix(deps): Bump js-yaml to 3.14.2 and 4.1.1 (#19216)
  • fix(deps): Bump lodash to 4.17.23 (#19211)
  • fix(deps): Bump mdast-util-to-hast to 13.2.1 (#19205)
  • fix(deps): Bump node-forge to 1.3.2 (#19183)
  • fix(deps): Bump react-router to 6.30.3 (#19212)
  • fix(deps): Bump sinon to 21.0.1 in sentry/ember (#19246)
  • fix(deps): Bump vite to 5.4.21 (#19214)
  • fix(nextjs): Expose an event id when captureUnderscoreErrorException captures an exception (#19185)
  • fix(nextjs): Populate SENTRY_SERVER_MODULES in Turbopack (#19231)
  • fix(node): Use snake_case for Fastify's request-handler op. (#18729)
  • fix(nuxt): Avoid logging database skip warning when debug is disabled (#19095)
  • fix(nuxt): Respect configured environment settings (#19243)
  • fix(profiling-node): 137 ABI should not be pruned for node 24 (#19236)
  • fix(replay): Improve error messages when compression worker fails to load (#19008)
  • fix(svelte): Bump svelte dev dependency to 3.59.2 (#19208)
  • fix(sveltekit): Detect used adapter via svelte.config.js (#19270)
  • fix(tanstackstart-react): Use auto.middleware.tanstackstart as middleware trace origin (#19137)
  • ref(core): Move shouldPropagateTraceForUrl from opentelemetry to core (#19254)
  • ref(core): Move shouldPropagateTraceForUrl from opentelemetry to core (#19258)
  • ref(sveltekit): Use untrack to read route id without invalidation (#19272)
Internal Changes
  • chore: Add cursor rules for AI integrations contributions (#19167)
  • chore: Add Makefiles for dev-packages to make it convenient to run tests (#19203)
  • chore: bump prettier to 3.8 (#19198)
  • chore(bugbot): Add rule to flag not-unref'd timers (#19082)
  • chore(deps-dev): bump sveltejs/kit from 2.49.5 to 2.50.1 (#19089)
  • chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 (#19189)
  • chore(deps-dev): bump vite from 3.2.11 to 5.4.21 (#19227)
  • chore(deps-dev): bump webpack from 5.95.0 to 5.104.1 (#19199)
  • chore(deps-dev): bump yaml from 2.2.2 to 2.8.2 (#19087)
  • chore(deps): Bump Apollo Server from v3 to v5 in integration tests (#19202)
  • chore(deps): Bump express in test utils + e2e apps (#19159)
  • chore(deps): Bump Lerna to v9 (#19244)
  • chore(deps): Bump mongoose in integration tests (#19175)
  • chore(deps): Bump solidjs to 1.9.11 to fix seroval alerts (#19150)
  • chore(deps): Bump webpack from 5.97.0 to 5.104.0 in ember-classic e2e test (#19239)
  • chore(deps): Bump webpack from 5.104.0 to 5.104.1 in ember-classic e2e test (#19247)
  • chore(e2e): Add banner to readme (#19138)
  • chore(llm): Add skill for fixing security vulnerabilities (#19178)
  • chore(node-core): Fix node-core integration test assertions (#19219)
  • ci: Ignore ticket creation for base branches other than develop/master (#19103)
  • ci(e2e): Remove nextjs-turbo canary tests (#19118)
  • ref: Removes unused eslint rule (via yarn fix) (#19266)
  • test(e2e): Bump nextjs-t3 to next 15 (#19130)
  • test(e2e): Migrate test app nextjs-turbo into nextjs-15 (#19107)

Work in this release was contributed by limbonaut and rfoel. Thank you for your contributions!

The sentryTanstackStart Vite plugin now automatically instruments middleware arrays in createFileRoute(). This captures performance data without requiring manual wrapping with wrapMiddlewaresWithSentry().

Full CHANGELOG.md diff
 -4,13 +4,143 
 
 - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
 
+## 10.39.0
+
+### Important Changes
+
+- **feat(tanstackstart-react): Auto-instrument server function middleware ([#19001](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19001))**
+
+  The `sentryTanstackStart` Vite plugin now automatically instruments middleware in `createServerFn().middleware([...])` calls. This captures performance data without requiring manual wrapping with `wrapMiddlewaresWithSentry()`.
+
+- **feat(nextjs): New experimental automatic vercel cron monitoring ([#19192](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19192))**
+
+  Setting `_experimental.vercelCronMonitoring` to `true` in your Sentry configuration will automatically create Sentry cron monitors for your Vercel Cron Jobs.
+
+  Please note that this is an experimental unstable feature and subject to change.
+
+  ```ts
+  // next.config.ts
+  export default withSentryConfig(nextConfig, {
+    _experimental: {
+      vercelCronMonitoring: true,
+    },
+  });
+  ```
+
+- **feat(node-core): Add node-core/light ([#18502](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/18502))**
+
+  This release adds a new light-weight `sentry/node-core/light` export to `sentry/node-core`. The export acts as a light-weight SDK that does not depend on OpenTelemetry and emits no spans.
+
+  Use this SDK when:
+  - You only need error tracking, logs or metrics without tracing data (no spans)
+  - You want to minimize bundle size and runtime overhead
+  - You don't need spans emitted by OpenTelemetry instrumentation
+
+  It supports error tracking and reporting, logs, metrics, automatic request isolation (requires Node.js 22+) and basic tracing via our `Sentry.startSpan*` APIs.
+
+  Install the SDK by running
+
+  ```bash
+  npm install sentry/node-core
+  ```
+
+  and add Sentry at the top of your application's entry file:
+
+  ```js
+  import * as Sentry from 'sentry/node-core/light';
+
+  Sentry.init({
+    dsn: '__DSN__',
+  });
+  ```
+
+### Other Changes
+
+- feat(browser): Add mode option for the browser session integration ([#18997](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/18997))
+- feat(browser): Include culture context with events ([#19148](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19148))
+- feat(browser): Trace continuation from server-timing headers ([#18673](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/18673))
+- feat(core,cloudflare): Enable certain fields with env variables ([#19245](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19245))
+- feat(deps): bump isaacs/brace-expansion from 5.0.0 to 5.0.1 ([#19149](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19149))
+- feat(deps): bump sentry/bundler-plugin-core from 4.8.0 to 4.9.0 ([#19190](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19190))
+- feat(deps): Bump `glob` in `sentry/react-router` ([#19162](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19162))
+- feat(deps): bump hono from 4.11.1 to 4.11.7 ([#19068](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19068))
+- feat(hono): Add base for Sentry Hono middleware (Cloudflare) ([#18787](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/18787))
+- feat(nextjs): Set cloudflare runtime ([#19084](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19084))
+- feat(node-core): Add outgoing fetch trace propagation to light mode ([#19262](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19262))
+- feat(react): Add `lazyRouteManifest` option to resolve lazy-route names ([#19086](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19086))
+- feat(vercel-ai): Add rerank support and fix token attribute mapping ([#19144](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19144))
+- fix(core): Avoid blocking the process for weightBasedFlushing ([#19174](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19174))
+- fix(core): Avoid blocking the process when calling `flush` on empty buffer ([#19062](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19062))
+- fix(core): Ensure partially set SDK metadata options are preserved ([#19102](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19102))
+- fix(core): Fix truncation to only keep last message in vercel ([#19080](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19080))
+- fix(core): Intercept .withResponse() to preserve OpenAI stream instrumentation ([#19122](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19122))
+- fix(core): Prevent infinite recursion when event processor throws ([#19110](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19110))
+- fix(core): Record client report with reason for HTTP 413 responses ([#19093](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19093))
+- fix(core): Remove outdated `_experiments.enableMetrics` references from metrics JSDoc ([#19252](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19252))
+- fix(core): Respect event.event_id in scope.captureEvent return value ([#19113](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19113))
+- fix(core): use sessionId for MCP transport correlation ([#19172](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19172))
+- fix(deps): Bump `nestjs/platform-express` to `11.1.13` ([#19206](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19206))
+- fix(deps): Bump diff to 5.2.2 ([#19228](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19228))
+- fix(deps): Bump js-yaml to 3.14.2 and 4.1.1 ([#19216](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19216))
+- fix(deps): Bump lodash to 4.17.23 ([#19211](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19211))
+- fix(deps): Bump mdast-util-to-hast to 13.2.1 ([#19205](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19205))
+- fix(deps): Bump node-forge to 1.3.2 ([#19183](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19183))
+- fix(deps): Bump react-router to 6.30.3 ([#19212](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19212))
+- fix(deps): Bump sinon to `21.0.1` in `sentry/ember` ([#19246](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19246))
+- fix(deps): Bump vite to 5.4.21 ([#19214](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19214))
+- fix(nextjs): Expose an event id when `captureUnderscoreErrorException` captures an exception ([#19185](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19185))
+- fix(nextjs): Populate **SENTRY_SERVER_MODULES** in Turbopack ([#19231](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19231))
+- fix(node): Use snake_case for Fastify's `request-handler` op. ([#18729](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/18729))
+- fix(nuxt): Avoid logging database skip warning when `debug` is disabled ([#19095](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19095))
+- fix(nuxt): Respect configured environment settings ([#19243](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19243))
+- fix(profiling-node): 137 ABI should not be pruned for node 24 ([#19236](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19236))
+- fix(replay): Improve error messages when compression worker fails to load ([#19008](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19008))
+- fix(svelte): Bump svelte dev dependency to `3.59.2` ([#19208](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19208))
+- fix(sveltekit): Detect used adapter via `svelte.config.js` ([#19270](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19270))
+- fix(tanstackstart-react): Use `auto.middleware.tanstackstart` as middleware trace origin ([#19137](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19137))
+- ref(core): Move `shouldPropagateTraceForUrl` from opentelemetry to core ([#19254](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19254))
+- ref(core): Move shouldPropagateTraceForUrl from opentelemetry to core ([#19258](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19258))
+- ref(sveltekit): Use `untrack` to read route id without invalidation ([#19272](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19272))
+
+<details>
+  <summary><strong>Internal Changes</strong></summary>
+
+- chore: Add cursor rules for AI integrations contributions ([#19167](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19167))
+- chore: Add Makefiles for dev-packages to make it convenient to run tests ([#19203](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19203))
+- chore: bump prettier to 3.8 ([#19198](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19198))
+- chore(bugbot): Add rule to flag not-unref'd timers ([#19082](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19082))
+- chore(deps-dev): bump sveltejs/kit from 2.49.5 to 2.50.1 ([#19089](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19089))
+- chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 ([#19189](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19189))
+- chore(deps-dev): bump vite from 3.2.11 to 5.4.21 ([#19227](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19227))
+- chore(deps-dev): bump webpack from 5.95.0 to 5.104.1 ([#19199](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19199))
+- chore(deps-dev): bump yaml from 2.2.2 to 2.8.2 ([#19087](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19087))
+- chore(deps): Bump Apollo Server from v3 to v5 in integration tests ([#19202](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19202))
+- chore(deps): Bump express in test utils + e2e apps ([#19159](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19159))
+- chore(deps): Bump Lerna to v9 ([#19244](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19244))
+- chore(deps): Bump mongoose in integration tests ([#19175](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19175))
+- chore(deps): Bump solidjs to 1.9.11 to fix `seroval` alerts ([#19150](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19150))
+- chore(deps): Bump webpack from 5.97.0 to 5.104.0 in ember-classic e2e test ([#19239](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19239))
+- chore(deps): Bump webpack from 5.104.0 to 5.104.1 in ember-classic e2e test ([#19247](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19247))
+- chore(e2e): Add banner to readme ([#19138](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19138))
+- chore(llm): Add skill for fixing security vulnerabilities ([#19178](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19178))
+- chore(node-core): Fix node-core integration test assertions ([#19219](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19219))
+- ci: Ignore ticket creation for base branches other than develop/master ([#19103](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19103))
+- ci(e2e): Remove `nextjs-turbo` canary tests ([#19118](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19118))
+- ref: Removes unused eslint rule (via yarn fix) ([#19266](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19266))
+- test(e2e): Bump `nextjs-t3` to next 15 ([#19130](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19130))
+- test(e2e): Migrate test app `nextjs-turbo` into `nextjs-15` ([#19107](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/19107))
+
+</details>
+
+Work in this release was contributed by limbonaut and rfoel. Thank you for your contributions!
+
 ## 10.38.0
 
 ### Important Changes
 
 - **feat(tanstackstart-react): Auto-instrument request middleware ([#18989](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/18989))**
 
-The `sentryTanstackStart` Vite plugin now automatically instruments `middleware` arrays in `createFileRoute()`. This captures performance data without requiring manual wrapping with `wrapMiddlewaresWithSentry()`.
+  The `sentryTanstackStart` Vite plugin now automatically instruments `middleware` arrays in `createFileRoute()`. This captures performance data without requiring manual wrapping with `wrapMiddlewaresWithSentry()`.
 
 ### Other Changes
 

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Feb 16, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 17d1c43 to 8fe2d30 Compare February 16, 2026 09:11
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 16, 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.39.0 by github-actions[bot] in #5674
  • fix(spotlight): Add Sentry Spotlight dependency for debug builds by romtsn in #5667
  • chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 by dependabot in #5669
  • chore(deps): bump faraday from 1.10.4 to 1.10.5 in /samples/react-native-macos by dependabot in #5671
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.21.2 to 2.21.4 by dependabot in #5668
  • chore(deps): bump getsentry/craft from 2.21.2 to 2.21.4 by dependabot in #5670
  • feat: v8: Expose iOS options to ignore views from subtree traversal by antonis in #5663
  • chore(deps): bump faraday from 1.10.4 to 1.10.5 in /samples/react-native by dependabot in #5658
  • chore(deps): bump faraday from 1.10.4 to 1.10.5 in /performance-tests by dependabot in #5659

🤖 This preview updates automatically when you update the PR.

@antonis antonis added the ready-to-merge Triggers the full CI test suite label Feb 16, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 8fe2d30 to 0dc000e Compare February 16, 2026 09:15
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 0dc000e to e72b336 Compare February 16, 2026 09:23
@github-actions
Copy link
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1223.67 ms 1228.45 ms 4.78 ms
Size 3.38 MiB 4.78 MiB 1.40 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
9b50d32+dirty 1216.53 ms 1221.64 ms 5.10 ms
083f560+dirty 1227.33 ms 1242.02 ms 14.69 ms
7480abe+dirty 1220.53 ms 1244.18 ms 23.65 ms
d1bfbde+dirty 1216.83 ms 1212.83 ms -3.99 ms
a2bb688+dirty 1223.53 ms 1232.90 ms 9.37 ms
652f785+dirty 1219.66 ms 1223.62 ms 3.96 ms
6c36ba5+dirty 1214.56 ms 1216.52 ms 1.96 ms
9bf5446+dirty 1206.20 ms 1206.69 ms 0.48 ms
f081f58+dirty 1219.10 ms 1217.57 ms -1.53 ms
0dff710+dirty 1207.23 ms 1203.26 ms -3.97 ms

App size

Revision Plain With Sentry Diff
9b50d32+dirty 3.41 MiB 4.59 MiB 1.18 MiB
083f560+dirty 2.63 MiB 4.00 MiB 1.36 MiB
7480abe+dirty 2.63 MiB 3.96 MiB 1.33 MiB
d1bfbde+dirty 3.41 MiB 4.58 MiB 1.17 MiB
a2bb688+dirty 2.63 MiB 3.99 MiB 1.36 MiB
652f785+dirty 3.41 MiB 4.57 MiB 1.16 MiB
6c36ba5+dirty 3.38 MiB 4.60 MiB 1.22 MiB
9bf5446+dirty 3.41 MiB 4.59 MiB 1.18 MiB
f081f58+dirty 3.41 MiB 4.58 MiB 1.17 MiB
0dff710+dirty 3.44 MiB 4.59 MiB 1.15 MiB

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

Startup times

Revision Plain With Sentry Diff
1eed088+dirty 1233.41 ms 1233.63 ms 0.22 ms
ae0e9ff+dirty 1231.67 ms 1227.54 ms -4.13 ms
dcebdb7+dirty 1199.17 ms 1206.65 ms 7.49 ms
ba844d2+dirty 1208.18 ms 1210.70 ms 2.52 ms
e718799+dirty 1225.16 ms 1224.02 ms -1.14 ms
b243e31+dirty 1225.16 ms 1237.90 ms 12.73 ms
854e803+dirty 1213.53 ms 1216.26 ms 2.73 ms
d8ec252+dirty 1207.53 ms 1214.22 ms 6.69 ms
c67d99f+dirty 1215.45 ms 1213.92 ms -1.53 ms
adc8ee0+dirty 1218.86 ms 1224.06 ms 5.20 ms

App size

Revision Plain With Sentry Diff
1eed088+dirty 2.63 MiB 3.98 MiB 1.35 MiB
ae0e9ff+dirty 2.63 MiB 4.00 MiB 1.37 MiB
dcebdb7+dirty 2.63 MiB 3.99 MiB 1.36 MiB
ba844d2+dirty 3.44 MiB 4.59 MiB 1.15 MiB
e718799+dirty 3.41 MiB 4.58 MiB 1.17 MiB
b243e31+dirty 2.63 MiB 4.00 MiB 1.36 MiB
854e803+dirty 3.41 MiB 4.67 MiB 1.25 MiB
d8ec252+dirty 2.63 MiB 3.87 MiB 1.24 MiB
c67d99f+dirty 3.41 MiB 4.59 MiB 1.18 MiB
adc8ee0+dirty 3.44 MiB 4.59 MiB 1.16 MiB

@github-actions
Copy link
Contributor Author

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 494.82 ms 531.54 ms 36.72 ms
Size 43.75 MiB 48.42 MiB 4.67 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
f70acbf+dirty 373.39 ms 382.81 ms 9.43 ms
d9f44bb+dirty 400.64 ms 431.65 ms 31.01 ms
f3b058c+dirty 501.18 ms 536.70 ms 35.52 ms
8e653ac+dirty 360.28 ms 372.04 ms 11.76 ms
eb07ba3 470.04 ms 473.35 ms 3.31 ms
74979ac+dirty 444.68 ms 479.36 ms 34.68 ms
3bd3f0d+dirty 447.21 ms 472.31 ms 25.10 ms
785ffb1 471.92 ms 460.96 ms -10.96 ms
6416d6c+dirty 407.30 ms 422.00 ms 14.70 ms
ba75c7c 367.72 ms 369.16 ms 1.44 ms

App size

Revision Plain With Sentry Diff
f70acbf+dirty 17.75 MiB 19.68 MiB 1.94 MiB
d9f44bb+dirty 43.75 MiB 48.40 MiB 4.64 MiB
f3b058c+dirty 43.75 MiB 48.07 MiB 4.32 MiB
8e653ac+dirty 17.75 MiB 19.75 MiB 2.00 MiB
eb07ba3 17.75 MiB 20.15 MiB 2.41 MiB
74979ac+dirty 43.75 MiB 48.41 MiB 4.66 MiB
3bd3f0d+dirty 17.75 MiB 19.70 MiB 1.95 MiB
785ffb1 17.75 MiB 20.15 MiB 2.41 MiB
6416d6c+dirty 43.75 MiB 48.05 MiB 4.30 MiB
ba75c7c 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
9126575+dirty 342.44 ms 375.78 ms 33.34 ms
ff56633 463.52 ms 466.79 ms 3.27 ms
b9f1fe4+dirty 413.76 ms 405.46 ms -8.30 ms
300c47d+dirty 509.61 ms 528.31 ms 18.69 ms
5275213+dirty 420.84 ms 462.24 ms 41.40 ms
d8ec252 421.51 ms 442.57 ms 21.06 ms
854e803+dirty 398.94 ms 415.44 ms 16.50 ms
e9ae3ed+dirty 526.77 ms 554.56 ms 27.79 ms
7d6d267+dirty 389.22 ms 417.54 ms 28.32 ms
dcebdb7+dirty 382.04 ms 379.62 ms -2.42 ms

App size

Revision Plain With Sentry Diff
9126575+dirty 43.75 MiB 48.08 MiB 4.33 MiB
ff56633 17.75 MiB 19.68 MiB 1.93 MiB
b9f1fe4+dirty 17.75 MiB 19.70 MiB 1.95 MiB
300c47d+dirty 43.75 MiB 47.99 MiB 4.24 MiB
5275213+dirty 43.75 MiB 48.04 MiB 4.29 MiB
d8ec252 17.75 MiB 19.68 MiB 1.94 MiB
854e803+dirty 43.75 MiB 48.07 MiB 4.32 MiB
e9ae3ed+dirty 43.75 MiB 48.05 MiB 4.29 MiB
7d6d267+dirty 43.75 MiB 48.40 MiB 4.65 MiB
dcebdb7+dirty 17.75 MiB 19.70 MiB 1.95 MiB

@github-actions
Copy link
Contributor Author

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 374.67 ms 426.78 ms 52.11 ms
Size 43.94 MiB 49.28 MiB 5.34 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
a206511+dirty 331.54 ms 356.98 ms 25.44 ms
8ff81c0+dirty 392.47 ms 431.52 ms 39.05 ms
170d5ea+dirty 348.79 ms 406.94 ms 58.15 ms
bb4ea33+dirty 360.73 ms 375.02 ms 14.29 ms
80e4616+dirty 427.31 ms 461.15 ms 33.84 ms
9a81842+dirty 508.08 ms 566.65 ms 58.56 ms
64cd15c+dirty 488.79 ms 483.54 ms -5.24 ms
6bd9054+dirty 376.24 ms 407.76 ms 31.52 ms
73f2455+dirty 369.33 ms 398.90 ms 29.57 ms
23080e5+dirty 347.29 ms 381.87 ms 34.58 ms

App size

Revision Plain With Sentry Diff
a206511+dirty 43.94 MiB 48.90 MiB 4.96 MiB
8ff81c0+dirty 43.94 MiB 48.87 MiB 4.93 MiB
170d5ea+dirty 7.15 MiB 8.42 MiB 1.27 MiB
bb4ea33+dirty 43.94 MiB 48.91 MiB 4.97 MiB
80e4616+dirty 43.94 MiB 49.38 MiB 5.44 MiB
9a81842+dirty 43.94 MiB 48.91 MiB 4.97 MiB
64cd15c+dirty 7.15 MiB 8.42 MiB 1.27 MiB
6bd9054+dirty 43.94 MiB 48.90 MiB 4.96 MiB
73f2455+dirty 43.94 MiB 48.82 MiB 4.88 MiB
23080e5+dirty 7.15 MiB 8.41 MiB 1.26 MiB

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

Startup times

Revision Plain With Sentry Diff
9126575+dirty 424.69 ms 466.72 ms 42.03 ms
b9f1fe4+dirty 377.53 ms 429.20 ms 51.66 ms
300c47d+dirty 372.92 ms 401.59 ms 28.67 ms
5275213+dirty 422.28 ms 445.08 ms 22.80 ms
854e803+dirty 472.92 ms 528.84 ms 55.92 ms
ff56633+dirty 324.65 ms 389.38 ms 64.72 ms
e9ae3ed+dirty 448.73 ms 507.29 ms 58.55 ms
7d6d267+dirty 465.66 ms 514.11 ms 48.45 ms
dcebdb7+dirty 460.67 ms 498.36 ms 37.70 ms
c67d99f+dirty 372.11 ms 398.96 ms 26.85 ms

App size

Revision Plain With Sentry Diff
9126575+dirty 43.94 MiB 48.91 MiB 4.97 MiB
b9f1fe4+dirty 7.15 MiB 8.43 MiB 1.28 MiB
300c47d+dirty 43.94 MiB 48.82 MiB 4.88 MiB
5275213+dirty 43.94 MiB 48.87 MiB 4.93 MiB
854e803+dirty 43.94 MiB 48.90 MiB 4.96 MiB
ff56633+dirty 7.15 MiB 8.41 MiB 1.26 MiB
e9ae3ed+dirty 43.94 MiB 48.87 MiB 4.93 MiB
7d6d267+dirty 43.94 MiB 49.23 MiB 5.29 MiB
dcebdb7+dirty 7.15 MiB 8.43 MiB 1.28 MiB
c67d99f+dirty 43.94 MiB 48.88 MiB 4.94 MiB

@github-actions
Copy link
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1210.75 ms 1217.13 ms 6.38 ms
Size 3.38 MiB 4.78 MiB 1.40 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
9b50d32+dirty 1210.36 ms 1218.41 ms 8.05 ms
083f560+dirty 1215.27 ms 1231.96 ms 16.69 ms
7480abe+dirty 1219.84 ms 1223.60 ms 3.76 ms
d1bfbde+dirty 1221.30 ms 1218.70 ms -2.60 ms
a2bb688+dirty 1244.82 ms 1238.60 ms -6.22 ms
652f785+dirty 1216.42 ms 1212.21 ms -4.21 ms
6c36ba5+dirty 1208.55 ms 1207.38 ms -1.17 ms
9bf5446+dirty 1218.60 ms 1210.45 ms -8.15 ms
f081f58+dirty 1208.37 ms 1215.56 ms 7.19 ms
0dff710+dirty 1194.90 ms 1196.15 ms 1.25 ms

App size

Revision Plain With Sentry Diff
9b50d32+dirty 3.41 MiB 4.59 MiB 1.18 MiB
083f560+dirty 3.19 MiB 4.56 MiB 1.38 MiB
7480abe+dirty 3.19 MiB 4.53 MiB 1.35 MiB
d1bfbde+dirty 3.41 MiB 4.58 MiB 1.17 MiB
a2bb688+dirty 3.19 MiB 4.56 MiB 1.37 MiB
652f785+dirty 3.41 MiB 4.57 MiB 1.16 MiB
6c36ba5+dirty 3.38 MiB 4.60 MiB 1.22 MiB
9bf5446+dirty 3.41 MiB 4.59 MiB 1.18 MiB
f081f58+dirty 3.41 MiB 4.58 MiB 1.17 MiB
0dff710+dirty 3.44 MiB 4.59 MiB 1.15 MiB

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

Startup times

Revision Plain With Sentry Diff
1eed088+dirty 1220.49 ms 1225.57 ms 5.08 ms
ae0e9ff+dirty 1233.31 ms 1237.02 ms 3.71 ms
dcebdb7+dirty 1225.80 ms 1231.29 ms 5.49 ms
ba844d2+dirty 1201.24 ms 1213.68 ms 12.44 ms
e718799+dirty 1221.26 ms 1219.78 ms -1.48 ms
b243e31+dirty 1232.84 ms 1233.51 ms 0.67 ms
854e803+dirty 1208.53 ms 1208.33 ms -0.20 ms
d8ec252+dirty 1223.06 ms 1219.64 ms -3.42 ms
c67d99f+dirty 1214.71 ms 1212.94 ms -1.77 ms
adc8ee0+dirty 1207.24 ms 1204.15 ms -3.10 ms

App size

Revision Plain With Sentry Diff
1eed088+dirty 3.19 MiB 4.55 MiB 1.36 MiB
ae0e9ff+dirty 3.19 MiB 4.57 MiB 1.38 MiB
dcebdb7+dirty 3.19 MiB 4.56 MiB 1.37 MiB
ba844d2+dirty 3.44 MiB 4.59 MiB 1.15 MiB
e718799+dirty 3.41 MiB 4.58 MiB 1.17 MiB
b243e31+dirty 3.19 MiB 4.56 MiB 1.38 MiB
854e803+dirty 3.41 MiB 4.67 MiB 1.25 MiB
d8ec252+dirty 3.19 MiB 4.44 MiB 1.25 MiB
c67d99f+dirty 3.41 MiB 4.59 MiB 1.18 MiB
adc8ee0+dirty 3.44 MiB 4.59 MiB 1.16 MiB

@antonis antonis enabled auto-merge (squash) February 16, 2026 13:18
@antonis antonis merged commit 0e55473 into main Feb 16, 2026
112 of 114 checks passed
@antonis antonis deleted the deps/scripts/update-javascript.sh branch February 16, 2026 13: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