Releases: QafooLabs/profiler
Releases · QafooLabs/profiler
v1.3.6
- Fix bug where
HTTP_HOST
is not defined producing a notice.
- Add support to
HTTP_PROXY
and NO_PROXY
environment variables for cURL Backend.
v1.3.5
- Make network socket/tcp and udp connections configurable using Extension INI variables. Default to the old, static variables.
v1.3.0
- Bring versioning of PHP library in sync with PECL extension as they will be released together now.
- Add auto start functionality using
QAFOOPROFILER_APIKEY
environment or qafooprofiler.api_key
ini variable when present.
- Ignore callback based php internal functions during profiling, because in the single-level hierachy they hide direct relationships between function calls.
- Improve
QafooLabs\Profiler::startDevelopment
to do everything necessary to generate traces, always. Also enable memory profiling mode for this.
v0.11
- Always enables layering mode when using Qafoo Profiler PECL extension >= 1.2.2 to track framework transaction name.
- Re-enable Smarty template detection when using Qafoo Profiler PECL extension >= 1.2.2
v0.9.6
- Disable qafooprofiler_last_exception() as false positives are too high. Better approach would be to add
exception_function
argument to profiler working like transaction_function
to detect when frameworks catch exceptions.
v0.9.5
- Fix bug in cURL Backend
- Disable Smarty+file argument handling for now.
v0.9.2
- Add support for gzip'ing data sent via cURL directly to the Profiler.
v0.7.2
- Force daemon to keep profiles that are manually forced.
v0.7.1
- Bugfix in layering support.