Bugfender keeps up to 5 MB worth of log data in the device. This way
Bugfender can work offline, and you can get some log data from the past
when enabling a device. You can change that limit with setMaximumLocalStorageSize
.
// Setting maximum cache size to 1 Mb
Bugfender.setMaximumLocalStorageSize(1024*1024)