Closed ziegler-daniel closed 9 months ago
Currently, we add all data from context.bindingData expect headers for logging to the customDimensions. This contains the full request body.
context.bindingData
headers
customDimensions
lgtm, but can you document your chance in our changelog(https://github.com/senacor/azure-function-middleware/blob/master/CHANGELOG.md)
Thanks for the hint. I added a note in the changelog.
Currently, we add all data from
context.bindingData
expectheaders
for logging to thecustomDimensions
. This contains the full request body.