Features
- Added
capture_headers
configuration option.
Set tofalse
to disable capturing request and response headers.
This will reduce the allocation rate of the agent and can save you network bandwidth and disk space. - Makes the API methods
addTag
,setName
,setType
,setUser
andsetResult
fluent, so that calls can be chained.
Bug Fixes
- Catch all errors thrown within agent injected code
- Enable public APIs and OpenTracing bridge to work properly in OSGi systems, fixes this WildFly issue
- Remove module-info.java to enable agent working on early Tomcat 8.5 versions
- Fix async Servlet API issue