UNPKG

applicationinsights

Version:
14 lines 322 B
"use strict"; /** * System variables for a telemetry item. */ var Envelope = /** @class */ (function () { function Envelope() { this.ver = 1; this.sampleRate = 100.0; this.tags = {}; } return Envelope; }()); module.exports = Envelope; //# sourceMappingURL=Envelope.js.map