From f0db597fd91234b42714e3e24c518907dc4cd8b0 Mon Sep 17 00:00:00 2001 From: Jannik Portz Date: Thu, 16 Nov 2023 20:46:32 +0100 Subject: [PATCH] [MOENGAGE] Add support for cluster option in MoEngage SDK initialization --- integrations/moengage/HISTORY.md | 5 +++++ integrations/moengage/lib/index.js | 4 +++- integrations/moengage/package.json | 2 +- integrations/moengage/test/index.test.js | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/integrations/moengage/HISTORY.md b/integrations/moengage/HISTORY.md index 7ebc5ba46..cac0a2a5a 100644 --- a/integrations/moengage/HISTORY.md +++ b/integrations/moengage/HISTORY.md @@ -1,3 +1,8 @@ +1.1.0 / 2023-11-16 +================== + + * Adds support for cluster option + 1.0.6 / 2019-01-07 ================== diff --git a/integrations/moengage/lib/index.js b/integrations/moengage/lib/index.js index 1a6def233..8f414e170 100644 --- a/integrations/moengage/lib/index.js +++ b/integrations/moengage/lib/index.js @@ -18,6 +18,7 @@ var find = require('obj-case').find; var MoEngage = (module.exports = integration('MoEngage') .option('apiKey', '') .option('debugMode', false) + .option('cluster', undefined) .tag( '