diff --git a/core/nextEdit/NextEditLoggingService.ts b/core/nextEdit/NextEditLoggingService.ts index 430cb576a6a..5c67760e8b2 100644 --- a/core/nextEdit/NextEditLoggingService.ts +++ b/core/nextEdit/NextEditLoggingService.ts @@ -246,6 +246,9 @@ export class NextEditLoggingService { }), }, ); - } catch (error) {} + console.debug("Feedback: ", resp); + } catch (error: any) { + console.debug(`Error capturing feedback: ${error.message}`); + } } }