1 | import type { Event, StackFrame } from '@sentry/types';
|
2 | export declare const MAX_CONTEXTLINES_COLNO: number;
|
3 | export declare const MAX_CONTEXTLINES_LINENO: number;
|
4 | interface ContextLinesOptions {
|
5 | |
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 | frameContextLines?: number;
|
12 | }
|
13 |
|
14 |
|
15 |
|
16 | export declare function resetFileContentCache(): void;
|
17 |
|
18 |
|
19 |
|
20 | export declare function addContextToFrame(lineno: number, frame: StackFrame, contextLines: number, contents: Record<number, string> | undefined): void;
|
21 |
|
22 | export declare const _contextLinesIntegration: (options?: ContextLinesOptions) => {
|
23 | name: string;
|
24 | processEvent(event: Event): Promise<Event>;
|
25 | };
|
26 |
|
27 |
|
28 |
|
29 | export declare const contextLinesIntegration: (options?: ContextLinesOptions | undefined) => import("@sentry/types").Integration;
|
30 | export {};
|
31 |
|
\ | No newline at end of file |