PayneFuRC
PayneFuRC
@timfish Do we have a disable ANR api or this API will be added in the future?
Yes, it's not 100% reproducible. We currently haven't found a stable path to reproduce the issue. We have many colleagues testing together, so the probability of reproduction is somewhat higher.
@timfish I have imported differently for the main/renderer, but it still doesn't work.
@timfish any progress?
And the data from other versions is the opposite, the number of crashes on the release page is lower. If the logic of beforeSend filtered it out, this situation should...
@nhsiehgit How can I filter for such events? It seems like there's no search condition(`'session.status' === 'crashed'`) for this. Will you support this kind of search condition in the future?
@nhsiehgit I have also submitted a ticket to Sentry/Electron regarding the session crash report. Please help track this issue as well. https://github.com/getsentry/sentry-electron/issues/941
After enabling the Sentry ANR feature, it automatically activates the debugger, which listens on a local port. It is likely that this is the cause.  I have a question:...