import { build } from 'esbuild'; await build({ entryPoints: ['telemetry/otel-entry.js'], bundle: true, format: 'esm', platform: 'browser', target: ['es2022'], outfile: 'dist/vendor/otel.js' });