sentry-dotnet
sentry-dotnet copied to clipboard
Support Problem Details Responses
Problem Statement
.NET 8 is (likely) introducing official support for problem details responses... but these are also used in the wild already.
Currently the SentryHttpMessageHandler doesn't pay any particular attention to the response details when an error is encountered. Potentially the Problem Details Response has important information to help users debug issues when Http Requests that they make result in an error however.
Solution Brainstorm
No response