Method | Description | |
---|---|---|
boot ( ) : void | Boot the service provider. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register the service provider. |
Method | Description | |
---|---|---|
formatQuery ( string $sql, array $bindings, float $time, string $connection ) : array | Format the query as breadcrumb metadata. | |
getGuzzle ( array $config ) : GuzzleHttp\ClientInterface | Get the guzzle client instance. | |
setupCallbacks ( Bugsnag\Client $client, Illuminate\Contracts\Container\Container $app, array $config ) : void | Setup the callbacks. | |
setupConfig ( Illuminate\Contracts\Container\Container $app ) : void | Setup the config. | |
setupEvents ( Illuminate\Contracts\Events\Dispatcher $events, array $config ) : void | Setup the events. | |
setupPaths ( Bugsnag\Client $client, string $base, string $path, string | null $strip, string | null $project ) : void | Setup the client paths. | |
setupQueue ( Illuminate\Queue\QueueManager $queue ) : void | Setup the queue. |
protected setupCallbacks ( Bugsnag\Client $client, Illuminate\Contracts\Container\Container $app, array $config ) : void | ||
$client | Bugsnag\Client | |
$app | Illuminate\Contracts\Container\Container | |
$config | array | |
return | void |
protected setupConfig ( Illuminate\Contracts\Container\Container $app ) : void | ||
$app | Illuminate\Contracts\Container\Container | |
return | void |
protected setupEvents ( Illuminate\Contracts\Events\Dispatcher $events, array $config ) : void | ||
$events | Illuminate\Contracts\Events\Dispatcher | |
$config | array | |
return | void |
protected setupQueue ( Illuminate\Queue\QueueManager $queue ) : void | ||
$queue | Illuminate\Queue\QueueManager | |
return | void |