1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

feat: add accessLogs feature flag (#5417)

This is a feature flag in unleash-enterprise
This commit is contained in:
Gard Rimestad 2023-11-27 08:07:42 +01:00 committed by GitHub
parent 24d111c4c5
commit eb42246ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ import { parseEnvVarBoolean } from '../util';
import { getDefaultVariant } from 'unleash-client/lib/variant';
export type IFlagKey =
| 'accessLogs'
| 'anonymiseEventLog'
| 'embedProxy'
| 'embedProxyFrontend'