Skip to content

Commit 2bb00cd

Browse files
authored
Update error message for telemetry configuration
1 parent 1420029 commit 2bb00cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SemanticKernelInstrumentor(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)