You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(nuxt): Add alias for @opentelemetry/resources (#16727)
Under certain circumstances, you'll get a "Cannot find module" error in
Nuxt dev mode. This is because ESM requires the .js file extensions to
make the imports work and there is a tracking issue in OTel to support
the ESM spec (which also means adding the file extensions):
open-telemetry/opentelemetry-js#4898Fixes#15204
As the issue is very long, here are some relevant comments:
- [ESM and OTel
explanation](#15204 (comment))
- [Potential
Workarounds](#15204 (comment))
0 commit comments