You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a dependabot PR to update to @otel/[email protected]: #2930
However, that is only part of the story. Here are some notes to complete that update.
update our dep
update the dep in examples/opentelemetry-bridge
add dependabot on examples/opentelemetry-bridge/package.json
There is a dependabot PR to update to
@otel/[email protected]
: #2930However, that is only part of the story. Here are some notes to complete that update.
getActiveSpan()
to the trace API (see https://github.com/open-telemetry/opentelemetry-js-api/releases/tag/v1.2.0). IIUC this is implemented "API-side" (Special case API for getting the current span open-telemetry/opentelemetry-js-api#162 (comment)) so might not require any added support in the OTel Bridge. However, we should add it to our tests at the least.The text was updated successfully, but these errors were encountered: