You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
electron-updater stopped from working after integrating sentry electron. require is not defined in ES module scope, you can use import instead This file is being treated as an ES module because it has a '.js' file extension
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Electron SDK Version
5.9.0
Electron Version
33.2.1
What platform are you using?
MacOS
Link to Sentry event
No response
Steps to Reproduce
We're using this template: https://github.com/electron-vite/electron-vite-react.git
btw, this can work around this bug:
Expected Result
everything should work
Actual Result
electron-updater stopped from working after integrating sentry electron.
require is not defined in ES module scope, you can use import instead
This file is being treated as an ES module because it has a '.js' file extension
The text was updated successfully, but these errors were encountered: