Observability
Plugin.Maui.Diagnostics
Crash, ANR, unhandled exceptions, and breadcrumbs
Captures crashes, ANRs, unhandled exceptions, and pre-crash breadcrumbs so mobile failures are diagnosable after the fact.
Install
dotnet add package Plugin.Maui.DiagnosticsPackage ID: Plugin.Maui.Diagnostics
Overview
Plugin.Maui.Diagnostics captures crashes, ANRs, unhandled exceptions, and breadcrumbs written just before failure. It is the crash pipeline Observability can export, complementary to AppHealth snapshots.
Capabilities
- Crash and ANR capture.
- Unhandled exception logging.
- Breadcrumbs for reproduction.
- .NET MAUI
- Crash
- ANR
- C#