Skip to content

Commit

Permalink
feat: add appName to recognized connection options
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Aug 21, 2024
1 parent 00709b0 commit dc05601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/constants/config-whitelist.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ module.exports = [
'authMechanism', 'compression', 'fsync', 'readPreferenceTags', 'numberOfRetries',
'auto_reconnect', 'monitorCommands', 'minSize', 'useNewUrlParser', 'useUnifiedTopology',
'localThresholdMS', 'serverSelectionTimeoutMS', 'heartbeatFrequencyMS', 'autoEncryption',
'driverInfo'
'driverInfo', 'appName'

];

0 comments on commit dc05601

Please sign in to comment.