- Browser Rendering + AI binding send invalid URLs. Disable auto-instrumentation for now.
- Revert upgrade of OTel exporter dependency because it was borked.
- Fix issue with scheduled events and queues not reporting proper durations
- Also have workaround for any other bindings (like AI) that pass in illegal arguments to
fetch
- Workaround for bug in puppeteer/browser binding. Detect and disable auto-instrumentation for now.
- 8f83b55: Added instrumentation for scheduled handler
- 0195525: [Potentially breaking change] Updated all span names and attributes related to HTTP to the latest semantic conventions
- a1ff053: Add instrumentation for Analytics Engine bindings
- a154ddd: Update attr naming convention to db.cf.kv._ and db.cf.do._
- 45547b6: Make instrumentEnv more robust still.
- 21a18f8: Fix bug where multiple calls to the same service_binding/do would only export the first call
- Fix bug with detecting service bindings
- 36ccf33: Properly await the export again.
- 7fd1109: Preliminary support for the fetch method on Service Bindings
- f275a13: Config format is changed so that config.exporter and config.spanProcessors are mutually exclusive.
- 1242ccd: Fixed an issue with instrumentation sometimes failing to be applied.