When using RequestTracking in Arcus.WebApi, we log an obsolete / unused dimension. I believe this is an artefact of the past where we used the Body dimension to log the request-body. This has been changed later when we also made it possible to log the response-body.
I think we're now in a stage where we can remove the logging of the Body dimension

Next to that, I also see that we log a dimension called Request which looks like it contains details about the HTTP Operation, the URL, the Request- and Response body, but also the Body dimension

I believe we can remove this one as well ?
When using RequestTracking in Arcus.WebApi, we log an obsolete / unused dimension. I believe this is an artefact of the past where we used the
Bodydimension to log the request-body. This has been changed later when we also made it possible to log the response-body.I think we're now in a stage where we can remove the logging of the
BodydimensionNext to that, I also see that we log a dimension called
Requestwhich looks like it contains details about the HTTP Operation, the URL, the Request- and Response body, but also theBodydimensionI believe we can remove this one as well ?