TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: app reliability resources?

3 pointsby ericlamb89over 4 years ago
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

vosperover 4 years ago
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>