Closed awdjs-s closed 5 years ago
@awdjs-s Same issue here, did you figure it out? I have the correct version number and I can see my source maps in the artifacts but it points to an unrelated file.
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.
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
I have following issue:
i managed to report crash on ios correctly, but on android, it shows the error with the appropriate title but, always the wrong file/line
Actual result: point on the wrong file/line of code
Example 1
Example 2
Expected result: point the correct file/line of code
PS: probably sentry can't match the stack-trace and source-map correctly on android