Skip to content

Commit a58281d

Browse files
authored
Merge pull request #488 from UiPath/fix/telemetry
fix: update telemetry constants
2 parents c91f8dc + 96dc90c commit a58281d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/uipath/telemetry/_constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
_OTEL_RESOURCE_ATTRIBUTES = "OTEL_RESOURCE_ATTRIBUTES"
55
_SDK_VERSION = "SdkVersion"
66

7-
_CODE_FILEPATH = "code.filepath"
8-
_CODE_FUNCTION = "code.function"
9-
_CODE_LINENO = "code.lineno"
7+
_CODE_FILEPATH = "code.file.path"
8+
_CODE_FUNCTION = "code.function.name"
9+
_CODE_LINENO = "code.line.number"
1010

1111
_CLOUD_ORG_ID = "CloudOrganizationId"
1212
_CLOUD_TENANT_ID = "CloudTenantId"

0 commit comments

Comments
 (0)