Commit 82e140ce authored by pete谢兆麟's avatar pete谢兆麟

埋点修改

parent 2088b8eb
...@@ -44,6 +44,10 @@ class YHAnalytics { ...@@ -44,6 +44,10 @@ class YHAnalytics {
options.autoTrackEventType = [.eventTypeAppStart, .eventTypeAppEnd, .eventTypeAppClick, .eventTypeAppViewScreen] options.autoTrackEventType = [.eventTypeAppStart, .eventTypeAppEnd, .eventTypeAppClick, .eventTypeAppViewScreen]
options.enableVisualizedAutoTrack = true options.enableVisualizedAutoTrack = true
options.enableVisualizedProperties = true options.enableVisualizedProperties = true
options.enableTrackPageLeave = true
#if DEBUG
options.enableLog = true
#endif
//初始化SDK //初始化SDK
SensorsAnalyticsSDK.start(configOptions: options) SensorsAnalyticsSDK.start(configOptions: options)
......
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