Summary: KESHAmambo pointed out some internal links are broken on the website: https://twitter.com/KESHAmambo/status/1255443093542895619 The way relative links are processed in docusaurus v1 and v2 has changed. This fixes them up. Reviewed By: mweststrate Differential Revision: D21301293 fbshipit-source-id: 7610e38a55bc066625373cf2eee9a3efb63aec08
15 lines
643 B
Plaintext
15 lines
643 B
Plaintext
---
|
|
id: crash-reporter-plugin
|
|
title: Crash Reporter
|
|
---
|
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
|
|
→ [See setup instructions for the Crash Reporter](../setup/crash-reporter-plugin)
|
|
|
|
|
|
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")} />
|