Config constructor
Config({
- required String accessToken,
- bool analyticsEventEnabled = true,
- bool crashReportingEnabled = true,
- bool httpResponseBodyCaptureEnabled = true,
- bool interactionTracingEnabled = true,
- bool loggingEnabled = true,
- bool networkErrorRequestEnabled = true,
- bool networkRequestEnabled = true,
- bool webViewInstrumentation = true,
- bool printStatementAsEventsEnabled = true,
- bool httpInstrumentationEnabled = true,
Implementation
Config(
{required this.accessToken,
this.analyticsEventEnabled = true,
this.crashReportingEnabled = true,
this.httpResponseBodyCaptureEnabled = true,
this.interactionTracingEnabled = true,
this.loggingEnabled = true,
this.networkErrorRequestEnabled = true,
this.networkRequestEnabled = true,
this.webViewInstrumentation = true,
this.printStatementAsEventsEnabled = true,
this.httpInstrumentationEnabled = true});