From f2d87149351ea05c3708367d2bb4f2c0dbdc2cb7 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 12 Jul 2019 22:10:48 -0400 Subject: [PATCH] fix code --- dash-apm-python/step_4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}