angular-error-shipper:用于纠正错误和异常的角度模块

时间:2024-06-13 15:22:38
【文件属性】:

文件名称:angular-error-shipper:用于纠正错误和异常的角度模块

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-13 15:22:38

JavaScript

角度错误托运人 用于将错误,堆栈跟踪和其他信息从Angular应用程序内传送到远程服务的模块。 为什么? 显示何时以及为何中断应用程序的详细信息很重要,这是协助该过程的工具。 将这些日志编入LogStash之类的索引使诊断问题变得更加容易。 如何? 此模块使用Angular的默认$exceptionHandler来调用一组可配置的客户端托运人。 -- 用法 安装该模块并公开使其可被您的应用访问(例如,通过将其添加到index.html )。 bower install angular-error-shipper or npm install angular-error-shipper 在您的应用程序中将该模块声明为依赖项: angular . module ( 'myApp' , [ 'ngCookies' , 'ipCookie' , 'ngResource'


【文件预览】:
angular-error-shipper-master
----bower.json(734B)
----Gruntfile.js(1000B)
----src()
--------angular-error-shipper.js(5KB)
----.travis.yml(192B)
----example()
--------index.html(1KB)
--------example-app.js(1KB)
----LICENSE(1KB)
----test()
--------unit()
----README.md(5KB)
----dist()
--------angular-error-shipper.min.js(1KB)
--------angular-error-shipper.js(2KB)
----.gitignore(43B)
----karma.conf.js(929B)
----package.json(1KB)

网友评论