-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat(flags): Add statsig audit-log provider #79637
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## mz/ld-provider #79637 +/- ##
==================================================
- Coverage 78.39% 78.28% -0.12%
==================================================
Files 7131 7126 -5
Lines 314930 313125 -1805
Branches 43275 51082 +7807
==================================================
- Hits 246903 245132 -1771
+ Misses 61717 61609 -108
- Partials 6310 6384 +74 |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Still work in progress. Will need a formal integration with statig I believe. There's no path that I can find to registering an audit-log hook. Also need to fix the typing issues if statsig is going to return lists of dicts.
Ref: https://github.com/getsentry/team-replay/issues/490