Commit 3f44c8a2 authored by 张九刚's avatar 张九刚

feat: log open

parent d198c5c1
...@@ -6,7 +6,7 @@ const init = (SENSORS_URL) => { ...@@ -6,7 +6,7 @@ const init = (SENSORS_URL) => {
sensors.setPara({ sensors.setPara({
name: "sensors", name: "sensors",
server_url: SENSORS_URL, server_url: SENSORS_URL,
show_log: false, show_log: true,
autoTrack: { autoTrack: {
appLaunch: true, // 默认为 true,false 则关闭 $MPLaunch 事件采集 appLaunch: true, // 默认为 true,false 则关闭 $MPLaunch 事件采集
appShow: true, // 默认为 true,false 则关闭 $MPShow 事件采集 appShow: true, // 默认为 true,false 则关闭 $MPShow 事件采集
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment