Skip to content

feat(events): Add pretty rendering for Android Runtime (ART) event context#116270

Open
markushi wants to merge 1 commit into
masterfrom
feat/event-context-art
Open

feat(events): Add pretty rendering for Android Runtime (ART) event context#116270
markushi wants to merge 1 commit into
masterfrom
feat/event-context-art

Conversation

@markushi
Copy link
Copy Markdown
Member

@markushi markushi commented May 27, 2026

The event payload now may includes an art context for Android Runtime metrics. This PR adds a dedicated context formatter so these values render with human-readable labels and proper units instead of raw key-value pairs.

image

Counterpart to: getsentry/sentry-java#5428

…ntext

The event payload now includes an `art` context for Android Runtime metrics.
This adds a dedicated formatter that renders GC counts, durations (in ms),
and memory values (in bytes) with human-readable labels and units.
@markushi markushi requested a review from a team as a code owner May 27, 2026 05:27
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

Metric Before After Delta
Coverage 93.58% 93.58% ±0%
Typed 133,096 133,100 🟢 +4
Untyped 9,133 9,135 🔴 +2
🔍 2 new type safety issues introduced

any-typed symbols (2 new)

File Line Detail
static/app/components/events/contexts/knownContext/art.tsx 34 <pattern> (param)
static/app/components/events/contexts/knownContext/art.tsx 36 meta (param(binding))

This is informational only and does not block the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant