evanderkoogh / otel-cf-workers

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

Fix nested waitUntils #8

Closed hansottowirtz closed 1 year ago

hansottowirtz commented 1 year ago

Fixes #7.

I also believe Promise.allSettled is more appropriate than Promise.all here, because it can't throw.

hansottowirtz commented 1 year ago

Great idea! I've pushed the changes. No worries about the credit :)

evanderkoogh commented 1 year ago

Looks great :)