Skip to main content

I need to send events from a Cloudflare Workers environment, which doesn’t support the Node SDK due to the lack of HTTP and HTTPS modules (it only has Fetch). Digging in the source, it looks like I may be able to wrap the Node SDK and provide an alternate transport. Just wanted to see if anyone else has done this already.

Be the first to reply!

Reply