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.62.0
(stable)
|
### Added - ZAI env #1250 - Add ZAI component for reading headers #1256 - (PHP 8) Add proper exception and error reporting #1272 - (PHP 8) Register SpanData->exception property and store exception info there instead of internally #1281 ### Changed - Refactor internal span objects to be allocated together with their internal data #1254 - Enforce metrics to be floats in internal serializer #1258 - Allow for global debug mode, add zai testing to Makefile and more minor testing improvements #1265 - Move DDTrace\Format to src/api #1271 - Moving spans from userland to extension #1262 ### Fixed - Fix msgpack serialization of empty arrays #1259 - Set SECBIT_NO_SETUID_FIXUP to prevent crashes after setuid() calls #1276 - Apply original curl headers when curl_setopt_array() fails #1279 - Fix owner of files included in the distributed .tar.gz archive #1280 - Fix tests: Pin Symfony 4 tests to laminas/laminas-code < 4.4 #1266 |