Skip to content

Commit b8c5873

Browse files
committed
remove telemetry manual override
1 parent c66376c commit b8c5873

File tree

3 files changed

+5
-210
lines changed

3 files changed

+5
-210
lines changed

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"skippedTestReport": "ts-node ./scripts/skippedTestReport.ts ./packages/amazonq/test/e2e/"
4242
},
4343
"devDependencies": {
44-
"@aws-toolkits/telemetry": "^1.0.308",
44+
"@aws-toolkits/telemetry": "^1.0.311",
4545
"@playwright/browser-chromium": "^1.43.1",
4646
"@stylistic/eslint-plugin": "^2.11.0",
4747
"@types/he": "^1.2.3",

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

Lines changed: 0 additions & 207 deletions
Original file line numberDiff line numberDiff line change
@@ -228,36 +228,6 @@
228228
"name": "executedCount",
229229
"type": "int",
230230
"description": "The number of executed operations"
231-
},
232-
{
233-
"name": "cwsprChatFocusFileContextLength",
234-
"type": "int",
235-
"description": "cwsprChatFocusFileContextLength"
236-
},
237-
{
238-
"name": "cwsprChatFocusFileContextTruncatedLength",
239-
"type": "int",
240-
"description": "cwsprChatFocusFileContextTruncatedLength"
241-
},
242-
{
243-
"name": "cwsprChatUserInputContextLength",
244-
"type": "int",
245-
"description": "cwsprChatUserInputContextLength"
246-
},
247-
{
248-
"name": "cwsprChatUserInputContextTruncatedLength",
249-
"type": "int",
250-
"description": "cwsprChatUserInputContextTruncatedLength"
251-
},
252-
{
253-
"name": "cwsprChatWorkspaceContextLength",
254-
"type": "int",
255-
"description": "cwsprChatWorkspaceContextLength"
256-
},
257-
{
258-
"name": "cwsprChatWorkspaceContextTruncatedLength",
259-
"type": "int",
260-
"description": "cwsprChatWorkspaceContextTruncatedLength"
261231
}
262232
],
263233
"metrics": [
@@ -1146,183 +1116,6 @@
11461116
{
11471117
"name": "docdb_addRegion",
11481118
"description": "User clicked on add region command"
1149-
},
1150-
{
1151-
"name": "amazonq_addMessage",
1152-
"description": "When a message is added to the conversation",
1153-
"metadata": [
1154-
{
1155-
"type": "codewhispererCustomizationArn",
1156-
"required": false
1157-
},
1158-
{
1159-
"type": "credentialStartUrl",
1160-
"required": false
1161-
},
1162-
{
1163-
"type": "cwsprChatActiveEditorImportCount",
1164-
"required": false
1165-
},
1166-
{
1167-
"type": "cwsprChatActiveEditorTotalCharacters",
1168-
"required": false
1169-
},
1170-
{
1171-
"type": "cwsprChatConversationId"
1172-
},
1173-
{
1174-
"type": "cwsprChatConversationType"
1175-
},
1176-
{
1177-
"type": "cwsprChatFocusFileContextLength",
1178-
"required": false
1179-
},
1180-
{
1181-
"type": "cwsprChatFocusFileContextTruncatedLength",
1182-
"required": false
1183-
},
1184-
{
1185-
"type": "cwsprChatFileContextCount",
1186-
"required": false
1187-
},
1188-
{
1189-
"type": "cwsprChatFileContextLength",
1190-
"required": false
1191-
},
1192-
{
1193-
"type": "cwsprChatFileContextTruncatedLength",
1194-
"required": false
1195-
},
1196-
{
1197-
"type": "cwsprChatFolderContextCount",
1198-
"required": false
1199-
},
1200-
{
1201-
"type": "cwsprChatFollowUpCount",
1202-
"required": false
1203-
},
1204-
{
1205-
"type": "cwsprChatFullDisplayLatency",
1206-
"required": false
1207-
},
1208-
{
1209-
"type": "cwsprChatFullResponseLatency"
1210-
},
1211-
{
1212-
"type": "cwsprChatFullServerResponseLatency",
1213-
"required": false
1214-
},
1215-
{
1216-
"type": "cwsprChatHasCodeSnippet",
1217-
"required": false
1218-
},
1219-
{
1220-
"type": "cwsprChatHasContextList",
1221-
"required": false
1222-
},
1223-
{
1224-
"type": "cwsprChatHasProjectContext",
1225-
"required": false
1226-
},
1227-
{
1228-
"type": "cwsprChatMessageId"
1229-
},
1230-
{
1231-
"type": "cwsprChatProgrammingLanguage",
1232-
"required": false
1233-
},
1234-
{
1235-
"type": "cwsprChatProjectContextQueryMs",
1236-
"required": false
1237-
},
1238-
{
1239-
"type": "cwsprChatPromptContextCount",
1240-
"required": false
1241-
},
1242-
{
1243-
"type": "cwsprChatPromptContextLength",
1244-
"required": false
1245-
},
1246-
{
1247-
"type": "cwsprChatPromptContextTruncatedLength",
1248-
"required": false
1249-
},
1250-
{
1251-
"type": "cwsprChatReferencesCount",
1252-
"required": false
1253-
},
1254-
{
1255-
"type": "cwsprChatRequestLength"
1256-
},
1257-
{
1258-
"type": "cwsprChatResponseCode"
1259-
},
1260-
{
1261-
"type": "cwsprChatResponseCodeSnippetCount",
1262-
"required": false
1263-
},
1264-
{
1265-
"type": "cwsprChatResponseLength",
1266-
"required": false
1267-
},
1268-
{
1269-
"type": "cwsprChatRuleContextCount",
1270-
"required": false
1271-
},
1272-
{
1273-
"type": "cwsprChatRuleContextLength",
1274-
"required": false
1275-
},
1276-
{
1277-
"type": "cwsprChatRuleContextTruncatedLength",
1278-
"required": false
1279-
},
1280-
{
1281-
"type": "cwsprChatSourceLinkCount",
1282-
"required": false
1283-
},
1284-
{
1285-
"type": "cwsprChatTimeBetweenChunks"
1286-
},
1287-
{
1288-
"type": "cwsprChatTimeBetweenDisplays",
1289-
"required": false
1290-
},
1291-
{
1292-
"type": "cwsprChatTimeToFirstChunk"
1293-
},
1294-
{
1295-
"type": "cwsprChatTimeToFirstDisplay",
1296-
"required": false
1297-
},
1298-
{
1299-
"type": "cwsprChatTimeToFirstUsableChunk",
1300-
"required": false
1301-
},
1302-
{
1303-
"type": "cwsprChatTriggerInteraction"
1304-
},
1305-
{
1306-
"type": "cwsprChatUserInputContextLength",
1307-
"required": false
1308-
},
1309-
{
1310-
"type": "cwsprChatUserInputContextTruncatedLength",
1311-
"required": false
1312-
},
1313-
{
1314-
"type": "cwsprChatUserIntent",
1315-
"required": false
1316-
},
1317-
{
1318-
"type": "cwsprChatWorkspaceContextLength",
1319-
"required": false
1320-
},
1321-
{
1322-
"type": "cwsprChatWorkspaceContextTruncatedLength",
1323-
"required": false
1324-
}
1325-
]
13261119
}
13271120
]
13281121
}

0 commit comments

Comments
 (0)