Skip to content

Release v1.3.2

Compare
Choose a tag to compare
@dgoffredo dgoffredo released this 26 Apr 15:56
· 22 commits to master since this release
dbcee78

Features

  • Introduce DD_TRACE_SAMPLE_RATE and DD_TRACE_RATE_LIMIT sampling controls.

Fixes

  • The default logger now writes to standard error fewer times per log message,
    preventing interleaving of output.
  • 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.