splunk-otel-js-web icon indicating copy to clipboard operation
splunk-otel-js-web copied to clipboard

Documentation lacking for concat-based builds

Open jtmalinowski opened this issue 3 years ago • 0 comments

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).

jtmalinowski avatar Jul 22 '21 09:07 jtmalinowski