mixpanel / mixpanel-react-native

Official React Native Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
105 stars 44 forks source link

fix storage adapter info being logged on every app launch #239

Closed viljark closed 4 months ago

viljark commented 4 months ago

Fixes

 INFO  storageAdapter {"storage": {"default": {"clear": [Function clear], "flushGetRequests": [Function flushGetRequests], "getAllKeys": [Function getAllKeys], "getItem": [Function getItem], "mergeItem": [Function mergeItem], "multiGet": [Function multiGet], "multiMerge": [Function multiMerge], "multiRemove": [Function multiRemove], "multiSet": [Function multiSet], "removeItem": [Function removeItem], "setItem": [Function setItem]}, "useAsyncStorage": [Function useAsyncStorage]}}
 INFO  storageAdapter get item {"_h": 0, "_i": 1, "_j": null, "_k": null}

being logged into console on every app launch.