You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
awdjs-s
changed the title
React native - report crash android always point the same file
React native - report crash for android always point the same (wrong) file/line
Feb 25, 2019
awdjs-s
changed the title
React native - report crash for android always point the same (wrong) file/line
React native - report crash for android always point the wrong file/line
Feb 25, 2019
@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
The text was updated successfully, but these errors were encountered: