Jeremy Dorn
Jeremy Dorn
@wrenzi We added support for additional environments in the latest version.
We might want to change that to be a drop-down menu now that there are 3 different actions. If you look in `MemberList.tsx`, you can see an example of that:...
If you are self-hosting PostHog, you could point GrowthBook to the underlying Postgres or ClickHouse database.
Were there any errors in docker? The webhook is supposed to only show as successful when it receives a 200 response from the endpoint. What endpoint did you try and...
Yes, it should show an error for any non-200 response, so it's likely the webhook never attempted to fire in the first place. What change did you make to features...
Segments are only used when analyzing experiment results, not for feature flags. We're pushing a change to the left nav soon that will hopefully reduce confusion around that. For features,...
We don't have a full REST API yet, but it is something we plan to add. Currently, it's limited to just that single features endpoint.
@jeroenvisser101 That's awesome! We can add it to https://docs.growthbook.io/lib and link to your repo so others can find it more easily. The API looks good to me. I'm happy to...
In the SDKs we're moving away from experiment overrides completely in favor of features. So that /config/ API endpoint is deprecated and will be removed eventually. Same with the fields...
GrowthBook does support MySQL as a data source, so one option is pointing it directly at the Matomo database. I'm not too familiar with the database schema they use, but...