class Laravel implements IntegrationInterface

This class handles instrumenting the Laravel framework's standard stack using the opencensus extension.

Example:

use OpenCensus\Trace\Integrations\Laravel;

Laravel::load();

Methods

static 
load()

Static method to add instrumentation to the Laravel framework

Details

at line 37
static load()

Static method to add instrumentation to the Laravel framework