Could not connect to Sentry main process. Did you call init?
See original GitHub issueCould not connect to Sentry main process. Did you call init?
But I did init it !!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10
Top Results From Across the Web
Troubleshooting for Electron - Sentry Documentation
init call. When you use a relative URL, it's relative to the current origin, and this is the form that we recommend. Using...
Read more >How to use the @sentry/node.init function in @sentry ... - Snyk
To help you get started, we've selected a few @sentry/node examples, based on popular ways it is used in public projects. ; initialize:...
Read more >Receiving Sentry error logs from Azure Devops (After Release)
You can refactor your code to prevent calls to SentrySDK.Init or UseSentry , etc. · You might be able to move your Sentry...
Read more >sentry - Go Packages
You can use Sentry to monitor your application's performance. ... Do not call Flush indiscriminately after every call to CaptureEvent, CaptureException or ...
Read more >Sentry - Application Monitoring and Error Tracking - YouTube
Will Capozzoli (Solutions Engineer at Sentry ) walks you through how to get the most out of Sentry application monitoring and error tracking ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
An Electron app is made up of at least 2 node processes. The
main
process and arenderer
process for each Electron window.@sentry/electron
collects and merges events from all renderers in themain
process so you need to callinit
there too.I’ll submit a PR to improve the above error message to be more clear.
https://docs.sentry.io/error-reporting/quickstart/?platform=electron#configure-the-sdk
after so many people ask question related to this, may be give a more clear demo is necessary