David Uzumeri
David Uzumeri
If it helps, I'm still having the same issue and was able to create a quick repo to reproduce it: https://github.com/daviduzumeri/swctest Any help would be appreciated, as we're pretty much...
We're using this library pretty heavily and this would be a fantastic addition that would help us catch a lot of stuff in Datadog instead of finding out API responses...
This seems to work fine for us, but the issue is that we're getting double the traces in the APM. I tested locally and it's definitely only calling the handler...
For reference, here's the separation bit zoomed in. This is after upgrading from Express 4.21.2 to 5.1.0. 
I don't think this is a TypeScript issue per se, but it _is_ weird that this works when `node:assert` is imported directly, but it doesn't when it's used off of...
I expect this is an issue with `@types/node` instead and how it's typing `TestContext`'s assert:   Note when it's off of `node:assert` it's a full function, but it's a...