UNPKG

applicationinsights

Version:

Microsoft Application Insights module for Node.js

16 lines 2.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dispose = exports.TelemetryClient = exports.DistributedTracingModes = exports.Contracts = exports.defaultClient = exports.Configuration = exports.wrapWithCorrelationContext = exports.startOperation = exports.getCorrelationContext = exports.start = exports.setup = void 0; var applicationinsights_1 = require("./src/shim/applicationinsights"); Object.defineProperty(exports, "setup", { enumerable: true, get: function () { return applicationinsights_1.setup; } }); Object.defineProperty(exports, "start", { enumerable: true, get: function () { return applicationinsights_1.start; } }); Object.defineProperty(exports, "getCorrelationContext", { enumerable: true, get: function () { return applicationinsights_1.getCorrelationContext; } }); Object.defineProperty(exports, "startOperation", { enumerable: true, get: function () { return applicationinsights_1.startOperation; } }); Object.defineProperty(exports, "wrapWithCorrelationContext", { enumerable: true, get: function () { return applicationinsights_1.wrapWithCorrelationContext; } }); Object.defineProperty(exports, "Configuration", { enumerable: true, get: function () { return applicationinsights_1.Configuration; } }); Object.defineProperty(exports, "defaultClient", { enumerable: true, get: function () { return applicationinsights_1.defaultClient; } }); Object.defineProperty(exports, "Contracts", { enumerable: true, get: function () { return applicationinsights_1.Contracts; } }); Object.defineProperty(exports, "DistributedTracingModes", { enumerable: true, get: function () { return applicationinsights_1.DistributedTracingModes; } }); Object.defineProperty(exports, "TelemetryClient", { enumerable: true, get: function () { return applicationinsights_1.TelemetryClient; } }); Object.defineProperty(exports, "dispose", { enumerable: true, get: function () { return applicationinsights_1.dispose; } }); //# sourceMappingURL=applicationinsights.js.map