diff --git a/docs/platforms/dotnet/guides/android/configuration/native-options.mdx b/docs/platforms/dotnet/guides/android/configuration/native-options.mdx index 548e6d2507c0f2..f84c7ed1e1bd7f 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. Historical tombstones receive only minimal enrichment, as the available data is likely out of sync. This option only takes effect when `Native.TombstoneEnabled` is also enabled. + +See [Historical Tombstones](/platforms/android/configuration/tombstones/#historical-tombstones). Disabled by default. + + + ## Networking