Releases: tideways/profiler
Releases · tideways/profiler
v2.0.18
apm#2017 change measurements to socket communication
v2.0.17
- Improved logging for reason of failure and type of triggering traces.
v2.0.16
- Collect trace on the CLI when triggered even if
tideways.monitor_cli=0
.
- Fix bug where PHP 7 fatal errors where not recognized.
- Pass reference IDs around to allow better identification of triggered traces.
v2.0.15
- Add support for yii and yii2 Exception functions
- Improve logging for triggered traces to find the source of the trigger
- Fix bug when
tideways.sample_rate=0
it samples at 10%
- Introduce
Tideways\Profiler::getTransactionName()
v2.0.14
- Automatically start monitoring with a sample_rate of 0 (no traces) all CLI scripts unless
tideways.monitor_cli=0
is set. It defaults to tideways.monitor_cli=1
.
- Add Neos FLOW4 Support
v2.0.12
- Add support for
tideways.service
INI variable for grouping transactions in monitoring.
- Add support for
tideways.timeout
INI variable to control the timeout to UDP and socket.
- Introduce
DISABLED
mode that is the same as NONE, but doesn't have the problem of casted to null in INI context.
v2.0.11
- CakePHP 2&3 transaction and exception support
- Yii 1/2 transaction support
v2.0.10
- Add support for Magento2 (depends on extension v4.0.3)
- Add support Presta 1.6 (depends on extension v4.0.3)
- Add support for Drupal 8 (depends on extension v4.0.3)
- Add support for Flow (depends on extension v4.0.3)
- Add support for TYPO3 (depends on extension v4.0.3)
v2.0.9
- [PROF-443] Improve defaults for profiling when not using Tideways extension (HHVM, Xhprof...)
v2.0.8
- [PROF-411] Fix bug with PHP7 and exceptions that are reported as string, not exceptions. This is a temporary workaround before localization of error in extension can be improved.