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
how can I configure my application to get proper stacktrace. currently I am getting bundle info and the method name. What I want is filename and method name . app:///index.bundle?platform=ios&dev=true&minify=false in init$ at line ......
#627
Closed
arughani opened this issue
Jul 25, 2019
· 5 comments
The text was updated successfully, but these errors were encountered:
arughani
changed the title
how can I configure my application to get proper stacktrace. currently I am getting bundle info and the method name. What I want is filename and method name
how can I configure my application to get proper stacktrace. currently I am getting bundle info and the method name. What I want is filename and method name . app:///index.bundle?platform=ios&dev=true&minify=false in init$ at line ......
Jul 25, 2019
Same here.
I ran the link..
Generate the bundle with this code:
react-native bundle --platform ios --entry-file ./App.js --bundle-output ./bundles/index.bundle --sourcemap-output ./bundles/index.bundle.map --assets-dest ./bundles/ --dev true
and besides the reference file is wrong (ReferenceErrorfunctionTest(Users/ramoncampos/Desktop/sentry/sentryteste/node_modules/react-native-sentry/lib/NativeClient)) I can only see the bundle info and method name too.
No description provided.
The text was updated successfully, but these errors were encountered: