Skip to content

Commit 470a1d1

Browse files
authored
Correctly configure app insights for the web app (#592)
Required by #585
1 parent b35fb0e commit 470a1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from azure.monitor.opentelemetry import configure_azure_monitor
22
from create_app import create_app
33

4+
configure_azure_monitor()
45
app = create_app()
56

67
if __name__ == "__main__":
78
app.run()
8-
configure_azure_monitor()

0 commit comments

Comments
 (0)