Releases: tideways/profiler
Releases · tideways/profiler
v2.0.7
- [PROF-368] Fix tideways.monitor=NONE option not working correctly.
- [PROF-366] Transmit PHP version to daemon.
v2.0.5
- Fix fatal errors in
Profiler::logFatal()
and Profiler::logException()
when called before Profiler is started.
v2.0.4
- Allow registering watches both before and during a period of traces. Keep the watches to reattach them on new traces.
- Add Magento Support
v2.0.3
- Fix bug in
TwExtensionSpan#getId()
not returning the span id.
- Fix bug in status code >=500 detection overwriting the framework exception detection and adding less useful error messages.
v2.0.1
- Add more
exception_function
defaults to various frameworks (Zend Framework 1, Shopware, Oxid, Laravel)
v2.0.0
First stable release of timeline profiler
- Add wrapper for tideways extension functions
tideways_span_watch()
and tideways_span_callback()
.
v2.0-alpha3
- Fix auto_prepend_file overwrite not taking into account include_path resolving mechanism.
v1.6.6
- Fix bug in auto prepend file not taking include_path into account.
v2.0-alpha2
- Small bugfixes
- Laravel Framework Support
v2.0-alpha1
First alpha release of Tideways 2.0, refactored to be centered around concepts of trace and spans.
Don't use this release unless you are part of the Early Access program of Tideways!