Skip to content

Commit 666bfc8

Browse files
committed
add comment explaining test
1 parent f9fed75 commit 666bfc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/test/shared/defaultAwsClientBuilderV3.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ describe('getServiceId', function () {
7676
describe('recordErrorTelemetry', function () {
7777
it('includes requestServiceType in span', function () {
7878
const e = new Error('test error')
79+
// Using vscode_executeCommand as general span to test functionality. This metric is unrelated to what is done here.
7980
telemetry.vscode_executeCommand.run((span) => {
8081
recordErrorTelemetry(e, 'aws-service')
8182
})

0 commit comments

Comments
 (0)