UNPKG

@opentelemetry/resources

Version:
10 lines 269 B
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ import { noopDetector } from '../../NoopDetector'; /** * @experimental */ export const serviceInstanceIdDetector = noopDetector; //# sourceMappingURL=ServiceInstanceIdDetector.js.map