Problem Statement
Currently the ANR feature only sends a single event and exits.
Solution Brainstorm
We chose to do this because:
- The ANR worker does not run a full Sentry client so there's no Dedupe integration
- If ANR has been detected, the event loop is getting blocked for long periods so we shouldn't expend more CPU time than we need to
Problem Statement
Currently the ANR feature only sends a single event and exits.
Solution Brainstorm
We chose to do this because: