Skip to content

Commit f1294aa

Browse files
authored
fix(telemetry): aws_refreshCredentials is passive #2679
This is already done in the callsite: https://github.com/aws/aws-toolkit-vscode/blob/97c6eea010d87ff47798edba08fcc34a6082e559/src/credentials/loginManager.ts#L343 but putting it in the definition helps avoid accidents.
1 parent 97c6eea commit f1294aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/telemetry/vscodeTelemetry.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
{
2929
"name": "aws_refreshCredentials",
3030
"description": "Emitted when credentials are automatically refreshed by the AWS SDK",
31+
"passive": true,
3132
"metadata": [
3233
{
3334
"type": "result"

0 commit comments

Comments
 (0)