Skip to content

Commit 4b237b3

Browse files
committed
fix(dev): remove trackScenario since its on common
1 parent 65d4385 commit 4b237b3

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,6 @@
341341
"name": "amazonqMessageDisplayedMs",
342342
"type": "int",
343343
"description": "Duration between the partner teams code receiving the message and when the message was finally displayed in ms"
344-
},
345-
{
346-
"name": "scenario",
347-
"type": "string",
348-
"description": "Scenarios to count in telemetry"
349344
}
350345
],
351346
"metrics": [
@@ -1251,28 +1246,6 @@
12511246
"required": false
12521247
}
12531248
]
1254-
},
1255-
{
1256-
"name": "toolkit_trackScenario",
1257-
"description": "Count how many times a scenario is reached.",
1258-
"unit": "Count",
1259-
"metadata": [
1260-
{
1261-
"type": "amazonqConversationId",
1262-
"required": true
1263-
},
1264-
{
1265-
"type": "count"
1266-
},
1267-
{
1268-
"type": "credentialStartUrl",
1269-
"required": false
1270-
},
1271-
{
1272-
"type": "scenario",
1273-
"required": true
1274-
}
1275-
]
12761249
}
12771250
]
12781251
}

0 commit comments

Comments
 (0)