diff --git a/dash-apm-python/step_4.md b/dash-apm-python/step_4.md index 0b73a35..ec341b3 100644 --- a/dash-apm-python/step_4.md +++ b/dash-apm-python/step_4.md @@ -12,7 +12,7 @@ def add_customer_id(): # Get the current root span (the `flask.request` span) span = tracer.current_root_span() - span.set_tag(customer_id', customer_id) + span.set_tag('customer_id', customer_id) ```{{copy}} `restart-services`{{execute interrupt}}