sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Investigate using custom builds for AOT compiled or trimmed apps

Open vaind opened this issue 11 months ago • 0 comments

We have code that can't/should't run when the client app builds for NativeAOT/Trimmed. Currently, we're checking this at runtime. Try to follow up in this discussion whether/how we could make that work at compile-time of the SDK(?)

https://github.com/dotnet/runtime/issues/96528

vaind avatar Mar 14 '24 12:03 vaind