Skip to content

Commit

Permalink
telemetry(gumby): add Java/Maven version fields (#679)
Browse files Browse the repository at this point in the history
Co-authored-by: David Hasani <[email protected]>
  • Loading branch information
dhasani23 and David Hasani authored Jan 29, 2024
1 parent 9b6c705 commit ef21a2c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,16 @@
"type": "string",
"description": "A general string field to represent the result of the project"
},
{
"name": "codeTransformLocalJavaVersion",
"type": "string",
"description": "A string field to represent the Java version on the user's machine"
},
{
"name": "codeTransformLocalMavenVersion",
"type": "string",
"description": "A string field to represent the Maven version on the user's machine"
},
{
"name": "codeTransformRuntimeError",
"type": "string",
Expand Down Expand Up @@ -3509,6 +3519,14 @@
{
"type": "codeTransformResultStatusMessage",
"required": false
},
{
"type": "codeTransformLocalJavaVersion",
"required": false
},
{
"type": "codeTransformLocalMavenVersion",
"required": false
}
]
},
Expand Down

0 comments on commit ef21a2c

Please sign in to comment.