UNPKG

highlight.run

Version:

Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.

4 lines (3 loc) 190 B
export declare const logForHighlight: (logText: string) => void; export declare const getHighlightLogs: () => string; export declare const clearHighlightLogs: (logsToClear: string) => void;