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
fix(test): make OTel span test independent of global tracer provider
CI environments import the full SDK which sets a global TracerProvider.
OTel silently ignores subsequent set_tracer_provider calls, so the test's
in-memory exporter never received spans. Build the tracer directly from a
local provider instead of relying on the global one.
0 commit comments