Add feature flag to force Archon requests to be traced (#5666)

This commit is contained in:
François-Xavier Talbot
2026-03-26 02:34:04 -04:00
committed by GitHub
parent 0731654a1c
commit bf24ed8d12
5 changed files with 30 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ export const DEFAULT_FEATURE_FLAGS = validateValues({
showProjectPageQuickServerButton: false,
newProjectGeneralSettings: false,
newProjectEnvironmentSettings: true,
archonSentryCapture: false,
hideRussiaCensorshipBanner: false,
disablePrettyProjectUrlRedirects: false,
hidePreviewBanner: false,