-
Notifications
You must be signed in to change notification settings - Fork 82
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 #35
Comments
it looks like you're trying to test this in development mode without uploading sourcemaps. sourcemaps only work when you publish it |
i don't understand. I published my expo app with Is there a possibility to upload sourcemap manually ? |
the error message you pasted is for a project in development, not in production. as in you are opening the project from the development URL and not the production URL. sure you can publish them manually just look at the source for sentry-expo. |
I have another error from my production app and the issue is still there :
i'm afraid i didn't understand how to do manual uploading. Where should i look at the sentry-expo source ? |
@brentvatne I am in the right channel, and I can see source map generated successfully under the Artifacts tab in the Sentry UI, but still got this error, maps are not working. |
can you ask for support from sentry? I'm not sure what's happening, as far as I know we are doing what we are supposed to do here |
@ltankey - yes you should follow up with sentry. please let me know what you find as it could help others in this thread |
@brentvatne supposedly it works with the SaaS offering but not self-hosted sentry instances. Issue being discussed here: getsentry/sentry-react-native#481 |
I got this error and my mistake was that |
Just a follow-up:
|
I cannot display my original code in sentry dashboard.
I've configured the
app.json
as indicated in the docsMy sentry dashboard display these two following errors
Discarded invalid parameter 'type'
Any solution ?
The text was updated successfully, but these errors were encountered: