diff --git a/docs/platforms/dotnet/guides/android/configuration/native-options.mdx b/docs/platforms/dotnet/guides/android/configuration/native-options.mdx index 548e6d2507c0f..39bc0368aa0df 100644 --- a/docs/platforms/dotnet/guides/android/configuration/native-options.mdx +++ b/docs/platforms/dotnet/guides/android/configuration/native-options.mdx @@ -163,6 +163,24 @@ Enables the [Android NDK integration](/platforms/android/configuration/using-ndk +## Tombstones + +The [Tombstone Integration](/platforms/android/configuration/tombstones/) generates events for native crashes based on the tombstone data that Android attaches to `ApplicationExitInfo` on Android 12 and later. It is available when using the Sentry SDK for .NET version 6.7.0 or above. + + + +Enables native crash reporting via [tombstones](/platforms/android/configuration/tombstones/). Disabled by default. + + + + + +When enabled, the SDK reports all historical tombstones from Android's exit reasons list, not just the latest one. Disabled by default. Historical tombstones receive only minimal enrichment, as the available data is likely out of sync. + +See [Historical Tombstones](/platforms/android/configuration/tombstones/#historical-tombstones). + + + ## Networking