atolye15 / crna-recipe

Step-by-step guide to bootstrap a React Native app from scratch
189 stars 13 forks source link

Adding extra step for crash reporting #2

Closed flexbox closed 5 years ago

flexbox commented 5 years ago

I think we can add an extra step

Step 14: track your fist bug

Create an account on {sentry}(https://sentry.io/signup/)

yarn add react-native-sentry
react-native link react-native-sentry

Add and some configuration.

@hsnaydd Let me know if you want a PR for this.

hsnaydd commented 5 years ago

Hi @flexbox;

First of all, thank you for your suggestion. We aim to keep this recipe simple, I think your suggestion is a bit advanced. Considering that people who use this recipe are beginners, adding this additional step would be confusing.

flexbox commented 5 years ago

Agreed we can always add "just this simple extra step" 😉

EricMcRay commented 5 years ago

I agree with @hsnaydd. This type of packages is variable, I prefer Crashliytics for example. We aim to provide some layout, configuration with this recipe to save some time and bootstrapping mess from the beginning.

For example; If you have some stuff you do every time you start a new react-native project, please share with us.