sentry-electron
sentry-electron copied to clipboard
Source code was not found
- [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 your Sentry account (https://sentry.io/organizations/ict-ru/issues/2323617399/?project=5706267&query=is%3Aunresolved)
Versions + Platform
- [x] SDK version -
@sentry/[email protected] - [x] Electron version -
[email protected] - [x] Platform -
macOS
Description
I'm getting error Source code was not found and cannot get sourcemaps to work.

I checked release files and it seems that all files are there - also release is correct too
I faced the same issue. Are there any updates?
Still nothing - I found a few similar similar threads (with and without responses) on community support forum but nothing fixes this issue for me.
no need app:/// prefix, I just add urlPrefix to ~/dist/ in SentryWebpackPlugin.
you may need check the release version, default sentry SDK will set it to ${projectName}@${version}, and you need to set release as same in SentryWebpackPlugin.
Closing this issue for cleanup. Please re-open if this still applies. Thanks!