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 0.79.0
(stable)
|
### Added - Integrate with Symfony console commands #1724
### Changed
### Fixed - Fix #1709 appsec attempting to load erroneously #1711 - Fix symfony service and root span name #1723 (Thanks @numyx) - Initialize hooks and config early to prevent conflicts with code executed in early startup #1726 - Fix hook dynamic data zeroing when new hooks are added during hook execution #1730
### Internal changes - Fix compilation on MacOS #1716 - Deduplicate PHP 7 and PHP 8 source files #1722
## Profiling (v0.10.0)
#### Added - Add Endpoint Profiling #1720
#### Internal changes - Extract C API module; refactor Uuid #1710 |