AlloyLever icon indicating copy to clipboard operation
AlloyLever copied to clipboard

1kb js library contains development debugging, error monitoring and reporting, user problem localization features - 1KB代码搞定开发调试发布,错误监控上报,用户问题定位

Results 18 AlloyLever issues
Sort by recently updated
recently updated
newest added

在vue的项目中引入这个插件,抛出的错误,在alloylever中监听的error不执行呢?

这是只引入alloylever的情况,url上没有带vconsole ![c1d28761-7c4c-4623-b633-85ed355c3213](https://user-images.githubusercontent.com/16573314/33433617-3daf1b3a-d617-11e7-8871-84fc2dd00aac.png) url带上vconsole之后 ![12ae6fab-ceda-412e-b50b-caab89609067](https://user-images.githubusercontent.com/16573314/33433661-6dbb3ec6-d617-11e7-8fb8-2fd1c05cf030.png) 看了源码,没看出什么问题,请帮忙解决 看了一下是vconsole的问题,他里面重写了window.onerror方法 ``` f.isFunction(window.onerror) && (this.windowOnError = window.onerror), window.onerror = function (t, o, n, a, i) { var r = t; o && (r += "\n"...

建议添加支持typescript,导出d.ts文件

生产环境的代码都会进行压缩,如果有报错,提交上报的错误定位不准确,这种情况一般是怎么处理?

支持除单击6次外的其他埋点方式吗

页面错误没有监控到有上报,是需要配置那里吗

正常浏览器打开没问题