Release v1.3.2
Features
- Introduce
DD_TRACE_SAMPLE_RATE
andDD_TRACE_RATE_LIMIT
sampling controls.
Fixes
- The default logger now writes to standard error fewer times per log message,
preventing interleaving of output.- Thanks to @aureplop for contributing.
- Improperly formatted trace IDs now cause trace context extraction to fail,
instead of producing an invalid ID. (pull request)
Other
- The Datadog Agent can no longer override sampling decisions made on account
of sampling rules. (pull request) - Remove build dependency on zlib.
- Add reference documentation
doc/*.md
.