Describe your environment
Using the auto-instrumentation example https://opentelemetry-python.readthedocs.io/en/latest/examples/auto-instrumentation/README.html and enabling debug=True in app.run disables instrumentation.
Steps to reproduce
Follow the example and update the code to enable debug mode in flask
What is the expected behavior?
Traces are emitted
What is the actual behavior?
No trace is emitted
Describe your environment
Using the auto-instrumentation example https://opentelemetry-python.readthedocs.io/en/latest/examples/auto-instrumentation/README.html and enabling
debug=Trueinapp.rundisables instrumentation.Steps to reproduce
Follow the example and update the code to enable debug mode in flask
What is the expected behavior?
Traces are emitted
What is the actual behavior?
No trace is emitted