We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87acf5 commit bae223bCopy full SHA for bae223b
src/backend/event_utils.py
@@ -2,6 +2,7 @@
2
import os
3
from azure.monitor.events.extension import track_event
4
5
+
6
def track_event_if_configured(event_name: str, event_data: dict):
7
instrumentation_key = os.getenv("APPLICATIONINSIGHTS_INSTRUMENTATION_KEY")
8
if instrumentation_key:
0 commit comments