Skip to content

Commit

Permalink
feat: add accessLogs feature flag (#5417)
Browse files Browse the repository at this point in the history
This is a feature flag in unleash-enterprise
  • Loading branch information
gardleopard committed Nov 27, 2023
1 parent 24d111c commit eb42246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/types/experimental.ts
Expand Up @@ -3,6 +3,7 @@ import { parseEnvVarBoolean } from '../util';
import { getDefaultVariant } from 'unleash-client/lib/variant';

export type IFlagKey =
| 'accessLogs'
| 'anonymiseEventLog'
| 'embedProxy'
| 'embedProxyFrontend'
Expand Down

0 comments on commit eb42246

Please sign in to comment.