-
public interface NetworkCaptureConfigDeclares how the SDK should capture network requests
-
-
Method Summary
Modifier and Type Method Description IntegergetRequestLimitPerDomain()The network request capture limit per domainsdk_config.networking. Map<String, String>getLimitsByDomain()Declares a Map of domain names to the maximum number of requestssdk_config.networking. List<String>getIgnoredRequestPatternList()Declares a list of patterns for requests that should not be capturedsdk_config.networking. StringgetNetworkBodyCapturePublicKey()Declares the key that should be used to capture network request bodies, if anysdk_config. -
-
Method Detail
-
getRequestLimitPerDomain
Integer getRequestLimitPerDomain()
The network request capture limit per domain
sdk_config.networking.default_capture_limit
-
getLimitsByDomain
Map<String, String> getLimitsByDomain()
Declares a Map of domain names to the maximum number of requests
sdk_config.networking.domains
-
getIgnoredRequestPatternList
List<String> getIgnoredRequestPatternList()
Declares a list of patterns for requests that should not be captured
sdk_config.networking.disabled_url_patterns
-
getNetworkBodyCapturePublicKey
String getNetworkBodyCapturePublicKey()
Declares the key that should be used to capture network request bodies, if any
sdk_config.capture_public_key
-
-
-
-