We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e905d4d commit 8838b61Copy full SHA for 8838b61
packages/core/src/shared/telemetry/util.ts
@@ -487,7 +487,7 @@ export function withTelemetryContext(opts: TelemetryContextArgs) {
487
*
488
* Returns default value of vscode appName or AmazonQ-For-SMUS-CE in case of a sagemaker unified studio environment
489
*/
490
-export function getClientName() {
+export function getClientName(): string {
491
if (isSageMaker() && isSageMakerUnifiedStudio()) {
492
return 'AmazonQ-For-SMUS-CE'
493
}
0 commit comments