Real-time Error Tracking
Rollbar provides real-time error monitoring and alerts, allowing developers to quickly identify and address issues in production environments.
Comprehensive Error Reports
It offers detailed error reports that include stack traces, browser data, device data, and more, which help in diagnosing and fixing errors faster.
Supports Multiple Languages and Frameworks
Rollbar supports a wide range of programming languages and frameworks, making it a versatile tool for various tech stacks.
Integrations with Popular Tools
Rollbar integrates with popular development and workflow tools like Slack, Jira, GitHub, and more, enhancing team collaboration and productivity.
Customizable Notifications
Users can customize notifications based on error severity, frequency, and other parameters to reduce noise and focus on critical issues.
AI-assisted Triage
The platform uses AI to group and prioritize errors, helping developers focus on the most impactful issues first.
User Context and Telemetry
Gives insight into user actions leading up to an error, which can be crucial for reproducing and fixing issues.
Deployment Tracking
Rollbar allows you to track when errors are introduced by specific deployments, making it easier to pinpoint the root cause.
Scalable
Suitable for companies of all sizes, from startups to large enterprises, providing scalable solutions that grow with your business.
Rollbar is a great error-tracking service. It alerts us on exceptions and errors, provides analysis tools and dashboard, so we can see, reproduce, and fix bugs quickly when something went wrong. This service has a possibility to log not only uncaught exceptions but any messages. By default, the messages are reported synchronously, but you can enable asynchronous reporting using Sidekiq, girl_friday, or Resque….
– Source: dev.to
/
4 months ago
**2. Rollbar **is an error-tracking system that tells you if there are any errors occurring and if the app is functioning a-okay.
– Source: dev.to
/
4 months ago
Rollbar | https://rollbar.com | Remote US, Remote Europe, Budapest | Engineering, Technical Solutions About Rollbar: * We’re a ~30-person team (SF, Budapest, remote US and Europe) with a mission to help developers build software quickly and painlessly * We help tens of thousands of developers find and fix errors faster. * Our backend handles billions of errors with low latency and high reliability * Our front-end…
– Source: Hacker News
/
5 months ago
When any unexpected errors occur we need to send the details over to an error logging service, for e.g. Like Rollbar.
– Source: dev.to
/
5 months ago
Rollbar is a real-time error tracking and monitoring tool that empowers development teams to deliver top-notch software. Its primary mission is to identify, report, and aggregate errors, exceptions, and issues in your applications as they happen, allowing developers to address them promptly. Rollbar assists developers in maintaining the best quality of software throughout the development process by offering…
– Source: dev.to
/
9 months ago
Usually you would use a tool like Sentry or Rollbar to catch and report errors. Those tools improve developer experience, however we should also think about user experience — and there is a way to make it more pleasant. What if when your users experience an error, we display a typeform to collect additional feedback from the user?
– Source: dev.to
/
about 1 year ago
About Rollbar: * We’re a ~45-person team (SF, Barcelona, Budapest, and remote US) with a mission to help developers build software quickly and painlessly * We help tens of thousands of developers find and fix errors faster. * Our backend handles billions of errors with low latency and high reliability * Our front-end allows developers to discover and drill down across millions of errors in real-time * Our…
– Source: Hacker News
/
over 1 year ago
Rollbar | https://rollbar.com | Budapest | Design About Rollbar: * We’re a ~45-person team (SF, Barcelona, Budapest, and remote) with a mission to help developers build software quickly and painlessly * We help tens of thousands of developers find and fix errors faster. * Our backend handles billions of errors with low latency and high reliability * Our front-end allows developers to discover and drill down across…
– Source: Hacker News
/
over 1 year ago
Rollbar.com — Exception and error monitoring, free plan with 5,000 errors/month, unlimited users, 30 days retention.
– Source: dev.to
/
almost 2 years ago
This week, as a relevant anecdote, we saw some notifications from Rollbar that showed us something was wrong with a new feature. We managed to get a coverage report for a single module of our code (took a little while), and we saw that the bugs identified in Rollbar were actually not covered by tests.
– Source: dev.to
/
almost 2 years ago
Check out rollbar.com was a life saver for me.
Source:
about 3 years ago
Rollbar | https://rollbar.com | San Francisco, Barcelona, Budapest ONSITE or REMOTE | Engineering, Marketing About Rollbar: * We’re a ~70-person team (SF, Barcelona, Budapest, and remote) with a mission to help developers build software quickly and painlessly * We help tens of thousands of developers find and fix errors faster. * Our backend handles billions of errors with low latency and high reliability * Our…
– Source: Hacker News
/
about 3 years ago
Rollbar, another great alternative which is quite popular with enterprise companies.
– Source: dev.to
/
about 3 years ago
About Rollbar: * We’re a ~70-person team (SF, Barcelona, Budapest, and remote) with a mission to help developers build software quickly and painlessly * We help tens of thousands of developers find and fix errors faster. * Our backend handles billions of errors with low latency and high reliability * Our front-end allows developers to discover and drill down across millions of errors in real-time * Our open source…
– Source: Hacker News
/
about 3 years ago
Rollbar.com — Exception and error monitoring, free plan with 5,000 errors/month, unlimited users, 30 days retention.
– Source: dev.to
/
about 3 years ago
So how does this work? First, we set up an event alert on Datadog that is linked to our Rollbar incident reporting for deployments. If this incident is marked as a bad_deploy, our trigger fires. Next, a python script interprets the event and determines if a rollback is necessary:.
– Source: dev.to
/
over 3 years ago
For logging errors from my app I am using https://rollbar.com/ (also currently free) and I may try to integrate rollbar with my status page (‘Elevated error rates’ kind of thing triggers an incident) at some point.
Source:
over 3 years ago
Rollbar | https://rollbar.com | San Francisco, Barcelona, Budapest ONSITE or REMOTE | Engineering, Customer Success About Rollbar: * We’re an ~80-person team (SF, Barcelona, Budapest, and remote) with a mission to help developers build software quickly and painlessly * We help tens of thousands of developers find and fix errors faster. * Our backend handles billions of errors with low latency and high reliability…
– Source: Hacker News
/
over 3 years ago
Exception notifiers like Sentry or Rollbar or ‘anything that suits you’.
– Source: dev.to
/
over 3 years ago
In the Django world, I generally hear about two of these error tracking services: Rollbar and Sentry. I’ve used both of these error trackers, and I think they are both great. For my personal projects, I happen to pick Rollbar by default, so I’ll describe that service in this section as an example.
– Source: dev.to
/
over 3 years ago