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.
result
1 parent 70a53a5 commit 976fb89Copy full SHA for 976fb89
src/awsexplorer/activation.ts
@@ -60,7 +60,7 @@ export async function activate(args: {
60
})
61
}
62
if (element.element.serviceId) {
63
- telemetry.aws_expandExplorerNode.emit({ serviceType: element.element.serviceId })
+ telemetry.aws_expandExplorerNode.emit({ serviceType: element.element.serviceId, result: 'Succeeded' })
64
65
66
globals.context.subscriptions.push(view)
0 commit comments