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 9a362a5 commit 60e06f2Copy full SHA for 60e06f2
sdk/ai/azure-ai-projects/azure/ai/projects/_patch_telemetry.py
@@ -72,7 +72,7 @@ def enable_telemetry(
72
)
73
74
try:
75
- from azure.ai.agents.tracing import AIAgentsInstrumentor # pylint: disable=import-error,no-name-in-module
+ from azure.ai.agents.telemetry import AIAgentsInstrumentor # pylint: disable=import-error,no-name-in-module
76
77
agents_instrumentor = AIAgentsInstrumentor()
78
if not agents_instrumentor.is_instrumented():
0 commit comments