Skip to content

Commit bdf0ee3

Browse files
committed
chore: drop residual low-value comments
1 parent 3f1c8a2 commit bdf0ee3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/uipath/src/uipath/_cli/_evals/_telemetry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,9 @@ def _enrich_properties(self, properties: dict[str, Any]) -> None:
325325
if cloud_user_id:
326326
properties["CloudUserId"] = cloud_user_id
327327

328-
# Get tenant ID from environment
329328
tenant_id = os.getenv("UIPATH_TENANT_ID")
330329
if tenant_id:
331330
properties["TenantId"] = tenant_id
332331

333-
# Add source identifier
334332
properties["Source"] = "uipath-python-cli"
335333
properties["ApplicationName"] = "UiPath.Eval"

packages/uipath/src/uipath/_cli/_telemetry.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _enrich_properties(self, properties: Dict[str, Any]) -> None:
6060
if cloud_user_id:
6161
properties["CloudUserId"] = cloud_user_id
6262

63-
properties["SessionId"] = "nosession" # Placeholder for session ID
63+
properties["SessionId"] = "nosession"
6464

6565
try:
6666
properties["SDKVersion"] = version("uipath")
@@ -69,7 +69,6 @@ def _enrich_properties(self, properties: Dict[str, Any]) -> None:
6969

7070
properties["IsGithubCI"] = bool(os.getenv("GITHUB_ACTIONS"))
7171

72-
# Add source identifier
7372
properties["Source"] = "uipath-python-cli"
7473
properties["ApplicationName"] = "UiPath.AgentCli"
7574

0 commit comments

Comments
 (0)