-
-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Description
OS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
Output of node -v && npm -v && npm ls --prod --depth=0
node v10.14.1
npm v6.4.1
react-native v0.55.3
react-native-sentry v0.38.3
Config:
Sentry.config('__MY_DSN__'}).install()
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
ptoro
Metadata
Metadata
Assignees
Labels
No labels