Closed ajmnz closed 3 weeks ago
Additional context, not sure if it helps:
When the switch is toggled, a POST request is made. For the rest of the other flags that work correctly, the flag enabled value is updated correctly. One example:
"show-new-experimentation-engine-banner": {
"key": "show-new-experimentation-engine-banner",
"enabled": true,
"variant": "enabled",
"reason": {
"code": "condition_match",
"condition_index": 0,
"description": "Matched condition set 1"
},
"metadata": {
"id": 131714,
"version": 5,
"description": null,
"payload": null
}
},
However, when revenue-analytics
is toggled, the enabled
will not be updated to true
, it remains false
.
I have one hypothesis, which is that currently for me I do not match the Release conditions
set in the feature flag revenue-analytics-beta
:
"revenue-analytics-beta": {
"key": "revenue-analytics-beta",
"enabled": false,
"variant": null,
"reason": {
"code": "no_condition_match",
"condition_index": 1,
"description": "No matching condition set"
},
"metadata": {
"id": 118067,
"version": 21,
"description": null,
"payload": null
}
},
Specifically, I do not match the second condition that is set. I have tested this out on my own localhost, it seems like this reason is shown when a condition is not match.
Could yall help to verify the release conditions
for revenue-analytics-beta
feature flag?
Same issue for me, when clicking the toggle often I got it to stick once, but when refreshing the page it was gone again.
Details:
Same issue for me, when clicking the toggle often I got it to stick once, but when refreshing the page it was gone again.
Details:
- Posthog cloud
- Mac OS Chrome/Safari
Hi @Juice10 , i believe a fix is incoming :) https://github.com/PostHog/posthog/pull/32825
Hey, team!
I lead the Revenue Analytics team. Yeah, #32825 should fix this. TLDR: We renamed the early access feature flag, and it turns out our code didn't handle that very well!
This should be merged by EOD. If you wanna get access to Revenue Analytics before than, just email me and I can get you in: [my first name] [at] posthog [dot] com
Thanks for fixing this, can confirmed it works now for me!
Bug Description
When the Revenue Analytics feature flag is enabled, it does not stay active. After enabling, it automatically reverts to the disabled state, preventing the feature from being used. This occurs consistently and without any user interaction after activation.
Revenue Analytics feature flag cannot be enabled. After toggling the switch, it automatically reverts to the disabled state, and no error message is shown. This occurs consistently in Firefox, Chrome and Safari (macOS, latest versions).
How to reproduce
Additional context
Attaching screen recording
https://github.com/user-attachments/assets/9bd9d4bc-7bc9-4585-9f8e-e9a5c157128f
Debug info