Closed willdady closed 5 years ago
Same issue here. Did you manage to resolve?
I am closing all old issues, please if this is still a problem feel free to revive it.
Also, consider moving to our new SDK @sentry/react-native
if it still happens there please open a new issue.
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
For some time now errors in Sentry have been missing source maps. I've spent the day trying to get them to work but it seems really inconsistent. I've got the source maps to appear under the release only once but can't replicate getting them to appear again after deleting them and also the debug files under Settings > Debug Files.
Despite there being no artifacts under the release and having removed the latest Debug Files I still get the following output when building:
I've tried bumping the dist number and doing a clean build but no luck.
The Bundle react native code & images step looks like this:
The Upload Debug Symbols to Sentry step looks like this:
I've also tried it with the following as suggested in #461:
Steps to reproduce: Build the app in XCode
Actual result: No source maps appear under the release in Sentry
Expected result: After changing code and rebuilding I expect debug files and source maps to upload to Sentry and appear under the release