Open
Description
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).
Metadata
Metadata
Assignees
Labels
No labels