.NET Bindings for the Sentry Android SDK
$ dotnet add package Sentry.Bindings.AndroidThis package supports the Sentry SDK for .NET. It is not intended to be referenced directly. Instead, reference one of the following:
Sentry.Maui - if you are using .NET MAUISentry - if you are authoring a .NET Android application without using MAUIFor .NET SDK contributors, most of the classes in this package are generated automatically. These can be found in the src/Sentry.Bindings.Android/obj/{Configuration}/{tfm}/generated/src/ folder after building the project.
Post generation transformations are controlled via various XML files stored in the /Transforms directory (see Java Bindings Metadata documentation for details).
Proguard configuration is defined in sentry-proguard.cfg (see Proguard usage)