Skip to content

0.0.1

Choose a tag to compare

@theajack theajack released this 10 Aug 00:38
· 20 commits to master since this release
  1. Support WebWorker + indexedDB to store logs
  2. Three log storage modes can be selected, and when not supported, the supported mode will be automatically selected down
  3. Support no storage mode, only use idb-logger as a log generation tool
  4. Support to define the maximum number of storage logs, the oldest records will be automatically deleted
  5. Support download log
  6. Support query log, support multiple query modes
  7. Support custom basic data
  8. Support custom reporting based on onReport callback