Flagsmith / Flagsmith/flagsmith
Validate event deduplication mechanisms
Open
- Dominant language
- Python
- Stars
- 6.6k
- Forks
- 567
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 121
Description
The pipeline analytics feature currently deduplicates flag evaluation events per flush window using a fingerprint of key + identity + enabled + value.
This prevents React re-renders from flooding the pipeline but could potentially miss relevant events
We will need to define:
- Whether this deduplication should be improved for a beta release
- If server side sdk should implement a deduplication too
Contributor guide
Assessment
This issue has not been assessed yet.