UNPKG

@exceptionless/node

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