Commit 8aac27b
authored
telemetry(amazonq): update to new module metric name (aws#6717)
## Problem:
Updated the telemetry types and had to change an 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.
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
Signed-off-by: nkomonen-amazon <[email protected]>1 parent df6ebb0 commit 8aac27b
File tree
3 files changed
+8
-7
lines changed- packages/core/src/amazonq/webview/messages
3 files changed
+8
-7
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 | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments