From dc8e38951c3a7cb9d962f8cf79ed8e3e33e61513 Mon Sep 17 00:00:00 2001 From: Jacob Hands Date: Sun, 7 Apr 2024 05:33:07 -0500 Subject: [PATCH] fix: Rename version metadata attribute to match binding name (#122) --- .changeset/fifty-wolves-think.md | 5 +++++ src/instrumentation/version.ts | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/fifty-wolves-think.md diff --git a/.changeset/fifty-wolves-think.md b/.changeset/fifty-wolves-think.md new file mode 100644 index 0000000..3da40c7 --- /dev/null +++ b/.changeset/fifty-wolves-think.md @@ -0,0 +1,5 @@ +--- +"@microlabs/otel-cf-workers": patch +--- + +fix: Rename version metadata attribute to match binding name diff --git a/src/instrumentation/version.ts b/src/instrumentation/version.ts index 6b66049..74b73f2 100644 --- a/src/instrumentation/version.ts +++ b/src/instrumentation/version.ts @@ -6,9 +6,9 @@ export function versionAttributes(env: unknown): Record