forked from exceptionless/Exceptionless.JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ts
More file actions
13 lines (10 loc) · 688 Bytes
/
index.ts
File metadata and controls
13 lines (10 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
export * from "@exceptionless/core";
export { NodeErrorPlugin } from "./plugins/NodeErrorPlugin.js";
export { NodeEnvironmentInfoPlugin } from "./plugins/NodeEnvironmentInfoPlugin.js";
export { NodeGlobalHandlerPlugin } from "./plugins/NodeGlobalHandlerPlugin.js";
export { NodeLifeCyclePlugin } from "./plugins/NodeLifeCyclePlugin.js";
export { NodeRequestInfoPlugin } from "./plugins/NodeRequestInfoPlugin.js";
export { NodeWrapFunctions } from "./plugins/NodeWrapFunctions.js";
export { NodeExceptionlessClient } from "./NodeExceptionlessClient.js";
import { NodeExceptionlessClient } from "./NodeExceptionlessClient.js";
export const Exceptionless = new NodeExceptionlessClient();