-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本地配置了appid和appkey后无日志上报到后台 #3
Comments
围观一下。果然是一个不断自我提升的前端工程师。 |
debug了一下,在util/auto-report/logReport.js 下的91行,key是空,几个方法都debug了一直是空,所以导致上报失败了. |
[DBUG] [37444 cpu0 1] [null] [logReport.js:130] report nothing: undefined 文档也没写。。这个key咋配置。 |
请求抓包需要配置染色才能生效,并没有全量上报 |
@RobinzZH 收到,我研究一下。 |
@RobinzZH 我在本地创建了alphaFile文件,增加了我在开放平台的测试id,然后我在express的demo里增加了setKey(uid);
但是我在开放平台里没找到对应的日志,我看的runtime里的所有日志。。 https://tsw183.tswjs.org/runtime/report 我也自己用logger.info 打印了一条日志,请问是在哪查看呢- -? |
查看H5测试环境号码
总觉得文档少了点啥。。 |
搞定,需要通过特殊的url访问才行。 |
@xiaojue |
@xtx1130 看到日志上报成功,需要根据这个url规则访问看日志结果:
https://tswjs.org/guide/advance/logger 藏得有点深,名词基本靠猜- - |
这里的意思是在根目录创建alphaFile文件还是在config中声明this.alphaFile,能不能把你的配置贴一下 |
本地在examples/framework/config.js中配置了 this.appid,this.appkey,但是在应用后台,刷新本地服务,使用node TSW 启动的demo,后台无数据展示。
是使用方法不对咩?
The text was updated successfully, but these errors were encountered: