1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00

[Gitar] Cleaning up stale flag: collectTrafficDataUsage with value true (#8480)

This commit is contained in:
gitar-bot[bot] 2024-10-23 14:32:09 +02:00 committed by GitHub
parent 74a87f0e26
commit f2ee02ed9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,6 @@ export type IFlagKey =
| 'feedbackComments'
| 'showInactiveUsers'
| 'killScheduledChangeRequestCache'
| 'collectTrafficDataUsage'
| 'displayTrafficDataUsage'
| 'estimateTrafficDataCost'
| 'useMemoizedActiveTokens'
@ -208,10 +207,6 @@ const flags: IFlags = {
process.env.UNLEASH_EXPERIMENTAL_KILL_SCHEDULED_CHANGE_REQUEST_CACHE,
false,
),
collectTrafficDataUsage: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_COLLECT_TRAFFIC_DATA_USAGE,
false,
),
displayTrafficDataUsage: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_DISPLAY_TRAFFIC_DATA_USAGE,
false,