Skip to content

Commit 1420029

Browse files
authored
Update error message for telemetry configuration
1 parent 6bd9ee4 commit 1420029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/microsoft-agents-a365-observability-extensions-agentframework/microsoft_agents_a365/observability/extensions/agentframework

libraries/microsoft-agents-a365-observability-extensions-agentframework/microsoft_agents_a365/observability/extensions/agentframework/trace_instrumentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class AgentFrameworkInstrumentor(BaseInstrumentor):
2828
def __init__(self):
2929
if not is_configured():
3030
raise RuntimeError(
31-
"Agent365 (or your telemetry config) is not initialized. Configure it before instrumenting."
31+
"Microsoft Agent 365 (or your telemetry config) is not initialized. Configure it before instrumenting."
3232
)
3333
super().__init__()
3434

0 commit comments

Comments
 (0)