@sentry-internal/lynx-plugin
Version:
Official Sentry Plugin for lynx
9 lines • 465 B
TypeScript
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