TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: app reliability resources?

3 点作者 ericlamb89超过 4 年前
Hi! I'm looking for resources or ideas on the best ways to track app reliability (primarily for B2B web apps). I'm not even sure if "reliability" is what I'm looking for, but I want to understand how frequently a user is able to use my app without running into a problem and track over time.

1 comment

vosper超过 4 年前
There are lots of options in this space - tools like LogRocket can record a whole user session, capture all the interactions and errors, and let you watch a replay in order to see how the error came about, and what the user did afterwards. We use it at work (also a B2B web app, no affiliation with LogRocket) and it&#x27;s a very useful too.<p>You have plenty of other options - Rollbar and Sentry come to mind, though I&#x27;ve never used either, but have heard good things about both.<p>Lastly, if you have back-end monitoring already then you might want to see if that solution has a front-end integration. Datadog does, for example (also a Datadog customer, but again no affiliation with them). Warning: Datadog is powerful but can be a bit overwhelming with features, I probably wouldn&#x27;t start there if you just want some front-end error tracking.<p><a href="https:&#x2F;&#x2F;logrocket.com" rel="nofollow">https:&#x2F;&#x2F;logrocket.com</a><p><a href="https:&#x2F;&#x2F;rollbar.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rollbar.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;sentry.io&#x2F;welcome&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sentry.io&#x2F;welcome&#x2F;</a><p><a href="https:&#x2F;&#x2F;datadog.com" rel="nofollow">https:&#x2F;&#x2F;datadog.com</a>