ObslyConfig constructor
const
ObslyConfig({
- bool? enableScreenshotOnUi,
- List<
String> ? requestBlacklist, - List<
RequestBodyConfig> ? requestBodyWhitelist, - List<
RequestHeadersConfig> ? requestHeadersWhitelist, - TagsBlacklistConfig? tagsBlacklist,
- RageClickConfig? rageClick,
- AnonymizationConfig? anonymization,
- bool? enableCrashes,
- bool? enableLifeCycleLog,
- bool? enableRequestLog,
- bool? enableTagger,
- bool? enablePerformance,
- bool? enableMetrics,
- bool? enableUI,
- bool? automaticViewDetection,
- int? sessionMaxLengthMins,
- int? bufferSize,
- bool? captureConsole,
- bool? captureBodyOnError,
- int? messengerInterval,
- bool? enableDebugTools,
- bool? enableRules,
- ObslyTools? obslyTools,
- RateLimitsConfig? rateLimits,
- bool? enableRateLimit,
Implementation
const ObslyConfig({
this.enableScreenshotOnUi,
this.requestBlacklist,
this.requestBodyWhitelist,
this.requestHeadersWhitelist,
this.tagsBlacklist,
this.rageClick,
this.anonymization,
this.enableCrashes,
this.enableLifeCycleLog,
this.enableRequestLog,
this.enableTagger,
this.enablePerformance,
this.enableMetrics,
this.enableUI,
this.automaticViewDetection,
this.sessionMaxLengthMins,
this.bufferSize,
this.captureConsole,
this.captureBodyOnError,
this.messengerInterval,
this.enableDebugTools,
this.enableRules,
this.obslyTools,
this.rateLimits,
this.enableRateLimit,
});