splunk-otel-js-web
splunk-otel-js-web copied to clipboard
Documentation lacking for concat-based builds
Documentation assumes everywhere that the builds are never based on concatenation.
For example, manual instrumentation instructions tell you to use:
import {trace} from '@opentelemetry/api'
which is impossible to follow when your build is based on concatenation of files (rather than usingimport
or require
statements).