UNPKG

@datadog/browser-logs

Version:
7 lines (6 loc) 289 B
import { noop } from '@datadog/browser-core'; import type { LogsConfiguration } from '../configuration'; import type { LifeCycle } from '../lifeCycle'; export declare function startNetworkErrorCollection(configuration: LogsConfiguration, lifeCycle: LifeCycle): { stop: typeof noop; };