elastic / apm-agent-java

https://www.elastic.co/guide/en/apm/agent/java/current/index.html
Apache License 2.0
567 stars 320 forks source link

Capture request body for HttpUrlConnection #3724

Closed JonasKunz closed 1 month ago

JonasKunz commented 2 months ago

What does this PR do?

Adds support for capturing request bodies for HttpUrlConnection, also cleans up some shared code and adds test cases.

Not adding changelog and docs yet because this feature is hidden behind an internal feature flag.

Checklist