We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ab925 commit 5e38cf5Copy full SHA for 5e38cf5
code/app.py
@@ -1,8 +1,8 @@
1
from azure.monitor.opentelemetry import configure_azure_monitor
2
from create_app import create_app
3
4
+configure_azure_monitor()
5
app = create_app()
6
7
if __name__ == "__main__":
8
app.run()
- configure_azure_monitor()
0 commit comments