new plugin: tracing

this plugin provides the building blocks that all tracing integrations should build on top of. all they have to do is pass a tracer object to the options, which follows the tracing API:

  • #enabled?(request)
  • #start(request)
  • #finish(request, response)
  • #reset(request)

Merge request reports

Loading