sentry-electron: Renderer crashes with iframes in webContents
Steps:
- ???
require('@sentry/electron')
Expected: Works
Actual: Causes one of our renderer processes to crash
We instantiate a webContents with webContents.create. If we put a preload in there that requires this package, it causes that process to crash when the app loads.
Let me know if you need any more information.
It would be great if sentry could simply give me a crash reporter url to send crashes to…
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 23 (9 by maintainers)
We have identified a couple of issues that cause troubles with disabled Node integration and sandbox mode. Documentation will be updated soon with current limitations and we are planning to fix those issues in the upcoming releases.
Just adding an iframe doesn’t trigger anything in the application. I’ll try to set up a project that similar to ours and add sentry-electron to it, but that means I’ll defer from the example. Hope that’s okay.
@jeroenvisser101 Yes it is, we’re currently updating the Electron SDK with new internals and will look at this next.