highlight.run
Version:
Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.
11 lines (10 loc) • 354 B
TypeScript
export declare const IFRAME_PARENT_READY = "iframe parent ready";
export interface HighlightIframeMessage {
highlight: typeof IFRAME_PARENT_READY;
projectID: number;
sessionSecureID: string;
}
export declare const IFRAME_PARENT_RESPONSE = "iframe ok";
export interface HighlightIframeReponse {
highlight: typeof IFRAME_PARENT_RESPONSE;
}