We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690c7f0 commit df31b87Copy full SHA for df31b87
packages/core/src/amazonqFeatureDev/session/sessionState.ts
@@ -71,7 +71,8 @@ function registerNewFiles(
71
workspaceFolderPrefixes === undefined ? '' : zipFilePath.substring(0, zipFilePath.indexOf(path.sep))
72
const folder = workspaceFolderPrefixes === undefined ? workspaceFolders[0] : workspaceFolderPrefixes[prefix]
73
if (folder === undefined) {
74
- telemetry.amazonq_trackScenarioCountUsage.emit({
+ telemetry.toolkit_trackScenario.emit({
75
+ count: 1,
76
amazonqConversationId: conversationId,
77
credentialStartUrl: AuthUtil.instance.startUrl,
78
scenarioType: 'wsOrphanedDocuments',
0 commit comments