posthog-node
Version:
PostHog Node.js integration
5 lines • 346 B
TypeScript
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