Hello but sorry to interrupt that I need to correct the typo I found in https://opentelemetry-python.readthedocs.io/en/latest/api/trace.html
The typo occurs at the code snippet below:
This can also be used as a decorator:
@tracer.start_as_current_span("name"):
def function():
...
function()
where the first colon after the @ statement is an extra.
Please correct me if I myself made a mistake posting this. Thanks.