forked from aws/aws-toolkit-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(amazonq): initial standalone telemetry (aws#4719)
Implemented telemetry: -auth_userState -Describes the state of auth after activation. - toolkit_showNotification -The user was shown a notification about Amazon Q being auto-installed or about the extension and if they'd like to install it. - toolkit_invokeAction -The user installed, learned more, or dismissed the previously mentioned notification. - ui_click -amazonq_switchToQSignIn - sources on various codewhisperer commands Other stuff: - Collapse amazon q commands into one set (registered from amazon q) - ExtensionUse.wasUpdated util func. Follow up items: Moving the definitions to common is a prioritized work item and will occur after this PR Login page telemetry commits: * add initial telemetry definitions * add notification telemetry * add telemetry for opening login page * collapse switch to Q commands * fix close page telemetry, docstring, export telemetry from core * add wasUpdated util function * add auth_userState metric to amazonq * update toolkit_invokeAction emissions * reloaded -> reload * add start up source telemetry enum * rename dismiss command, remove from package.json * add various fixes for existing telemtry * fix tests * resolve feedback - ExtStartUpSources enum -> const - fix compositeKey arg for _aws.toolkit.amazonq.dismiss
- Loading branch information
Showing
22 changed files
with
324 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.