0

WL 6.0.0.1

I'm using the WL.Analytics.log API but no entries appear in the analytics console. (I send more than 10 logs)

I have configured in the initOptions.js the property:

analytics : {
    enabled: false
}

I have also tried with

WL.Analytics.enable()

In the worklight properties:

wl.analytics.logs.forward=false
wl.analytics.url=http://analytics:80/iwap/v1/events/_bulk
wl.analytics.queues=1
wl.analytics.queue.size=1

If I use WL.Client.logActivity it works. If I enable wl.analytics.logs.forward I see all the server logs. I also see the analytics sent by default when invoking an adapter, or the init event or the notifications events.

I have reviewed the analytics troubleshooting guide but I didn't find anything.

I really do not know what else to test or how to debug this.

Thank you.

4

1 回答 1

1

最后在支持的帮助下,我们可以找到问题所在。这是设备上的语言环境。

我已将我的 iPad 更改为英语(与 workligh 服务器和分析服务器相同),重建后,在独立的 worklight 中重新部署并重新安装到它工作的设备中。

于 2013-12-05T20:05:08.137 回答