You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments