webpack tree-shaking test

This example shows how webpack production mode strips unused @opentelemetry/semantic-conventions attributes.

$ npm run build

The output in dist/main.js should only contains used attributes of @opentelemetry/semantic-conventions.

Related issues: