是否存在针对Web应用程序的类似于Crashlytics的服务? [英] Does a Crashlytics-like service for web app exists?

查看:78
本文介绍了是否存在针对Web应用程序的类似于Crashlytics的服务?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是网络和iOS开发人员。在移动设备上,我们有著名的工具来收集应用程序带来的所有异常和错误。

I am a web and iOS developer. On mobile we have famous tools to collect all the exceptions and errors that application thorws.

有Crashlytics(及其他),只需很少的代码行即可安装sdk,开始自动跟踪所有内容。然后他们会在网站上显示错误和有用的信息以及优先级和其他统计信息。

There's Crashlytics (and others) that with few lines of code to install the sdk, start tracking everything automatically. Then them display the error and useful informations on their website with priority and other stats.

是否存在类似的Web应用程序?还是明确针对php或js应用程序?

Exists something like that for web applications? Or explicitly for php or js apps?

谢谢;)

推荐答案

www.exceptional.io 正是您要的内容。免费试用后,每月费用为$ 9。

www.exceptional.io is exactly what you're asking for. It costs $9 per month after a free trial.

与PHP集成是通过包含包装器和几行代码来完成的:
https://github.com/ankane/exceptional-php/

Integration with PHP is done by including a wrapper and a couple of lines of code: https://github.com/ankane/exceptional-php/

它也可以与javascript集成在一起,只需几行:

It can also be integrated with javascript with a couple of lines:

<script type="text/javascript" src="http://js.exceptional.io/exceptional.js"></script>
<script type="text/javascript">
  Exceptional.setKey('your_api_key');
</script>

另一种选择是New Relic,尽管它不仅仅是纯粹的错误日志记录-它提供了各种服务器监视指标。
https://docs.newrelic.com/docs/applications-menu / errors-dashboard

Another option is New Relic, although it does a lot more than purely error logging - it provides all kinds of server monitoring metrics. https://docs.newrelic.com/docs/applications-menu/errors-dashboard

这篇关于是否存在针对Web应用程序的类似于Crashlytics的服务?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆