Skip to content

Commit be89eb0

Browse files
docs(crashlytics): fix broken links (#5922)
* Fix broken links * Fix link to error reports * Add link to blog article Co-authored-by: Mike Hardy <[email protected]>
1 parent 6a1125c commit be89eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/crashlytics/crash-reports.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Once you have Crashlytics up and running in your app, you can navigate to Crashl
1111
'Quality' and start reviewing the reports as they come in. If this page still tells you to setup, build or run your app
1212
then you have not correctly setup Crashlytics in your app (see [Usage](/crashlytics/usage)).
1313

14-
> Keep in mind when testing out Crashlytics that Crashlytics is [disabled by default in debug mode](crashlytics/usage#crashlytics-in-debug-mode).
14+
> Keep in mind when testing out Crashlytics that Crashlytics is [disabled by default in debug mode](/crashlytics/usage#enable-debug-crash-logs). You may even find a more in-depth guide useful if you are really struggling with testing your crash report integration - we have [an in-depth article about configuring and testing Crashlytics to help you.](https://invertase.io/blog/react-native-firebase-crashlytics-configuration)
1515
16-
Upon running the first two examples under [usage](crashlytics/usage), you will be shown a display similar to following image.
16+
Upon running the first two examples under [usage](/crashlytics/usage), you will be shown a display similar to following image.
1717
![](https://i.imgur.com/YIQ88ZF.png)
18-
In this example the [Crash Attributes](crashlytics/usage#crash-attributes) example was ran four times and the [Error Reports](#error-reports) example three times, in addition to several miscellaneous exceptions that have occurred during the write-up.
18+
In this example the [Crash Attributes](/crashlytics/usage#crash-attributes) example was ran four times and the [Error Reports](/crashlytics/usage#error-reports) example three times, in addition to several miscellaneous exceptions that have occurred during the write-up.
1919

2020
> If you are certain that your app has produced error reports, but none are visible, try restarting your app fully. Crashlytics only uploads reports upon launching the app.
2121

0 commit comments

Comments
 (0)