-
-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Labels
.NETPull requests that update .net codePull requests that update .net codeFeatureNew feature or requestNew feature or requestFramework: MAUIPlatform: Androidpublic APIAdditions/modifications to, or removals from, the public API surface area.Additions/modifications to, or removals from, the public API surface area.
Description
Problem Statement
Feature Request
As discussed in #5022,
expose the Java SDK's Tombstone options through SentryOptions.NativeOptions.
The Java SDK (8.32.0+) has two Tombstone-related options on SentryAndroidOptions:
isTombstoneEnabled/setTombstoneEnabledisReportHistoricalTombstones/setReportHistoricalTombstones
These enable native crash reporting via ApplicationExitInfo.REASON_CRASH_NATIVE
on Android 12+, providing richer crash data than NDK alone.
Suggested API
namespace Sentry
{
public partial class SentryOptions
{
public class NativeOptions
{
public bool TombstoneEnabled { get; set; }
public bool ReportHistoricalTombstones { get; set; }
}
}
}Solution Brainstorm
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeFeatureNew feature or requestNew feature or requestFramework: MAUIPlatform: Androidpublic APIAdditions/modifications to, or removals from, the public API surface area.Additions/modifications to, or removals from, the public API surface area.
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status