dahlia / logtape

Simple logging library with zero dependencies for Deno, Node.js, Bun, browsers, and edge functions
http://logtape.org/
MIT License
520 stars 11 forks source link

LogTape doesn't work on Cloudflare Workers #5

Closed kitsonk closed 3 months ago

kitsonk commented 4 months ago

There appear to be two issues that prevent logtape from working on Cloudflare Workers:

dahlia commented 4 months ago

Given the short lifetime of edge functions like Cloudflare Workers, it might not be necessary to use WeakRefs in that environment. I'm not sure though. 🤔

dahlia commented 3 months ago

I've just released LogTape 0.4.2, which must work on Cloudflare Workers.

@kitsonk Check it out!