Skip to content

Commit

Permalink
Added help for contributors to the Sentry.Bindings.Android readme (#3514
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jamescrosswell authored Aug 1, 2024
1 parent 09b14cc commit c26b2f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Sentry.Bindings.Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ Instead, reference one of the following:

- [`Sentry.Maui`](https://www.nuget.org/packages/Sentry.Maui) - if you are using .NET MAUI
- [`Sentry`](https://www.nuget.org/packages/Sentry) - if you are authoring a .NET Android application without using MAUI

## SDK Developers and Contributors

For .NET SDK contributors, most of the classes in this package are generated automatically by proguard.

- Proguard configuration is defined in `sentry-proguard.cfg` (see [Proguard usage](https://www.guardsquare.com/manual/configuration/usage))

- Post generation transformations are controlled via various XML files stored in the `/Transforms` directory (see [Java Bindings Metadata documentation](https://learn.microsoft.com/en-gb/previous-versions/xamarin/android/platform/binding-java-library/customizing-bindings/java-bindings-metadata) for details).

0 comments on commit c26b2f9

Please sign in to comment.