refactor(api): remove exam-env feature flag (#63909)

This commit is contained in:
Shaun Hamilton
2025-11-24 16:38:06 +02:00
committed by GitHub
parent 5b3a248e72
commit 22a56eddfb
4 changed files with 6 additions and 14 deletions

View File

@@ -192,9 +192,6 @@ export const FCC_API_LOG_TRANSPORT = _FCC_API_LOG_TRANSPORT;
export const FCC_ENABLE_SHADOW_CAPTURE = undefinedOrBool(
process.env.FCC_ENABLE_SHADOW_CAPTURE
);
export const FCC_ENABLE_EXAM_ENVIRONMENT = undefinedOrBool(
process.env.FCC_ENABLE_EXAM_ENVIRONMENT
);
export const FCC_ENABLE_SENTRY_ROUTES = undefinedOrBool(
process.env.FCC_ENABLE_SENTRY_ROUTES
);