-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Source code was not found...' pops with sourcemaps generated successfully #481
Comments
+1 on this. |
Please make sure that the |
@HazAT Thanks for replying, I checked my tags, it's not showing the dist tag at all on my event, under the artifact the dist tag says 'none'. The release tag matches though. |
@jaychenjun Can you post a link to an event so I can take a look please? |
I'm experiencing the same issue. Distribution is listed as |
+1 on this,
|
+1 on this. I have the same problem. Works on sentry's hosted servers, but not on our private server. |
Same script, works on ios but showing error on android:
|
We solved it on our end. It was failing because the sentry workers did not have access to the sourcemap folder on the primary node, so when we uploaded the sourcemap the worker wasn't able to parse it. "app:///index.delta" means that the crash happened on a test device connected to the test server. I would not expect the stack traces to be correct in that case. |
@shortcarver I think that's right here. Is there anything special about your on-prem setup you had to do? We've got S3 configured and artefacts are finding their way up fine, but it seems sentry still 404s when it tries to resolve them internally. |
I am closing all old issues, please if this is still a problem feel free to revive it. |
FWIW I think this issue can be potentially caused by invalid filesystem permissions for sourcemaps (for anyone who stumbles upon this in future). |
Yes, that was our problem.
…On Wed, Sep 4, 2019 at 7:35 PM Luke Tankey ***@***.***> wrote:
FWIW I think this issue can be potentially caused by invalid filesystem
permissions for sourcemaps (for anyone who stumbles upon this in future).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#481?email_source=notifications&email_token=ABBJYAC522JJNZ456CFZFN3QIBH53A5CNFSM4FV7JNV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD55N4QA#issuecomment-528145984>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABBJYAFHBULTIGLM4F62XKTQIBH53ANCNFSM4FV7JNVQ>
.
|
same here. |
On iOS: Source code was not found production environment react native 0.60.4 |
OS:
Platform:
I have following issue:
I have sourcemaps generated successfully under Artifacts tab in the same release.
But still got error pops 'Source code was not found for ...',
and the EXCEPTION description are all messy.
I am using Expo in my project, and I followed the instruction https://docs.sentry.io/clients/react-native/expo/ very carefully. I am using TypeScript btw.
The text was updated successfully, but these errors were encountered: