Skip to content

feat(issue-details): Format is_active field as 'Is Active' in app context#107047

Merged
philipphofmann merged 5 commits intomasterfrom
feat/format-is-active-app-context
Mar 5, 2026
Merged

feat(issue-details): Format is_active field as 'Is Active' in app context#107047
philipphofmann merged 5 commits intomasterfrom
feat/format-is-active-app-context

Conversation

@philipphofmann
Copy link
Member

@philipphofmann philipphofmann commented Jan 27, 2026

Format the is_active field in app context to display as "Is Active" instead of showing the raw field name.

The app context in issue details displays various fields with human-readable labels. While in_foreground was already formatted as "In Foreground", the newly added is_active field was showing as the raw snake_case name. This adds explicit formatting for is_active to match the existing pattern used for other boolean fields.

This is required because we start sending this field on iOS after merging getsentry/sentry-cocoa#7188.

…text

Add proper formatting for the is_active field in app context display to show "Is Active" instead of the raw field name, matching the formatting of other boolean fields like in_foreground.
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 27, 2026
Match in_foreground value for consistency in test data.
@philipphofmann philipphofmann self-assigned this Jan 27, 2026
@philipphofmann philipphofmann marked this pull request as ready for review January 27, 2026 12:57
@philipphofmann philipphofmann requested a review from a team as a code owner January 27, 2026 12:57
@getsantry
Copy link
Contributor

getsantry bot commented Feb 18, 2026

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added the Stale label Feb 18, 2026
@philipphofmann
Copy link
Member Author

Hey @getsentry/issue-workflow please review ⬆️ 😄

Copy link
Member

@markushi markushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@philipphofmann philipphofmann merged commit d06e054 into master Mar 5, 2026
61 checks passed
@philipphofmann philipphofmann deleted the feat/format-is-active-app-context branch March 5, 2026 13:37
JonasBa pushed a commit that referenced this pull request Mar 5, 2026
…text (#107047)

Format the `is_active` field in app context to display as "Is Active"
instead of showing the raw field name.

The app context in issue details displays various fields with
human-readable labels. While `in_foreground` was already formatted as
"In Foreground", the newly added `is_active` field was showing as the
raw snake_case name. This adds explicit formatting for `is_active` to
match the existing pattern used for other boolean fields.

This is required because we start sending this field on iOS after
merging getsentry/sentry-cocoa#7188.
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.

2 participants