UNPKG

@datadog/browser-logs

Version:
4 lines (3 loc) 192 B
import type { RawError } from '@datadog/browser-core'; import type { LifeCycle } from './lifeCycle'; export declare function startReportError(lifeCycle: LifeCycle): (error: RawError) => void;