-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Self-hosted/on-premise
Electron SDK Version
7.2.0
Electron Version
36.9.5
What platform are you using?
Windows
Link to Sentry event
No response
Steps to Reproduce
See gist - https://gist.github.com/nikitakot/5f6e7e111ddd77dc74d5166a3e56e4af
$ npm i$ npx electron-rebuild$ npm start
The app will get hang as expected because of the blocking sync operation:
setTimeout(() => {
console.log("Simulating event loop block in main process...");
execSync("ping -n 5000 -w 1000 localhost > nul");
console.log("Event loop block completed");
}, 5000);
But the eventLoopBlock is not triggered.
Expected Result
eventLoopBlock is triggered.
Actual Result
eventLoopBlock is not triggered.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
No status