From 96dc90cd135773cd29be08c46fd9c2ae2b8163ac Mon Sep 17 00:00:00 2001 From: Andrei Caleniuc Date: Wed, 30 Jul 2025 13:54:52 +0300 Subject: [PATCH] fix: update telemetry constants --- src/uipath/telemetry/_constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uipath/telemetry/_constants.py b/src/uipath/telemetry/_constants.py index f47eae132..649a9ec2e 100644 --- a/src/uipath/telemetry/_constants.py +++ b/src/uipath/telemetry/_constants.py @@ -4,9 +4,9 @@ _OTEL_RESOURCE_ATTRIBUTES = "OTEL_RESOURCE_ATTRIBUTES" _SDK_VERSION = "SdkVersion" -_CODE_FILEPATH = "code.filepath" -_CODE_FUNCTION = "code.function" -_CODE_LINENO = "code.lineno" +_CODE_FILEPATH = "code.file.path" +_CODE_FUNCTION = "code.function.name" +_CODE_LINENO = "code.line.number" _CLOUD_ORG_ID = "CloudOrganizationId" _CLOUD_TENANT_ID = "CloudTenantId"