-
public interface InstrumentedConfigDefines the locally set configuration for the SDK. This is typically set from embrace-config.json and instrumented by the embrace gradle plugin, but can be overridden for test purposes.
-
-
Method Summary
Modifier and Type Method Description abstract BaseUrlConfiggetBaseUrls()abstract EnabledFeatureConfiggetEnabledFeatures()abstract NetworkCaptureConfiggetNetworkCapture()abstract OtelLimitsConfiggetOtelLimits()abstract ProjectConfiggetProject()abstract RedactionConfiggetRedaction()abstract SessionConfiggetSession()abstract Base64SharedObjectFilesMapgetSymbols()-
-
Method Detail
-
getBaseUrls
abstract BaseUrlConfig getBaseUrls()
-
getEnabledFeatures
abstract EnabledFeatureConfig getEnabledFeatures()
-
getNetworkCapture
abstract NetworkCaptureConfig getNetworkCapture()
-
getOtelLimits
abstract OtelLimitsConfig getOtelLimits()
-
getProject
abstract ProjectConfig getProject()
-
getRedaction
abstract RedactionConfig getRedaction()
-
getSession
abstract SessionConfig getSession()
-
getSymbols
abstract Base64SharedObjectFilesMap getSymbols()
-
-
-
-