Hello!
I have three applications within a monorepo, each with its own environments: dev, qa, demo, and prod. These three applications share a common feature flag, and it is crucial that the flag has the same name across all applications. This ensures easier maintainability and a consistent implementation at the code level.
I would like to know if it is possible to reuse this flag across all three applications while being able to enable/disable it independently for each application and each environment within those applications.
If this is possible, I would appreciate guidance on the steps I should follow and recommendations on how to configure the SDKs to properly support all three applications and their respective environments.
Thanks!
f
fresh-football-47124
02/10/2025, 4:22 PM
thats certainly possible
fresh-football-47124
02/10/2025, 4:22 PM
each SDK endpoint has an environment that it serves
fresh-football-47124
02/10/2025, 4:23 PM
then one feature flag would be have rules per environment, and can be toggled in each environment separately
fresh-football-47124
02/10/2025, 4:24 PM
the feature flag id is the same across each environment
fresh-football-47124
02/10/2025, 4:25 PM
if you're using projects, you can assign a feature to no projects, and it will be available for all projects