From dc056013aa83ce6ec73f9528ee7ad8a58f6dbad3 Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Wed, 21 Aug 2024 17:52:37 +0100 Subject: [PATCH] feat: add appName to recognized connection options --- lib/private/constants/config-whitelist.constant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/constants/config-whitelist.constant.js b/lib/private/constants/config-whitelist.constant.js index 533621a6..447d32ed 100644 --- a/lib/private/constants/config-whitelist.constant.js +++ b/lib/private/constants/config-whitelist.constant.js @@ -29,6 +29,6 @@ module.exports = [ 'authMechanism', 'compression', 'fsync', 'readPreferenceTags', 'numberOfRetries', 'auto_reconnect', 'monitorCommands', 'minSize', 'useNewUrlParser', 'useUnifiedTopology', 'localThresholdMS', 'serverSelectionTimeoutMS', 'heartbeatFrequencyMS', 'autoEncryption', - 'driverInfo' + 'driverInfo', 'appName' ];