UNPKG

highlight.run

Version:

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

10 lines (9 loc) 351 B
import type { Integration } from './client/types/types'; export declare const setupAmplitudeIntegration: Integration; export interface AmplitudeAPI { init: (token: string) => void; track: (event_name: string, properties?: any, options?: any) => void; identify: (unique_id: string) => void; Identify: any; getInstance: () => any; }