UNPKG

highlight.run

Version:

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

8 lines (7 loc) 192 B
interface SegmentContext { payload: any; next: any; integrations?: any; } export declare const HighlightSegmentMiddleware: ({ next, payload, }: SegmentContext) => void; export {};