Skip to content

Commit da60aea

Browse files
committed
doc
1 parent df807de commit da60aea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/standalone-tracing.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727

2828

2929
def tracing(headers: dict, body: any):
30-
# regular function signature (headers: dict, body: any, instance: int)
30+
# no instance parameter because this is a singleton
3131
log.info(f'TRACE {headers}')
32-
# as a demo, just echo the original payload
3332
return body
3433

3534

0 commit comments

Comments
 (0)