From bb68cbf12552d70a2d32a7c467bedf0339923741 Mon Sep 17 00:00:00 2001 From: Anderson Addo <34724755+andersonaddo@users.noreply.github.com> Date: Mon, 20 Jan 2020 09:30:36 -0500 Subject: [PATCH] docs(crashlytics): improve Crashlytics docs in response to #2724 (#3112) * Improved Crashlytics documentation in response to #2724 * Corrected a typo and made instructions about firebase.json clearer Co-Authored-By: Mike Diarmid Co-authored-by: Mike Diarmid --- docs/crashlytics/quick-start.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/crashlytics/quick-start.md b/docs/crashlytics/quick-start.md index 020cc243..5bb311fa 100644 --- a/docs/crashlytics/quick-start.md +++ b/docs/crashlytics/quick-start.md @@ -119,4 +119,8 @@ Once your user has consented, enable Crashlytics collection via the JavaScript A await firebase.crashlytics().setCrashlyticsCollectionEnabled(true); ``` -To learn more about all the `firebase.json` options, view the documentation here. + +### Enabling Debug Reports +By default, Crashlytics won't report crashes and logs from builds in debug mode. To enable it, set the `crashlytics_debug_enabled` option to `true` in the `react-native` section of your `firebase.json` config file. + +To learn more about all the `firebase.json` options, view the documentation here.