Skip to content

Commit

Permalink
feature - Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegler-daniel committed Jan 15, 2024
1 parent 01abbd3 commit 28be25b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.3.0 (15.01.2024)
- Do not add the full content of `context.bindingData` to `customDimensions` for app insights logging anymore as it contains i.e. the request body.
+ Add `AppInsightForHttpTrigger.finalizeWithConfig` which allows you to configure when the request and response body should be logged and allows you to use a body sanitizer to remove sensitive data.

## 2.2.2 (03.11.2023)
+ Added the `context` as a parameter for the `errorResponseHandler` function to enhance error handling capabilities.

Expand Down

0 comments on commit 28be25b

Please sign in to comment.