- OpenTelemetry spans are now attributed with
internal.visibility: "user"
so that they show up in the Hasura Console @hasura/ndc-sdk-typescript/instrumentation
now exportswithActiveSpan
to wrap a span around a function andwithInternalActiveSpan
which does the same but without theinternal.visibility: "user"
attribute.- Automatic OpenTelemetry instrumentation for fetch requests has been added
Full Changelog: v4.1.0...v4.2.0