Skip to content

Commit

Permalink
Add codeTransformProjectId field for one Q CodeTransform Metric. (#711)
Browse files Browse the repository at this point in the history
* Add codeTransformProjectId when emitting jobStartedCompleteFromPopupDialog telemetry for Q CodeTransform.

* Fix linting.

---------

Co-authored-by: Leonardo Araneda Freccero <[email protected]>
  • Loading branch information
arangatang and Leonardo Araneda Freccero authored Mar 12, 2024
1 parent 4d3cdb4 commit c4865c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,11 @@
"type": "string",
"description": "The current transformation job's previous status"
},
{
"name": "codeTransformProjectId",
"type": "string",
"description": "A hash identifying the projects chosen top level build file that is to be transformed."
},
{
"name": "codeTransformRequestId",
"type": "string",
Expand Down Expand Up @@ -2849,6 +2854,10 @@
"type": "codeTransformJavaTargetVersionsAllowed",
"required": true
},
{
"type": "codeTransformProjectId",
"required": true
},
{
"type": "codeTransformSessionId",
"required": true
Expand Down

0 comments on commit c4865c4

Please sign in to comment.