Commit 06b3725
authored
telemetry(amazonq): Adding requestId for uploadArtifactToS3 in amazonq_utgGenerateTests event (#6598)
## Problem
- IDE does not emit requestId if it fails at `uploadArtifactToS3` in
`/test`
## Solution
- Added requestId for Test Generation without impacting the `/review`
- `requestId` is stored in /test session and emits if something fails in
the test generation workflow.
- Helps in debugging the root cause for the
`UploadTestArtifactToS3Error: "PUT" request failed with code "403"`
error in RTS logs.
---
- 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.1 parent d9b9861 commit 06b3725
File tree
1 file changed
+5
-1
lines changed- packages/core/src/codewhisperer/service
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
386 | 387 | | |
387 | 388 | | |
388 | 389 | | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
389 | 393 | | |
390 | 394 | | |
391 | 395 | | |
| |||
0 commit comments