Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-24 | 828 Bytes | |
v2.0.1 source code.tar.gz | 2025-06-24 | 3.6 MB | |
v2.0.1 source code.zip | 2025-06-24 | 4.5 MB | |
Totals: 3 Items | 8.1 MB | 0 |
Summary
The v2.0.0 go tracer released included improved telemetry logs that sometimes include sensitive data. This patch reverts the feature.
What's Changed
General
- instrumentation: stop sending telemetry logs for each log a contrib would send to stdout by @eliottness in https://github.com/DataDog/dd-trace-go/pull/3684
- instrumentation: do not report debug and info errors as telemetry by @genesor in https://github.com/DataDog/dd-trace-go/commit/56a952b1ae42b6e258ce5b3eb621f030ee2fb386
- contrib/database/sql: sanitize sensitive data in error messages by @kakkoyun in https://github.com/DataDog/dd-trace-go/pull/3686
Full Changelog: https://github.com/DataDog/dd-trace-go/compare/v2.0.0...v2.0.1