PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
@pm2
/
io
/
build
/
main
/
features
import { Feature } from '../featureManager'; export declare class NotifyOptions { catchExceptions: boolean; } export declare class ErrorContext { http?: Object; custom?: Object; } export declare class NotifyFeature implements Feature { private logger; private transport; private cache; private stackParser; init(options?: NotifyOptions): any; destroy(): void; getSafeError(err: any): Error; notifyError(err: Error | string | {}, context?: ErrorContext): any; private onUncaughtException; private onUnhandledRejection; private catchAll; expressErrorHandler(): (err: any, req: any, res: any, next: any) => any; koaErrorHandler(): (ctx: any, next: any) => Promise<void>; }
[-] dependencies.d.ts
[edit]
[-] notify.d.ts
[edit]
[+]
..
[-] metrics.d.ts
[edit]
[-] tracing.js
[edit]
[-] events.d.ts
[edit]
[-] profiling.js
[edit]
[-] notify.js
[edit]
[-] dependencies.js
[edit]
[-] entrypoint.js
[edit]
[-] metrics.js
[edit]
[-] tracing.d.ts
[edit]
[-] events.js
[edit]
[-] entrypoint.d.ts
[edit]
[-] profiling.d.ts
[edit]