applicationinsights
Version:
Microsoft Application Insights module for Node.js
10 lines • 411 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
Object.defineProperty(exports, "__esModule", { value: true });
exports.APPLICATION_INSIGHTS_NO_STANDARD_METRICS = void 0;
/**
* Disable Standard Metrics environment variable name.
*/
exports.APPLICATION_INSIGHTS_NO_STANDARD_METRICS = "APPLICATION_INSIGHTS_NO_STANDARD_METRICS";
//# sourceMappingURL=types.js.map
;