Files
flipper/docs/features/crash-reporter-plugin.mdx
John Knox 00356f96c5 Convert Link tags to md syntax
Summary:
Previously we used <Link/> everywhere with useBaseUrl to avoid link destinations depending on the current url of the page.

This isn't necessary if you instead link to the **file name**, rather than the **url path**.
Then the links are resolved at build time, and work across imported markdown files etc.

This diff just does the pages under Features, because other ones will get conflicts. I'll do those later.

Reviewed By: nikoant

Differential Revision: D25589707

fbshipit-source-id: 35ca986e19fc2af1054b81d7253eeb3827947ab8
2020-12-16 10:37:34 -08:00

15 lines
647 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.mdx)
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")} />