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
telemetry(amazonq): Add webview load metric for amazonq (aws#5518)
## Problem
- We have no detailed information on how long the amazonq webview took
for first meaningful paint
- We have no way to keep track whether or not webviews fail to load or
any error events are that emitted
## Solution
- The onready event gets fired when "UI is initialized and rendered".
See https://github.com/aws/mynah-ui/blob/main/docs/PROPERTIES.md#onready
- Listen to error events on the window and forward them to the vscode
side
## I'm trying to answer the following questions with these metrics :
- How long are webviews taking to load?
- How long until they're interactive?
- What errors are occurring in the webview?
0 commit comments