-
-
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 app:///index.android.bundle
even I've uploaded sourcemap
#1385
Comments
@abdullahizzuddiin As it says in your screenshot, you cannot have the |
Thanks for pointing out @jennmueng. I'll try your suggestion about dist issue My main concern is the second error message. How to fix this |
@abdullahizzuddiin Your new error is happening because your sourcemaps are named |
Actually, both of error that I uploaded (on thread starter and on previous post) is happened on react-native android debug mode. And I just realized, my app's sourcemap that usually generated and located on can we customize release name used on |
@abdullahizzuddiin If you use custom release names, you will have to manually upload sourcemaps: https://docs.sentry.io/platforms/react-native/manual-setup/sourcemaps/ |
Ah, I don't know that. Thanks for pointing it out. So, how can I disable autoupload then? Should I omit this command on |
Sorry for the late reply, I thought I had already replied! Yes, you can omit the |
Environment
How do you use Sentry?
sentry.io
Which SDK and version?
Steps to Reproduce
Initial Configuration
Expected Result
I won't see any error as on Actual Result section.
I want to see my stack trace (without minified) and find the real root cause of my buggy app.
Actual Result
Issue Section
![image](https://user-images.githubusercontent.com/6801853/110460877-58d16380-8101-11eb-958d-f2b5107eb46f.png)
Sourcemap Section
![image](https://user-images.githubusercontent.com/6801853/110460929-67b81600-8101-11eb-8d70-ce7a80f94025.png)
Notes
I also have read these issues:
The text was updated successfully, but these errors were encountered: