UNPKG

highlight.run

Version:

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

5 lines (4 loc) 353 B
export declare const MAX_PUBLIC_GRAPH_RETRY_ATTEMPTS = 10; export declare const BASE_DELAY_MS = 1000; export declare const BACKOFF_DELAY_MS = 500; export declare const getGraphQLRequestWrapper: (sessionSecureID: string) => <T>(requestFn: () => Promise<T>, operationName: string, operationType?: string, variables?: any, retries?: number) => Promise<T>;