UNPKG

@exceptionless/node

Version:
8 lines 315 B
import { EventPluginContext, IEventPlugin } from "@exceptionless/core"; export declare class NodeRequestInfoPlugin implements IEventPlugin { priority: number; name: string; run(context: EventPluginContext): Promise<void>; private getRequestInfo; } //# sourceMappingURL=NodeRequestInfoPlugin.d.ts.map