sentry-dotnet
sentry-dotnet copied to clipboard
Source Generators for Bindable Options
Currently we manually mantain various BindableOptions classes to ensure the Sentry packages are AOT compatible. This results in a bit of manual work and, oftentimes, confusion when adding new properties for the different SentryOptions. That manual work could be automated using SourceGenerators instead.