sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

Watchdog detection implemented with runloop observers

Open noahsmartin opened this issue 1 month ago • 1 comments

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

noahsmartin avatar Nov 24 '25 20:11 noahsmartin

COCOA-1016

linear[bot] avatar Nov 24 '25 20:11 linear[bot]