UNPKG

keep-observers

Version:

This is a monitoring service applied to the web side Support Elasticsearch+kiban The middleware extension interface is provided by means of plug-in service compositionkeep-observers

5 lines (4 loc) 288 B
import { kibanaApmUserContext } from '../../../types/report'; export declare function setUserInfo(userContext: kibanaApmUserContext): void; export declare function captureError(error: string): any; export declare function createCustomLog(name: string, type?: string, options?: any): any;