We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
import
require
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documentation assumes everywhere that the builds are never based on concatenation.
For example, manual instrumentation instructions tell you to use:
which is impossible to follow when your build is based on concatenation of files (rather than using
import
orrequire
statements).The text was updated successfully, but these errors were encountered: