View and analyze Electron crashes on macOS
When developing an Electron application, you might encounter crashes. However, for various reasons, the application may not have integrated Sentry or other crash analysis platforms. In such cases, you need to manually check the crash logs to identify the issue.
Locating Local Crash Logs Since Electron is based on Chromium, the crash-related operations are largely consistent with Chromium.
In the Chromium crash-reports, we can see that crash files are stored in the ~/Library/Application\ Support/Chromium/Crashpad/completed directory.