Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"skippedTestReport": "ts-node ./scripts/skippedTestReport.ts ./packages/amazonq/test/e2e/"
},
"devDependencies": {
"@aws-toolkits/telemetry": "^1.0.305",
"@aws-toolkits/telemetry": "^1.0.306",
"@playwright/browser-chromium": "^1.43.1",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/he": "^1.2.3",
Expand Down
60 changes: 0 additions & 60 deletions packages/core/src/shared/telemetry/vscodeTelemetry.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,17 +415,6 @@
"name": "executedCount",
"type": "int",
"description": "The number of executed operations"
},
{
"name": "amazonqUploadIntent",
"type": "string",
"description": "The intent of the upload",
"allowedValues": [
"TRANSFORMATION",
"TASK_ASSIST_PLANNING",
"AUTOMATIC_FILE_SECURITY_SCAN",
"FULL_PROJECT_SECURITY_SCAN"
]
}
],
"metrics": [
Expand Down Expand Up @@ -1212,27 +1201,6 @@
}
]
},
{
"name": "amazonq_createUpload",
"description": "Captures createUploadUrl invocation process",
"metadata": [
{
"type": "amazonqConversationId"
},
{
"type": "amazonqRepositorySize",
"required": false
},
{
"type": "amazonqUploadIntent",
"required": false
},
{
"type": "credentialStartUrl",
"required": false
}
]
},
{
"name": "ide_editCodeFile",
"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`.",
Expand Down Expand Up @@ -1485,34 +1453,6 @@
{
"name": "docdb_addRegion",
"description": "User clicked on add region command"
},
{
"name": "codewhisperer_codeScanIssueDetected",
"description": "Called when a code scan issue is returned from the service",
"metadata": [
{
"type": "autoDetected",
"required": false
},
{
"type": "codewhispererCodeScanJobId",
"required": false
},
{
"type": "detectorId"
},
{
"type": "findingId"
},
{
"type": "includesFix",
"required": false
},
{
"type": "ruleId",
"required": false
}
]
}
]
}
Loading