File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export class AppService extends AbstractService implements OnApplicationBootstra
125125 @Cron ( CronExpression . EVERY_6_HOURS )
126126 public async handleCron ( ) : Promise < void > {
127127 if ( isConsoleEntrypoint ( ) ) {
128- this . logger . debug ( 'Skipping LifecycleService cron job in console mode.' ) ;
128+ this . logger . verbose ( 'Skipping LifecycleService cron job in console mode.' ) ;
129129 return ;
130130 }
131131
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ if (!process.env.SESAME_SENTRY_DSN) {
1313 includeLocalVariables : true ,
1414
1515 integrations : [
16+ Sentry . openAIIntegration ( {
17+ recordInputs : true ,
18+ recordOutputs : true ,
19+ } ) ,
20+
1621 Sentry . mongooseIntegration ( ) ,
1722 Sentry . consoleIntegration ( ) ,
1823 Sentry . httpIntegration ( ) ,
You can’t perform that action at this time.
0 commit comments