Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
addCustomParameter ($param, $value) | |
reportError ($exception) | |
setAppName (string $appName) | |
isExtensionInstalled () | |
Wrapper for New Relic functions
@codeCoverageIgnore
Definition at line 13 of file NewRelicWrapper.php.
addCustomParameter | ( | $param, | |
$value | |||
) |
Wrapper for 'newrelic_add_custom_parameter' function
string | $param | |
string | int | $value |
Definition at line 22 of file NewRelicWrapper.php.
isExtensionInstalled | ( | ) |
Checks whether newrelic-php5 agent is installed
Definition at line 62 of file NewRelicWrapper.php.
reportError | ( | $exception | ) |
Wrapper for 'newrelic_notice_error' function
Exception | $exception |
Definition at line 37 of file NewRelicWrapper.php.
setAppName | ( | string | $appName | ) |
Wrapper for 'newrelic_set_appname'
string | $appName |
Definition at line 50 of file NewRelicWrapper.php.