Skip to content

Commit 39e81a2

Browse files
author
shengyonggen
committed
0.1
0 parents  commit 39e81a2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

sensorsdata.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sensorsdata_conf.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
var conf = {
2+
// 神策分析的全局变量名
3+
name: 'sensors',
4+
// 神策分析数据接收地址,类似(http://xxx.cloud.sensorsdata.cn:8006/sa?project=gxq&token=312d2dfw21)
5+
server_url: '',
6+
// 传入的字符串最大长度限制
7+
max_string_length: 200,
8+
// 发送事件的时间使用客户端时间还是服务端时间
9+
use_client_time: false
10+
11+
};
12+
13+
module.exports = conf;

0 commit comments

Comments
 (0)