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:
parent
187d24db1f
commit
429eb66d8d
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user