- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/burakson/sherlogjs
- 软件文档: https://github.com/burakson/sherlogjs
软件介绍
Sherlog.js 是一个 JavaScript 的错误和事件跟踪应用。
环境要求:
Node
Npm
MongoDB
示例代码:
_sherlog.push({
username: 'John Doe',
age: 35,
action: 'Clicked on an image'
}, function() {
// event tracking pixel is fired.
});
