sentry-dotnet
sentry-dotnet copied to clipboard
Consider alternative to ObsoleteAttribute on CrashType
Description
This is something of a misuse of the ObsoleteAttribute:
https://github.com/getsentry/sentry-dotnet/blob/bd62cf0421cc7a5d7b7804f8461fae00d47d43b8/src/Sentry/CrashType.cs#L7-L8
See also
- https://github.com/getsentry/sentry-dotnet/pull/4619#discussion_r2432380383
- https://github.com/getsentry/sentry-dotnet/issues/4641