flagsmith
flagsmith copied to clipboard
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
Anonymous Identity handling improvements: 1. Add a way of signalling that an identity is "Anonymous" within all the SDKS when identifying a user. Anonymous identities prevent a record from being...
Sentry Issue: [FLAGSMITH-API-K3](https://sentry.io/organizations/flagsmith/issues/3042548032/?referrer=github_integration) ``` ApiException: (500) Reason: Internal Server Error HTTP response headers: HTTPHeaderDict({'Date': 'Thu, 03 Mar 2022 15:33:40 GMT', 'Content-Type': 'application/json; charset=utf-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'trace-id': 'c2c2bb909b998e79', 'trace-sampled':...
See https://dev.to/devopsoscar/using-rollout-io-feature-flags-for-apps-deployed-via-jenkins-x-ci-cd-54j1
A user reports: > We've been running multi-variant experiments on our subscription checkout. We stored the stripe price ids in a JSON flag. Since we have environments for staging and...
This needs to be implemented in all server side SDKs. See python implementation here: https://github.com/Flagsmith/flagsmith-engine/pull/101.
This can reduce latency potentially on first flag call
@kyle-ssg I will add you to this organisation ```js Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'enabled') at CompareEnvironmentsPage.js:53:45 at e.exports (_arrayEach.js:15:1) at Object.e.exports [as each] (forEach.js:37:1)...
Users should be able to change their email address. Suggested flow: - Log in - Enter new email address and confirm with password - Send link to new email address...
We should show our users that they are API call limited. Get the total API calls made in the last 30 days for the organisation (as per the Org usage...