Summary: Translated all cases where we had a parent-relative link to use the base URL instead. Reviewed By: jknoxville Differential Revision: D22256229 fbshipit-source-id: 81ee6fecb77dbaa19d112cb319771c22ff66d02a
16 lines
712 B
Plaintext
16 lines
712 B
Plaintext
---
|
|
id: crash-reporter-plugin
|
|
title: Crash Reporter
|
|
---
|
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
import Link from '@docusaurus/Link';
|
|
|
|
→ <Link to={useBaseUrl("/docs/setup/crash-reporter-plugin")}>See setup instructions for the Crash Reporter</Link>
|
|
|
|
|
|
The Crash Reporter Plugin shows a notification in Flipper whenever an app crashes. You can click on the notification to see crash information like stacktrace and other metadata. For Android, you can click the "Open in Logs" button to jump to the row in the Logs plugin with the crash information.
|
|
|
|
<img alt="UI" src={useBaseUrl("img/crashreporterplugin.png")} />
|
|
|
|
<img alt="Notification" src={useBaseUrl("img/crashreporterpluginnotification.png")} />
|