diff --git a/packages/radar/index.ts b/packages/radar/index.ts index 61bd20927..083bfe63f 100644 --- a/packages/radar/index.ts +++ b/packages/radar/index.ts @@ -6,6 +6,18 @@ type Params = { export const computeRiskLevel = (typebot: any, params?: Params) => { const stringifiedTypebot = JSON.stringify(typebot) + console.log( + 'debug cumulative', + env.RADAR_CUMULATIVE_KEYWORDS?.forEach((set) => + set.forEach((keyword) => + keyword.forEach((k) => { + console.log( + `(? new RegExp(