feat(issue-details): Format is_active field as ‘Is Active’ in app context (#107047)
Format the
is_activefield 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_foregroundwas already formatted as “In Foreground”, the newly addedis_activefield was showing as the raw snake_case name. This adds explicit formatting foris_activeto match the existing pattern used for other boolean fields.This is required because we start sending this field on iOS after merging https://github.com/getsentry/sentry-cocoa/pull/7188.
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Users and logs provide clues. Sentry provides answers.
What’s Sentry?
Sentry is the debugging platform that helps every developer detect, trace, and fix issues. Code breaks, fix it faster.
Official Sentry SDKs
Resources