react-native-puree:React Native的日志收集器

时间:2024-05-22 00:45:47
【文件属性】:

文件名称:react-native-puree:React Native的日志收集器

文件大小:39KB

文件格式:ZIP

更新时间:2024-05-22 00:45:47

react-native TypeScript

React原浆 React Native的日志收集器。 特征: 缓冲:将日志存储到AsyncStorage并稍后发送 批处理:在单个请求中发送日志 重试:如果发送日志失败,则在退避时间之后重试发送日志 import Puree from 'react-native-puree' function epochTime ( ) { return Math . floor ( new Date ( ) . getTime ( ) / 1000 ) } const puree = new Puree ( ) puree . addFilter ( function addTableName ( log ) { return Object . assign ( { table_name : 'table' } , log ) } ) ; puree . addFilter ( func


【文件预览】:
react-native-puree-master
----.gitignore(996B)
----package.json(888B)
----tslint.json(41B)
----src()
--------queue.ts(1KB)
--------index.ts(3KB)
--------test()
----.travis.yml(38B)
----LICENSE(1KB)
----tsconfig.json(176B)
----README.md(3KB)
----example()
--------index.js(466B)
----yarn.lock(114KB)

网友评论