UNPKG

@instana/core

Version:
12 lines (9 loc) 142 B
/* * (c) Copyright IBM Corp. 2023 */ 'use strict'; module.exports = { get otelInstrumentations() { return require('./wrap'); } };