How to detect crashes in a react native app - From Zero to Hero 13

Поділитися
Вставка
  • Опубліковано 28 лис 2020
  • The most time-consuming and difficult task in software development is to catch the bug within the app. The reason is when your app is released to the public, you won't know what device, OS, setting the user is using. The worse is you won't be able to know how to replicate the bug.
    With Firebase Crashlytics, we can know which part of the code causes the app to crash. We even can have the data the app is processing during the crash. With all this information, we can speed up the bug fixing process.
    Source Code:
    github.com/justcodejs/RN_Zero...

КОМЕНТАРІ • 21

  • @sandeshbirwadkar2384
    @sandeshbirwadkar2384 3 роки тому +1

    Nice tutorial!

  • @nareshbisht7620
    @nareshbisht7620 3 роки тому +3

    I love ur tutorials, You choose topics that others don't cover, please continue to make these great tutorials, please. Can you also make some tutorials on how to create a media player using react native? Thank you, looking forward to your next videos.

  • @23udai
    @23udai 3 роки тому

    Thanks for the lovely tutorial.

  • @drintech6542
    @drintech6542 Рік тому

    Hi, Thank you so much for explaining it very nicely. But I am facing some issues like In my app on success of login adding some logs and in catch block adding recordError() both are not showing in firebase crashlytics. Can you please help me?

  • @MarlonAlejandroEspinosa
    @MarlonAlejandroEspinosa Рік тому

    Hello first of all thanks for the content it's really nice!. I have a question, let's say I have non-fatal errors (errors gracefully handled by my application, e.g the user try to login with invalid credentials) I would like to track those errors into crashlytics but I have to kill the app and open it again in order to record those errors and be able to see it in the firebase console... I'm not sure if this is expected but If I log a non-fatal error I would like to get the full log without killing the app and open it again. Could you explain me how to do it please or if this is a possible use case for crashlytics maybe this is not the correct tool for that particular case? Thanks find advance!

  • @haryanvideveloper777
    @haryanvideveloper777 3 роки тому +1

    if possible please make a video on firebase functions how to run any functions on it and get response in json format

  • @rajabenfraj5628
    @rajabenfraj5628 3 роки тому +1

    I get this error from android log file Process 4743 exited due to signal (11)

  • @parbhaniprogrammer1773

    latest video on crashlytics 😊

  • @hoaithuong5247
    @hoaithuong5247 2 роки тому +1

    How is going sir? Hope your next video soonnn

  • @devina1957
    @devina1957 2 роки тому

    still waiting for new tutorials

  • @knowledgeisking2737
    @knowledgeisking2737 3 роки тому

    can you do same for flutter

  • @Abhay.Bhandari
    @Abhay.Bhandari Рік тому +1

    how to do this in expo project?