Skip to content

Commit 1e05045

Browse files
committed
Update opentelemetry-enable.md
1 parent 81e9e81 commit 1e05045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ If you would like to record exceptions manually, you can disable that option whe
13551355
with tracer.start_as_current_span("hello", record_exception=False) as span:
13561356
try:
13571357
raise Exception("Custom exception message.")
1358-
except Exception as ex:e
1358+
except Exception as ex:
13591359
# Manually record exception
13601360
span.record_exception(ex)
13611361
...

0 commit comments

Comments
 (0)