UNPKG

posthog-node

Version:
5 lines 346 B
import { ErrorTracking as CoreErrorTracking } from '@posthog/core'; export declare const MAX_CONTEXTLINES_COLNO: number; export declare const MAX_CONTEXTLINES_LINENO: number; export declare function addSourceContext(frames: CoreErrorTracking.StackFrame[]): Promise<CoreErrorTracking.StackFrame[]>; //# sourceMappingURL=context-lines.node.d.ts.map