sentry-cocoa
sentry-cocoa copied to clipboard
Watchdog detection implemented with runloop observers
Watchdog termination detection uses CADisplayLinks, but this is bad for performance. Instead we can implement it with runloop observers like this: https://github.com/getsentry/sentry-cocoa/pull/6237