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.42.0
(stable)
|
### Added
- Close open sandboxed spans on exit (PHP 5) #780 - Prehook feature to run tracing closures before the original call #784
### Changed
- Enable background sender (BGS) by default #796, #800 - Improves alpine extensions build/verify process #774 - Refactor Symfony integration #786 - Let curl calculate Content-Length header value when sending requests to the agent #804
### Fixed
- Pass return value as null to tracing closure when value IS_UNDEF #791 (thanks for the report @wajdisawaf!) - Set a sane memory limit when running php from inside post-install hook #792 |