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
refactor(instrumentation): Use context parameter instead of span_context
This commit updates all instrumentation modules to use the `context`
parameter instead of the deprecated `span_context` parameter when
calling `start_span()` and `start_as_current_span()` methods. This
change aligns with OpenTelemetry's API conventions and improves
consistency across the codebase.
This commit fixes#847.
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
Co-authored-by: Varsha GS <varsha.gs@ibm.com>
0 commit comments