Property | Type | Description | |
---|---|---|---|
$configuration | |||
$connection | |||
$notice | null |
Method | Description | |
---|---|---|
__construct ( |
Build the Client with the Airbrake Configuration. | |
getConfiguration ( ) : |
||
notify ( airbrake\Notice $notice ) : string | boolean | Notify about the notice. | |
notifyOnError ( string $message, array $backtrace = null, null $extraParams = null ) : string | Notify on an error message. | |
notifyOnException ( Exception $e, null $extraParams = null ) : string | Notify on an exception | |
setConnection ( Airbrake\Connection\ConnectionInterface $connection ) : self | Override the default Connection |
Method | Description | |
---|---|---|
cleanBacktrace ( array $backtrace ) : array | Clean the backtrace of unneeded junk. | |
cleanFilePath ( $filePath ) |
public __construct ( |
||
$configuration |
protected cleanBacktrace ( array $backtrace ) : array | ||
$backtrace | array | |
return | array |
public notifyOnException ( Exception $e, null $extraParams = null ) : string | ||
$e | Exception | |
$extraParams | null | |
return | string |
public setConnection ( Airbrake\Connection\ConnectionInterface $connection ) : self | ||
$connection | Airbrake\Connection\ConnectionInterface | |
return | self |
protected Configuration,airbrake|null $configuration | ||
return |
protected Connection,airbrake|null $connection | ||
return |