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
Instead, the SentryWatchdogTerminationTracker could already set the field to true, as we only report watchdog terminations, we only report them when the app is in foreground.
Description
The SentryClient doesn't set the in_foreground to true, because watchdog termination events are crash events.
sentry-cocoa/Sources/Sentry/SentryClient.m
Lines 737 to 755 in e76c341
Instead, the
SentryWatchdogTerminationTracker
could already set the field to true, as we only report watchdog terminations, we only report them when the app is in foreground.sentry-cocoa/Sources/Sentry/SentryWatchdogTerminationTracker.m
Lines 73 to 84 in e76c341
The text was updated successfully, but these errors were encountered: