File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
packages/core/src/amazonqGumby/chat/controller Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ export class GumbyController {
211211 if ( authState . amazonQ !== 'connected' ) {
212212 this . sessionStorage . getSession ( ) . isAuthenticating = true
213213 this . messenger . sendAuthNeededExceptionMessage ( authState , message . tabID )
214- telemetry . record ( { result : MetadataResult . Fail , reason : 'auth-failed' } )
215214 throw new NoAuthError ( )
216215 }
217216
@@ -427,10 +426,6 @@ export class GumbyController {
427426
428427 if ( fromJDKVersion === JDKVersion . UNSUPPORTED ) {
429428 this . messenger . sendUnrecoverableErrorResponse ( 'unsupported-source-jdk-version' , message . tabID )
430- telemetry . record ( {
431- result : MetadataResult . Fail ,
432- reason : 'unsupported-source-jdk-version' ,
433- } )
434429 return
435430 }
436431
@@ -455,10 +450,6 @@ export class GumbyController {
455450
456451 if ( fromDB === DB . OTHER ) {
457452 this . messenger . sendUnrecoverableErrorResponse ( 'unsupported-source-db-version' , message . tabID )
458- telemetry . record ( {
459- result : MetadataResult . Fail ,
460- reason : 'unsupported-source-db-version' ,
461- } )
462453 return
463454 }
464455
You can’t perform that action at this time.
0 commit comments