Closed tigrannajaryan closed 4 months ago
Describe your environment Mac OS X Python 3.9.6
Steps to reproduce Follow steps in https://opentelemetry.io/docs/instrumentation/python/getting-started/
What is the expected behavior? App to run.
What is the actual behavior? App fails to start. Output:
File "app.py", line 5, in <module> tracer = trace.get_tracer("diceroller.tracer") NameError: name 'trace' is not defined
Additional context Part of review https://github.com/open-telemetry/community/issues/1751
app.py attached: app.py.txt
@lzchen I think this can be closed, right?
Describe your environment Mac OS X Python 3.9.6
Steps to reproduce Follow steps in https://opentelemetry.io/docs/instrumentation/python/getting-started/
What is the expected behavior? App to run.
What is the actual behavior? App fails to start. Output:
Additional context Part of review https://github.com/open-telemetry/community/issues/1751
app.py attached: app.py.txt