You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SentryCrashReportConverter only needs to add the in_foreground app context by reading the state from the SentryCrashField_AppInFG from the crash report.
Description
The app context in_foreground doesn't work for crashes. SentryCrash already stores this information in the crash report:
sentry-cocoa/Sources/SentryCrash/Recording/SentryCrashReport.c
Lines 1350 to 1351 in 07ea386
The
SentryCrashReportConverter
only needs to add thein_foreground
app context by reading the state from theSentryCrashField_AppInFG
from the crash report.Related to #4559.
The text was updated successfully, but these errors were encountered: