Skip to content

Commit 08a86c4

Browse files
committed
test commit
1 parent f7687d2 commit 08a86c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/workflows/transport/middleware/otel_tracing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def wrapped_callback(header, message):
107107

108108
return call_next(channel_hint, wrapped_callback, **kwargs)
109109

110+
111+
110112
def raw_send(self, call_next: Callable, destination: str, message, **kwargs):
111113
# Get current span context (may be None if this is the root span)
112114
current_span = trace.get_current_span()

0 commit comments

Comments
 (0)