-
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
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?
Sentry Saas (sentry.io)
Electron SDK Version
4.14.0
Electron Version
27.0.3
What platform are you using?
Windows
Link to Sentry event
No response
Steps to Reproduce
After enabling ANR detection for the main process, all Electron processes are being repeatedly created.
This ANR detection relies on the sentry/node ANR module, which checks and spawns a child process during application startup. However, this approach is causing other child processes to be duplicated in Electron.
Below is my code. Could you please help me check whether the issue is with my code or if this feature itself has a problem?
https://github.com/beyondkmp/Sentry-electron-anr
Expected Result
Only one additional ANR detection process is spawned
Actual Result
All processes are spawned twice
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.
