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

Improve version metadata binding detection #125

Closed DaniFoldi closed 2 months ago

DaniFoldi commented 2 months ago

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

What this PR solves / how to test:

Since the introduction of JSRPC bindings, the versionAttributes function was also picking those up as potential version metadata bindings. This implementation of the binding search should allow tag to be an empty string (which it is by default), so detection should also be more thorough.