Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Releases: tideways/profiler

v2.0.18

02 Apr 12:21
Compare
Choose a tag to compare
apm#2017 change measurements to socket communication

v2.0.17

15 May 12:13
Compare
Choose a tag to compare
  • Improved logging for reason of failure and type of triggering traces.

v2.0.16

05 Nov 14:39
Compare
Choose a tag to compare
  • 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

01 Aug 09:50
Compare
Choose a tag to compare
  • 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

16 Jan 14:19
Compare
Choose a tag to compare
  • 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

02 Jan 11:23
Compare
Choose a tag to compare
  • 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

10 Jul 17:31
Compare
Choose a tag to compare
  • CakePHP 2&3 transaction and exception support
  • Yii 1/2 transaction support

v2.0.10

28 Jan 09:17
Compare
Choose a tag to compare
  • 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

20 Jan 09:17
Compare
Choose a tag to compare
  • [PROF-443] Improve defaults for profiling when not using Tideways extension (HHVM, Xhprof...)

v2.0.8

04 Jan 16:33
Compare
Choose a tag to compare
  • [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.