OpenFeature-al
OpenFeature-al copied to clipboard
PostHog report identities
As part of the #11 fix, we stop reporting identities to PostHog. This was an urgent fix which was required as we had cases where OpenFeature was about to be installed on the environment with 250 companies and 450 users, which with old implementation, led to thousands of calls to the PostHog API.
We do want to be able to maintain identities on the PostHog side but at an acceptable cost.
Describe the solution you'd like
- Utilise a PostHog Batch Events API to report identities in bulk on install
- Report identities once per database instead of per company
- Make identity reporting optional and set the default behaviour not to report identities. This should include documenting a difference.