UNPKG

@thecodersmx/overseer-client

Version:

Client library to send logs, network events, and GraphQL traces to Overseer backend for debugging React Native apps.

6 lines (5 loc) 168 B
export declare const initOverseer: (options?: { url?: string; axios?: any; }) => void; export declare const reportEvent: (payload: any, type?: string) => void;