Package Information |
Summary |
APM and distributed tracing for PHP |
Maintainers |
Alejandro Estringana Ruiz (lead)
[details]
Luca Abbati <
luca dot abbati at gmail dot com >
(lead)
[details]
Levi Morrison <
levim at php dot net >
(lead)
[details]
Bob Weinand <
bobwei9 at hotmail dot com >
(lead)
[details]
Anil Mahtani (lead)
[details]
Pierre Bonet (lead)
[details]
Florian Engelhardt (lead)
[details]
Luc Vieillescazes (lead)
[details]
|
License |
BSD 3-Clause |
Description |
The Datadog PHP Tracer brings APM and distributed tracing to PHP. |
Homepage |
https://docs.datadoghq.com/tracing/languages/php/
|
Release notes
Version 1.13.0
(stable)
|
## Tracer ### Changed - Reduce integrations overhead #3380 - Avoid unnecessary gc_collect_cycles if there's no open span #3428 - Make use of fast_shutdown to avoid freeing overhead #3429 - Optimize PDOIntegration::parseDsn() #3430
### Fixed - Fix #3135: Force flushing on shutdown of entry point processes #3398 - Support curl_multi_exec root spans #3419 - Fix a couple memory leaks #3420
## Profiling ### Added - Add source code integration #3418
### Fixed - Fix missing line numbers #3417 - Early init default connector to fix env var race #3432
### Internal - Refactor tag handling #3423 - Permanently enable compilation of allocation, exception, and timeline features #3431 |