Skip to content

Commit

Permalink
Merge pull request #723 from hayemaxi/main
Browse files Browse the repository at this point in the history
telemetry(amazonq): add amazon q product name
  • Loading branch information
hayemaxi authored Apr 19, 2024
2 parents 93a25a2 + 93ed3b7 commit 504aec4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion telemetry/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Telemetry

`telemetry` contains code generators and definitions files to generate telemetry calls for the various
AWS Toolkits.
AWS IDE Extensions.

## Adding Telemetry

Expand Down
2 changes: 1 addition & 1 deletion telemetry/jetbrains/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ publishing {
from(components["java"])
pom {
name.set(project.name)
description.set("Telemetry generation for AWS Toolkit for JetBrains")
description.set("Telemetry generation for AWS Toolkit and Amazon Q for JetBrains")
url.set("https://github.com/aws/aws-toolkit-common")
licenses {
license {
Expand Down
4 changes: 3 additions & 1 deletion telemetry/service/service-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"AWS Toolkit For JetBrains",
"AWS Toolkit For Eclipse",
"AWS Toolkit For VisualStudio",
"AWS Toolkit For VS Code"
"AWS Toolkit For VS Code",
"Amazon Q For JetBrains",
"Amazon Q For VS Code"
]
},
"AWSProductVersion":{
Expand Down
6 changes: 4 additions & 2 deletions telemetry/vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# AWS Toolkit for VSCode Telemetry
# AWS Toolkit/Amazon Q for VSCode Telemetry

This package contains scripts and files to generate telemetry calls for the [AWS Toolkit for VS Code](https://github.com/aws/aws-toolkit-vscode).
This package contains scripts and files to generate telemetry calls for:
- [AWS Toolkit for VS Code](https://github.com/aws/aws-toolkit-vscode/tree/master/packages/toolkit)
- [Amazon Q for VS Code](https://github.com/aws/aws-toolkit-vscode/tree/master/packages/amazonq).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion telemetry/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-toolkits/telemetry",
"version": "0.0.2",
"description": "A library used by the AWS Toolkit for VSCode to provide telemetry",
"description": "A library used by the AWS Toolkit, Amazon Q for VSCode to provide telemetry",
"main": "./lib/generateTelemetry.js",
"scripts": {
"build": "ts-node ./scripts/setUpPackage.ts && tsc -p ./",
Expand Down

0 comments on commit 504aec4

Please sign in to comment.