sentry-electron
                                
                                
                                
                                    sentry-electron copied to clipboard
                            
                            
                            
                        The official Sentry SDK for Electron
Is it possible to have the showReportDialog() open in a new window? Our app has a small main window and some small sub-windows so it would be nice to be...
👋🏽 I've been working through setting up a pre-existing Electron project to work with `@sentry/electron`, and have some feedback about the [wizard / setup process](https://docs.sentry.io/platforms/javascript/guides/electron/#wizard): - Why does the `sentry-symbols.js`...
- [x] Review the documentation: https://docs.sentry.io/platforms/javascript/electron/ - [x] Search for existing issues: https://github.com/getsentry/sentry-electron/issues - [x] Use the latest release: https://github.com/getsentry/sentry-electron/releases - [x] Provide a link to the affected event from...
- [x] Review the documentation: https://docs.sentry.io/platforms/javascript/electron/ - [x] Search for existing issues: https://github.com/getsentry/sentry-electron/issues - [x] Use the latest release: https://github.com/getsentry/sentry-electron/releases - [x] [Provide a link to the affected event from...
## Versions + Platform - [ x] SKD version - `@sentry/[email protected]` - [ x] Electron version - `[email protected]` - [ x] Platform - `Windows & macOS &Linux` ## Description Apparently...
Here is an example of a poorly symbolicated crash: https://sentry.io/share/issue/8f7827b77a304f02b4e449dcd6e1a3b8/ I suspect your internal setup is not downloading symbols for Electron 11+ macOS ARM64 builds (e.g. `electron-v11.4.4-darwin-arm64-dsym.zip` and `electron-v11.4.4-darwin-arm64-symbols.zip`). This...
A user of our app got: `ENOSPC: no space left on device, write` (issue 868195291, feel free to look) Sentry breadcrumbs and our electron-log breadcrumbs show this happened soon after...
The SDK should log breadcrumbs when the App restarts (but probably not for the first start) to make it easier to separate sessions from the user. Ideally, this would use...
### Intro You might have noticed that yesterday (Sept 13 2020), we had 3 SDK releases. [3.0.8](https://github.com/getsentry/sentry-electron/releases/tag/3.0.8), [4.0.1](https://github.com/getsentry/sentry-electron/releases/tag/4.0.1), and [4.0.2](https://github.com/getsentry/sentry-electron/releases/tag/4.0.2). This was because we had to merge in a critical...
Renderer events are passed to the main process via the `EventToMain` integration. The downside of using an integration/global event processor to do this is that the renderer `beforeSend` never gets...