Tool/solution 用于处理和捕获应用程序中的错误

Tool/solution for handle and catch error in app

我正在关注 tool/solution,它将捕获并处理我的应用程序中的错误。 我的应用程序在 Ionic1 中。我希望解决方案能够跟踪 bundle.js 中的错误并找到源代码(通过 sourceMap)。显然我想发送更多关于错误的数据和参数。 有人有什么建议吗?

我更喜欢免费工具和轻量级解决方案。

谢谢。

Sentry is a system that helps you organize your exceptions using a web application. You can setup an account on getsentry.com 或者安装在自己的服务器上。您将需要创建一个新项目并获取 API 密钥才能与您的应用程序交互。