UNPKG

@opentelemetry/resource-detector-instana

Version:
10 lines 450 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.instanaAgentDetector = void 0; var InstanaAgentDetector_1 = require("./InstanaAgentDetector"); Object.defineProperty(exports, "instanaAgentDetector", { enumerable: true, get: function () { return InstanaAgentDetector_1.instanaAgentDetector; } }); //# sourceMappingURL=index.js.map