We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35fb0e commit 470a1d1Copy full SHA for 470a1d1
1 file changed
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