Skip to content

Commit b7d6b96

Browse files
committed
Add changelog for #498
1 parent f265d60 commit b7d6b96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
See the documentation for [`service_name`](https://www.elastic.co/guide/en/apm/agent/java/master/config-core.html#config-service-name)
2323
for more information.
2424
Note: this requires APM Server 7.0+. If using previous versions, nothing will change.
25+
* Previously, enabling [`capture_body`](https://www.elastic.co/guide/en/apm/agent/java/master/config-http.html#config-capture-body) could only capture form parameters.
26+
Now it supports all UTF-8 encoded plain-text content types.
27+
The option [`capture_body_content_types`](https://www.elastic.co/guide/en/apm/agent/java/master/config-http.html#config-capture-body-content-types)
28+
controls which `Content-Type`s should be captured.
2529

2630
## Bug Fixes
2731

0 commit comments

Comments
 (0)