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

Exported handler with `instrument` using AI service returns "Invalid URL string" #70

Closed FelippeChemello closed 8 months ago

FelippeChemello commented 8 months ago

When exporting a handler with the instrument function and using Cloudflare's new AI service, the AI run returns an "Invalid URL string" error.

evanderkoogh commented 8 months ago

Can you be a bit more specific? What invocation throws the error for example?

Thanks!