-
Notifications
You must be signed in to change notification settings - Fork 11
feat(analytics-flags): Add support for feature flag analytics #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
flagsmith/analytics.py
Outdated
| class AnalyticsProc(UserDict): | ||
| """ | ||
| AnalyticsProc is you to track how often individual Flags are evaluated within the Flagsmith SDK | ||
| AnalyticsProc is usedd to track how often individual Flags are evaluated within the Flagsmith SDK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
matthewelwell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add some tests to this too please?
matthewelwell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gagantrivedi one to discuss I think.
|
@gagantrivedi I've added a couple of minor changes and approved it. Could you sort out the conflicts and merge it? Then we need to get a release out to PyPi. |
|
@gagantrivedi I can help with the release to pypi |
a1cc0c3 to
dcbe95e
Compare
docs: https://docs.flagsmith.com/advanced-use/flag-analytics