public class PlayConfigContext extends BaseChainedConfigContext
ConfigContext implementation that reads its configuration values from
a Play Framework Configuration class.apiKey, applicationPackage, DEFAULT_CONFIG, environment, excludedClasses, excludedParams, excludedSysProps, feedbackFormDisplayed, feedbackFormPath, honeybadgerReadApiKey, honeybadgerUrl, httpProxyHost, httpProxyPortthreadLocal| Constructor and Description |
|---|
PlayConfigContext(play.Configuration configuration,
play.Environment environment)
Converts a Play Configuration to a Honeybadger
ConfigContext. |
equals, getApiKey, getApplicationPackage, getEnvironment, getExcludedClasses, getExcludedParams, getExcludedSysProps, getFeedbackFormPath, getHoneybadgerReadApiKey, getHoneybadgerUrl, getHttpProxyHost, getHttpProxyPort, hashCode, isFeedbackFormDisplayed, isPresent, isPresent, overwriteWithContext, setApiKey, setApplicationPackage, setEnvironment, setExcludedClasses, setExcludedParams, setExcludedSysProps, setFeedbackFormDisplayed, setFeedbackFormPath, setHoneybadgerReadApiKey, setHoneybadgerUrl, setHttpProxyHost, setHttpProxyPort, toStringpublic PlayConfigContext(play.Configuration configuration,
play.Environment environment)
ConfigContext. If
null, it will default to a SystemSettingsConfigContext.configuration - play configuration to convertenvironment - play environment to load values from