Tyler Ohlsen
Tyler Ohlsen
IMO, both of those changes would be beneficial.
I found a workaround. If I remove the `[Produces(...)]` attribute and replace it with: ```csharp [ProducesResponseType(typeof(MyResponseType), statusCode: 200, "application/json")] [ProducesResponseType(typeof(ProblemDetails), statusCode: 400, "application/problem+json")] [ProducesResponseType(typeof(ProblemDetails), statusCode: 500, "application/problem+json")] ``` then the...
@nrcventura I'm not seeing a linked PR nor release notes of a related change that would include what was requested here. Could you point me to the PR or release...
Well that's disappointing. I can't recommend using NewRelic without this feature. Too much very important contextual information is lost without it.