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 have following issue: When an exception occurs, the APP reports the error message to the SENTRY background, but on the website, it does not highlight the right line number of the error code
The sourcemap and jsbundle were uploaded automatically by script in Xcode or AndroidStudio
Steps to reproduce:
SOURCE CODE
Actual result:
I got the right description but a wrong line number of the error code
Expected result:
right description and a right line number of the error code
The text was updated successfully, but these errors were encountered:
Maybe, it is my fault.
The project which i mentioned in this question is a demo, i dropped it, and in another project, it works well, maybe i do something wrong, I am sorry, I will close this issue
It's a long lasting issue with react-native itself generating wrong source maps.
There is not much we can do about it, just always be sure to be on the latest RN version.
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
When an exception occurs, the APP reports the error message to the SENTRY background, but on the website, it does not highlight the right line number of the error code
The sourcemap and jsbundle were uploaded automatically by script in Xcode or AndroidStudio
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: