fix(helpers): Add missing sslMode configuration to Cloudly config.

This commit is contained in:
2024-11-06 16:13:54 +01:00
parent 7c1082f5a9
commit 66a23a515b
4 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-11-06 - 4.3.5 - fix(helpers)
Add missing sslMode configuration to Cloudly config.
- Added the sslMode key with a value of 'none' to the Cloudly configuration object in test/helpers/cloudlyfactory.ts.
## 2024-11-06 - 4.3.4 - fix(testing)
Fixed Cloudly testing setup and dependencies