evanderkoogh / otel-cf-workers

An OpenTelemetry compatible library for instrumenting and exporting traces for Cloudflare Workers
BSD 3-Clause "New" or "Revised" License
208 stars 39 forks source link

Fix telemetry sdk attributes #105

Closed DaniFoldi closed 3 months ago

DaniFoldi commented 3 months ago

Fixes # [insert GH issue number(s)].

What this PR solves / how to test:

This PR adds the missing telemetry.sdk.version attribute which is required by the spec: https://opentelemetry.io/docs/specs/otel/semantic-conventions/

Importing it from package.json will make sure it's updated automatically, assuming the build command is run after the version in package.json is incremented by changesets.