Pipe statsig events to logger (#7141)

* Pipe statsig events to logger

* Log rich objects to bitdrift

* Fix tests

* Consolidate mocks, fix tests

* Reduce log trash on native
This commit is contained in:
dan
2024-12-17 12:22:09 +00:00
committed by GitHub
parent 07b7250682
commit 32611391a3
7 changed files with 46 additions and 26 deletions
+4
View File
@@ -0,0 +1,4 @@
export function debug() {}
export function error() {}
export function info() {}
export function warn() {}