UNPKG

@sentry-internal/lynx-plugin

Version:
9 lines 465 B
import { StackFrame } from '@sentry/core'; export declare function symbolicateFrames({ frames, projectRootPath, serverPublicPath, }: { frames: StackFrame[]; projectRootPath?: string; serverPublicPath?: string; }): Promise<StackFrame[]>; export declare function lynxUrlToPath(filename: string | undefined): string | undefined; export declare function urlToPath(filename: string | undefined): string | undefined; //# sourceMappingURL=symbolicator.d.ts.map