Results 38 comments of t2t2

Well, there's still the exposing of pagination info aspect so renaming issue to acknowledge that Published 0.3.1

You should also look at the output of `npm ls` (outputs the full tree of installed packages) after each command, highly likely that npm didn't dedupe enough packages during the...

> When I do an fetch and I get e.g. 400 back and I catch the exception Fetch API itself doesn't throw on 4xx/5xx, this is one of the many...

Checking the code in index.js I noticed you're using async/await. This is most likely a limitation in zone.js context maanger: https://github.com/open-telemetry/opentelemetry-js/issues/2655#issuecomment-987738203

> Is the suggestion to avoid async/await and the problem would be solved? In more complex cases, I've been using async/await without observing that issue, but perhaps there's a nuance...

This isn't necessary for first PR, but any thoughts on global registration for session manager? (eg. via otel-api's registerGlobal/getGlobal) Two use cases that this would greatly simplify: 1. When separating...

> I thought of it as similar to `sql-common` or `propagation-utils` in the packages folder here, not as a core feature. But I am curious to hear if you feel...