帮助处理 JavaScript 应用程序错误日志记录的策略

发布于 2024-10-05 23:27:40 字数 336 浏览 3 评论 0 原文

我目前正在开发一个中型 JavaScript(RightJS+Canvas)应用程序。它已经非常接近大规模部署。

众所周知,用户往往会遇到最奇怪的问题。他们可以用你无法理解的方式破坏应用程序。因此,我认为为用户提供某种方式来报告可能的问题可能会很酷。

我的大多数用户技术都不熟练。他们不知道调试器。工具。他们只是想使用该应用程序。

这让我想到了实际问题:是否有一些常见的策略/技术解决方案可以让用户报告他们遇到的问题?如果他们能够使用一些简单的报告机制向服务器提供一些调试信息(如 Firebug 中的错误日志),而无需求助于某些实际工具,那就太好了。

欢迎任何有关如何处理此问题的想法。 :)

I'm currently developing a medium-sized JavaScript (RightJS+Canvas) application. It's pretty close to getting deployed on larger scale.

As we all know users tend to come by the weirdest issues. They can break an app in ways you just cannot fathom. Therefore I thought it might be cool to provide the users some way to report possible issues back.

Most of my users aren't technically proficient. They don't know debuggers ie. tools. They just want to use the app.

This brings me to the actual problem: Are there some common strategies/technical solutions that make it possible for the users to report issues they have come by? It would be great if they could provide some debug information (error log as in Firebug) to the server using some simple reporting mechanism without having to resort to some actual tool.

Any ideas on how to proceed with this problem are welcome. :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

隐诗 2024-10-12 23:27:40

自从我问这个问题以来,似乎出现了多种服务。我在下面列出了其中一些:

Looks like since I asked the question multiple services have come up. I have listed some of these below:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文