1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

chore: allow bulk metrics with empty flag names

This commit is contained in:
Nuno Góis 2025-07-14 13:39:19 +01:00
parent 187d24db1f
commit 429eb66d8d
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -39,7 +39,7 @@ export const clientMetricsEnvSchema = joi
.object()
.options({ stripUnknown: true })
.keys({
featureName: joi.string().required(),
featureName: joi.string().required().allow(''),
environment: joi.string().required(),
appName: joi.string().required(),
yes: joi.number().default(0),