Skip to content

Commit e060c57

Browse files
authored
Add aws_installAmazonQ UiTelemetry event for Toolkit (aws#4424)
1 parent 312cb0c commit e060c57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/toolkit/jetbrains-core/src/software/aws/toolkits/jetbrains/core/explorer/actions/InstallAmazonQAction.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import com.intellij.openapi.actionSystem.AnAction
99
import com.intellij.openapi.actionSystem.AnActionEvent
1010
import com.intellij.openapi.options.ShowSettingsUtil
1111
import software.aws.toolkits.resources.AwsToolkitBundle.message
12+
import software.aws.toolkits.telemetry.UiTelemetry
1213

1314
class InstallAmazonQAction : AnAction(message("codewhisperer.explorer.node.install_q"), null, AllIcons.Actions.Install) {
1415
override fun actionPerformed(e: AnActionEvent) {
@@ -18,5 +19,6 @@ class InstallAmazonQAction : AnAction(message("codewhisperer.explorer.node.insta
1819
) { configurable: PluginManagerConfigurable ->
1920
configurable.openMarketplaceTab("Amazon Q")
2021
}
22+
UiTelemetry.click(e.project, "aws_installAmazonQ")
2123
}
2224
}

0 commit comments

Comments
 (0)