configure method
Configure and enable async error capture
Implementation
void configure(AsyncErrorCaptureConfig config) {
_config = config;
ObslyLogger.debug('AsyncErrorCapture configured: ${config.toString()}');
}
Configure and enable async error capture
void configure(AsyncErrorCaptureConfig config) {
_config = config;
ObslyLogger.debug('AsyncErrorCapture configured: ${config.toString()}');
}