File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010from auth .auth_utils import get_authenticated_user_details
1111
1212# Azure monitoring
13- # from azure.monitor.opentelemetry import configure_azure_monitor
13+ from azure .monitor .opentelemetry import configure_azure_monitor
1414from config_kernel import Config
1515from event_utils import track_event_if_configured
1616
3838connection_string = os .getenv ("APPLICATIONINSIGHTS_CONNECTION_STRING" )
3939if connection_string :
4040 # Configure Application Insights if the Instrumentation Key is found
41- # configure_azure_monitor(connection_string=connection_string)
41+ configure_azure_monitor (connection_string = connection_string )
4242 logging .info (
4343 "Application Insights configured with the provided Instrumentation Key"
4444 )
You can’t perform that action at this time.
0 commit comments