getsentry / getsentry/sentry-dotnet
Support Problem Details Responses
Open
.NET
Feature
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
### Problem Statement
[.NET 8 is (likely) introducing official support for problem details responses](https://timdeschryver.dev/blog/translating-exceptions-into-problem-details-responses#problem-details-with-aspnet)... 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_
Contributor guide
Assessment
This issue has not been assessed yet.