Commit a37a12d
committed
telemetry(amazonq): update to new module metric name
Problem:
Updated the telemetry types and had to change and existing name to match
the new one.
Solution:
use `toolkit_didLoadModule` to indicate that the module successfully opened.
In certain cases we will want to use `toolkit_willOpenModule` to indicate the
start of it, but because it doesn't look like that was used already we can
ignore it for now and revisit later.
Signed-off-by: nkomonen-amazon <[email protected]>1 parent ccd21b2 commit a37a12d
File tree
3 files changed
+6
-4
lines changed- packages/core/src/amazonq/webview/messages
3 files changed
+6
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments