Skip to content

feat(size): Log the binary analysis pool size at INFO - #673

Merged
NicoHinderling merged 1 commit into
mainfrom
feat/log-binary-analysis-workers
Sep 4, 2026
Merged

feat(size): Log the binary analysis pool size at INFO#673
NicoHinderling merged 1 commit into
mainfrom
feat/log-binary-analysis-workers

Conversation

@NicoHinderling

Copy link
Copy Markdown
Contributor

Follow-up to #672. With the Apple binary-analysis worker count now driven by the size.binary_analysis.workers option, there was no way to confirm from a build's logs which value it actually ran with: the only line that mentioned the count was at DEBUG, which Sentry Logs doesn't ingest.

This emits size.apple.binary_analysis_workers at INFO with a structured workers field when the pool is created. A region override, such as the de value in getsentry/sentry-options-automator#9610, can then be verified by filtering the build's logs on that message and reading the field, and the same line shows the default elsewhere.

The existing worker-stdout integration test now also asserts the line is emitted once with the configured count.

The worker count now comes from a sentry-option, but the only log that
states it was at DEBUG, so nothing in Sentry Logs shows which value a
build actually ran with. Emit it at INFO with a structured `workers`
field so a region override can be verified from the build's logs.
@sentry

sentry Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Size Analysis

1 component analyzed, 1 component processing

iOS Builds

Name Configuration Version Download Size Install Size
HackerNews (iOS)
com.emergetools.hackernews
Release 3.8 (1) 6.5 MB (0 B) 9.7 MB (0 B)

Android Builds

Name Configuration Version Download Size Uncompressed Size
Hacker News (Android)
com.emergetools.hackernews
Release 1.0.2 (13) Processing... (-) Processing... (-)

Configure launchpad-test-ios status check rules

@sentry

sentry Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

📲 Install Builds

iOS

🔗 App Name App ID Version Configuration
HackerNews com.emergetools.hackernews 3.8 (1) Release

Android

🔗 App Name App ID Version Configuration
Hacker News com.emergetools.hackernews 1.0.2 (13) Release

⚙️ launchpad-test-android Build Distribution Settings

@NicoHinderling
NicoHinderling merged commit 95be983 into main Sep 4, 2026
23 of 24 checks passed
@NicoHinderling
NicoHinderling deleted the feat/log-binary-analysis-workers branch September 4, 2026 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant