Model
Config
Magento\NewRelicReporting\Model\Config
What it does
This class manages configuration settings for Magento's New Relic integration.
Developers use it to retrieve API credentials, check if New Relic reporting is enabled, and access various New Relic configuration values like account ID, app name, and API URLs.
It also provides constants for tracking events like orders, cache flushes, and module changes.
Public Methods
- isNewRelicEnabled()
- getNewRelicApiUrl()
- getInsightsApiUrl()
- getNewRelicAccountId()
- getNewRelicAppId()
- getNewRelicApiKey()
- getInsightsInsertKey()
- getNewRelicAppName()
- isSeparateApps()
- isCronEnabled()
- disableModule()