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.47.1
(stable)
|
**Deprecation notice**: The following environment variable names have changed. The old names are deprecated. See #969 for more details.
| Old Name | New Name | | ---------------------------------------------- | ---------------------------------------------------- | | `DD_<INTEGRATION>_ANALYTICS_ENABLED` | `DD_TRACE_<INTEGRATION>_ANALYTICS_ENABLED` | | `DD_<INTEGRATION>_ANALYTICS_SAMPLE_RATE` | `DD_TRACE_<INTEGRATION>_ANALYTICS_SAMPLE_RATE` | | `DD_INTEGRATIONS_DISABLED` | `DD_TRACE_<INTEGRATION>_ENABLED` |
### Added
- Add `DD_TRACE_AGENT_URL` environment support #926 (thank you @nurcahyo!) #962 - Support for `DD_TRACE_<INTEGRATION>_<SUFFIX>` env vars #969 - Deeper instrumentation of Symfony 4.4 #967
### Fixed
- Move startup logging to first RINIT #961 - Fix propagation of `DD_ENV` and `DD_VERSION` to children spans #963 - Remove query string when new resource mapper is used #973 |