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.16.0
(stable)
|
### Changed - When shutdown hook is executed we disable all tracing to avoid creating unnecessary spans #361 - Inside request init hook we disable all function tracing when we decide not to trace #361
### Added - Disable request_init_hook functionality in presence of blacklisted modules via `ddtrace.internal_blacklisted_modules_list=some_module,some_other_module` #345 & #370 - Integration-level configuration #354 - `dd_trace_disable_in_request` function which disables all function tracing until request ends #361
### Fixed - Symfony template rendering spans #359 - Laravel integration user ID errors #363 - Non-success HTTP response codes aren't properly categorized as errors in the APM UI #366 |