evanderkoogh / otel-cf-workers

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

for wrangler 3.7, the trace API call is not working (still not working #54

Closed ad6025b closed 1 year ago

ad6025b commented 1 year ago

related to same is https://github.com/evanderkoogh/otel-cf-workers/issues/50 ==> this is not fixed

please see my last comment on this ticket,.

evanderkoogh commented 1 year ago

Hey.. it sounds like the waitUntil isn't working properly and that is why it is cut off.

Could you give me a bit more info about what kind of request you are doing?

evanderkoogh commented 1 year ago

Hey @alexdoan102.. I think I found the issue with traces not exporting properly. I have tried to fix this in 1.0.0-rc.12. Would you be able to give that a go and see if that fixes your issues?

ad6025b commented 1 year ago

@evanderkoogh version [1.0.0-rc.13] works !!! All is good. => thanks for fixing this.

evanderkoogh commented 1 year ago

Awesome to hear! And sorry about the inconvenience..