We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e7999 commit 2fd00faCopy full SHA for 2fd00fa
src/workflows/transport/middleware/otel_tracing.py
@@ -16,7 +16,7 @@ def __init__(self, tracer: trace.Tracer, service_name: str):
16
self.tracer = tracer
17
self.service_name = service_name
18
19
- def send(self, call_next: Callable, destination: str, message: Any, **kwargs):
+ def send(self, call_next: Callable, destination: str, message, **kwargs):
20
# Get current span context (may be None if this is the root span)
21
current_span = trace.get_current_span()
22
parent_context = (
0 commit comments