Skip to content

Commit 3bbd8ab

Browse files
committed
fix(dev): remove trackScenario since its on common
1 parent 895351c commit 3bbd8ab

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
@@ -356,11 +356,6 @@
356356
"name": "amazonqMessageDisplayedMs",
357357
"type": "int",
358358
"description": "Duration between the partner teams code receiving the message and when the message was finally displayed in ms"
359-
},
360-
{
361-
"name": "scenario",
362-
"type": "string",
363-
"description": "Scenarios to count in telemetry"
364359
}
365360
],
366361
"metrics": [
@@ -1263,28 +1258,6 @@
12631258
"required": false
12641259
}
12651260
]
1266-
},
1267-
{
1268-
"name": "toolkit_trackScenario",
1269-
"description": "Count how many times a scenario is reached.",
1270-
"unit": "Count",
1271-
"metadata": [
1272-
{
1273-
"type": "amazonqConversationId",
1274-
"required": true
1275-
},
1276-
{
1277-
"type": "count"
1278-
},
1279-
{
1280-
"type": "credentialStartUrl",
1281-
"required": false
1282-
},
1283-
{
1284-
"type": "scenario",
1285-
"required": true
1286-
}
1287-
]
12881261
}
12891262
]
12901263
}

0 commit comments

Comments
 (0)