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.7.0
(stable)
|
## Tracer ### Added - OTel Integration tracking #3084 - Send integration error logs through telemetry #3006
### Fixed - Fix fork handling of sidecar #3077 - Work around preloaded enums being broken on early PHP 8.4 versions with observers #3093 - Missing Predis Service Override #3098 - Lazily init cadence client Datadog/libdatadog#890 - This will work around unnecessarily many sidecar threads being created. - Fix possible race confition when adding, then removing remote config services Datadog/libdatadog#882 - This aims to solve watchdog timeouts of the sidecar (a cause of broken pipes). - Handle a zero-sized file for mmap()ing Datadog/libdatadog#838
### Internal - Generate Markdown Table of Supported Versions #3062 - Ensuring latest version of composer package are tested #3041 - Fix UserAvailableConstantsTest::testAllTypesAreTested #3042
## Profiling ### Added - I/O profiling preview #3083 - support new ZendMM api #2969
### Changed - switch to pthread_atfork() for fork barrier handling #3058
## Application Security Management ### Added - Add rasp telemetry #3061 - Implement SSRF #3014
### Changed - Update user login and signup events collection #2976
### Fixed - Fix build of appsec helper with llvm's linker #3069 - Amend login failure event being reported #3092 |