Skip to content

Releases: maantje/xhprof-buggregator-laravel

v0.5.1

28 Oct 19:36
bbdc85b
Compare
Choose a tag to compare

What's Changed

  • docs: make sure xhprof is installed by @phh in #21

New Contributors

  • @phh made their first contribution in #21

Full Changelog: v0.5.0...v0.5.1

v0.5.0

15 Jul 16:32
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #20
  • Add option to disable middleware. When we try to profile some part of… by @ARTWINPRO in #19

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

25 Jun 18:49
97bd9a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Apr 20:08
93ccd7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

18 Oct 21:51
67af035
Compare
Choose a tag to compare
  • Add default config values

XHPROF_ENABLED=false
PROFILER_ENDPOINT=http://127.0.0.1:8000/api/profiler/store

v0.2.0

18 Oct 21:23
ad55746
Compare
Choose a tag to compare
  • Automatically register the profiler middleware.
  • Introduce an option to enable/disable the profiler using the X-Xhprof-Enabled header.

Initial release

17 Oct 21:13
Compare
Choose a tag to compare

Adds basic support for Xhprof with buggregator for Laravel