flagsmith icon indicating copy to clipboard operation
flagsmith copied to clipboard

Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/

Results 646 flagsmith issues
Sort by recently updated
recently updated
newest added

### Problem During the November 5th, 2025 outage (12:01PM - 12:06PM IST), all tasks were marked unhealthy because `/health` endpoint started timing out. The current 5-second timeout is too aggressive...

Problem Prometheus had zero data during our 5-minute API outage on November 5th, 2025 from 12:01PM - 12:06PM IST. We couldn't analyze the incident because our primary monitoring system was...

### Description There's an inconsistency in the `FLAG_UPDATE` webhook behavior when removing a segment override from an environment, with different problems depending on whether versioning is enabled. ### Current Behavior...

Experiment made with Claude Sonnet 4. This is an attempt to improve our CI debugging workflow by moving e2e failure videos and/or screenshots as [artifacts to each pull request](https://docs.github.com/en/actions/tutorials/store-and-share-data). As...

feature
front-end

Thanks for submitting a PR! Please check the boxes below: - [ ] I have added information to `docs/` if required so people know about the feature! - [ ]...

feature
front-end

API endpoint: `/api/v1/environments//identities/` For environments with millions of identities, it can be very slow to load the UI, even while it's paginated. Possibly [this sorting](https://github.com/Flagsmith/flagsmith/blob/b135023160873dbb5feed2e00097174afa49bc8e/api/environments/identities/views.py#L65) could benefit from a binary...

Dependabot is the sole reason blocking us from using uv (see https://github.com/dependabot/dependabot-core/issues/10478). Let's see if Renovate's up to the task.

tech-debt

As we introduce the "Environment Name" context value, we are now unsure how `/api/v1/flags` should behave for segments that only operate on environment names. Currently, `/api/v1/flags` simply returns the environment...

Because audit logs are static text, and also since teams can be multi-tz, we could benefit from localizing UTC timestamps to the viewer's time zone. For example:

front-end