Méthode | Description | |
---|---|---|
cleanIgnoreList ( array &$item, string $key ) | Reformat the config array | |
customMetric ( $name, $value ) | ||
ignoreMessage ( string $message, string $type ) : boolean | Test if a message should be ignored | |
ignoreModule ( $module ) : boolean | Test if a message should be ignored | |
is_enabled ( ) | ||
setAppName ( $xmit = true ) | Helper function to set the application name used to report | |
testApiKey ( string $apiKey ) : boolean | Test the given API key is correct |
Méthode | Description | |
---|---|---|
ignoreInString ( string $message, array $ignores ) : boolean | Check if any of the strings are in the message |
public cleanIgnoreList ( array &$item, string $key ) | ||
$item | array | |
$key | string |
public ignoreModule ( $module ) : boolean | ||
Résultat | boolean |
public setAppName ( $xmit = true ) |
public testApiKey ( string $apiKey ) : boolean | ||
$apiKey | string | |
Résultat | boolean |