Skip to content

Releases: QafooLabs/profiler

v1.3.6

19 Feb 11:49
Compare
Choose a tag to compare
  • 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

02 Jan 09:40
Compare
Choose a tag to compare
  • Make network socket/tcp and udp connections configurable using Extension INI variables. Default to the old, static variables.

v1.3.0

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

09 Nov 13:57
Compare
Choose a tag to compare
  • 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

29 Oct 02:25
Compare
Choose a tag to compare
  • 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

23 Oct 13:08
Compare
Choose a tag to compare
  • Fix bug in cURL Backend
  • Disable Smarty+file argument handling for now.

v0.9.2

22 Oct 17:13
Compare
Choose a tag to compare
  • Add support for gzip'ing data sent via cURL directly to the Profiler.

v0.9

21 Oct 22:24
Compare
Choose a tag to compare
v0.9

v0.7.2

08 Oct 08:02
Compare
Choose a tag to compare
  • Force daemon to keep profiles that are manually forced.

v0.7.1

07 Sep 21:03
Compare
Choose a tag to compare
  • Bugfix in layering support.