getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
8.01k stars 1.58k forks source link

feat(node): Add `disableAnrDetectionForCallback` function #14359

Open timfish opened 3 days ago

timfish commented 3 days ago
disableAnrDetectionForCallback(() => dialog.openSaveDialog());

Maybe this should just go in the Electron SDK?

I added it for Node because it may be useful outside of Electron and at least here it has access to some private variables and types.