sentry-electron icon indicating copy to clipboard operation
sentry-electron copied to clipboard

Source code was not found

Open vgrbr opened this issue 3 years ago • 3 comments

  • [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

Description

I'm getting error Source code was not found and cannot get sourcemaps to work. Screenshot 2021-04-07 at 17 17 52

I checked release files and it seems that all files are there - also release is correct too

Screenshot 2021-04-07 at 17 18 15 Screenshot 2021-04-07 at 17 18 53

vgrbr avatar Apr 07 '21 15:04 vgrbr

I faced the same issue. Are there any updates?

madnesspie avatar May 13 '21 11:05 madnesspie

Still nothing - I found a few similar similar threads (with and without responses) on community support forum but nothing fixes this issue for me.

vgrbr avatar May 18 '21 14:05 vgrbr

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.

leohxj avatar Aug 04 '21 06:08 leohxj

Closing this issue for cleanup. Please re-open if this still applies. Thanks!

AbhiPrasad avatar Jul 27 '23 15:07 AbhiPrasad