Better bug reporting from nodejs-mobile #783
gmaclennan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently bug reporting (with bugsnag) in nodejs-mobile uses the version from
package.json
to decide whether to report as a production or development build. With the new release process, the version number is calculated at build-time.We should pass the version and other device details to nodejs-mobile from react-native and attach them to the bugsnag instance.
Beta Was this translation helpful? Give feedback.
All reactions