Skip to content

Commit a6677ac

Browse files
authored
telemetry(amazonq): remove common definitions (#6729)
## Problem Telemetry definitions have been moved to https://github.com/aws/aws-toolkit-common ## Solution Bump telemetry version and remove overrides --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7333d71 commit a6677ac

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

packages/core/src/shared/telemetry/vscodeTelemetry.json

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -228,17 +228,6 @@
228228
"name": "executedCount",
229229
"type": "int",
230230
"description": "The number of executed operations"
231-
},
232-
{
233-
"name": "amazonqUploadIntent",
234-
"type": "string",
235-
"description": "The intent of the upload",
236-
"allowedValues": [
237-
"TRANSFORMATION",
238-
"TASK_ASSIST_PLANNING",
239-
"AUTOMATIC_FILE_SECURITY_SCAN",
240-
"FULL_PROJECT_SECURITY_SCAN"
241-
]
242231
}
243232
],
244233
"metrics": [
@@ -885,27 +874,6 @@
885874
}
886875
]
887876
},
888-
{
889-
"name": "amazonq_createUpload",
890-
"description": "Captures createUploadUrl invocation process",
891-
"metadata": [
892-
{
893-
"type": "amazonqConversationId"
894-
},
895-
{
896-
"type": "amazonqRepositorySize",
897-
"required": false
898-
},
899-
{
900-
"type": "amazonqUploadIntent",
901-
"required": false
902-
},
903-
{
904-
"type": "credentialStartUrl",
905-
"required": false
906-
}
907-
]
908-
},
909877
{
910878
"name": "ide_editCodeFile",
911879
"description": "User opened a code file with the given file extension. Client should DEDUPLICATE this metric (ideally hourly/daily). AWS-specific files should (also) emit `file_editAwsFile`.",
@@ -1158,34 +1126,6 @@
11581126
{
11591127
"name": "docdb_addRegion",
11601128
"description": "User clicked on add region command"
1161-
},
1162-
{
1163-
"name": "codewhisperer_codeScanIssueDetected",
1164-
"description": "Called when a code scan issue is returned from the service",
1165-
"metadata": [
1166-
{
1167-
"type": "autoDetected",
1168-
"required": false
1169-
},
1170-
{
1171-
"type": "codewhispererCodeScanJobId",
1172-
"required": false
1173-
},
1174-
{
1175-
"type": "detectorId"
1176-
},
1177-
{
1178-
"type": "findingId"
1179-
},
1180-
{
1181-
"type": "includesFix",
1182-
"required": false
1183-
},
1184-
{
1185-
"type": "ruleId",
1186-
"required": false
1187-
}
1188-
]
11891129
}
11901130
]
11911131
}

0 commit comments

Comments
 (0)