AsyncStorage / localStorage monitor
Observe storage events in timeline
AsyncStorage (React Native)
import AsyncStorage from '@react-native-async-storage/async-storage';
// Call the init method.
CodeBud.init("YOUR API KEY HERE", INSTRUCTIONS);
CodeBud.enableAsyncStorageMonitor(AsyncStorage);
localStorage (Browsers)
// Call the init method.
CodeBud.init("YOUR API KEY HERE", INSTRUCTIONS);
CodeBud.enableLocalStorageMonitor(localStorage);
That's it! Now you should be able to observe storage events in timeline (on "network" tab in GUI).