Erwin van der Koogh

Results 67 comments of Erwin van der Koogh

The types have been included in the latest release, so whenever I have some time I'll get this in.

So.. this turns out to be a very interesting problem that I haven't really figured out. Do we want to have all the message in one websocket connection in the...

I have never used GitHub actions to be fair, but I do know that you really don't want to be automatically building/running code from forks, because people will just mine...

Hey @rtbenfield, I had to do some repository dark magic to remove a file that shouldn't have been in the repository. It would probably be easiest to redo this PR?

Hey @rtbenfield, do I need to keep this PR around still? Would love to get this merged and get some tests in here :)

Apologies for the late response, but it wasn't possible to do this earlier because of a technical limitation in the Workers runtime. With the recent release of `AsyncLocalStorage` that is...

Hey @jfsiii, oh it would have absolutely been possible to have an Open Telemetry exporter and change this library to support that. But that is very much what the library...

Yeah, the queue handler isn't supported in this library. As you asked in the other issue, this library is going to be obsolete pretty soon with the otel library maturing....

Hey @tomprince, I don't actually have permission anymore to make changes to this repo after I left Cloudflare, but with the recent release of `AsyncLocalStorage`, it is now possible to...

While having an `isRootSpan()` is very much easier to get than `parent_span_id == SpanID(0x0000000000000000)`, I have spent a good chunk of time today figuring out why some of my filters...