opentelemetry-js
opentelemetry-js copied to clipboard
Semconv entrypoints
trafficstars
This is a draft PR to explore using entrypoints for explicit version imports of semconv
Changes:
- Duplicate existing files to
1.7dir - Add deprecation notes to
indexexport entries explaining that you should import a version directly
Future changes:
- Add a 1.25 dir/entrypoint
- Add a 1.26 dir/entrypoint
- and so on
Importing from the default import is deprecated
Importing 1.7 entrypoint is unchanged from previous