Skip to content
Discussion options

You must be logged in to vote

Thanks for bringing this to our attention.
And thank you for trying out alternatives / workarounds.

From what I can see, the Sentry Android SDK currently exposes these options:

  • isReportHistoricalTombstones / setReportHistoricalTombstones
  • isTombstoneEnabled / setTombstoneEnabled

Exposing a forward for this in the .NET SDK is a great idea.
Probably - as you mentioned - in the shape of

// target: net9.0-android35.0
// target: net10.0-android36.0
namespace Sentry
{
  public partial class SentryOptions
  {
    public class NativeOptions
    {
+     public bool TombstoneEnabled { get; set; }
    }
  }
}

@jonathanmourtadahqv. would you mind opening an issue (Feature Request)?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jonathanmourtadahqv
Comment options

@Flash0ver
Comment options

Answer selected by jonathanmourtadahqv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants