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

ANR only sends one event

Open timfish opened this issue 1 year ago • 0 comments

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

timfish avatar Mar 18 '24 11:03 timfish