About Rollbar
Rollbar pricing
Rollbar has a free version and offers a free trial.
Alternatives to Rollbar
Rollbar Reviews
Feature rating
- Industry: Human Resources
- Company size: 501–1,000 Employees
- Used Daily for 6-12 months
-
Review Source
Required for error tracking
We’ve implemented a database timeout so we receive a rollbar error whenever we have a slow query, and we can track the number of occurrences we have. It was very helpful
Pros
I’ve added rollbar to many projects and it was very simple and easy to integrate. Rollbar help and getting started was helpful. The tool is useful to understand what are the weakest parts of the applications and what are the most frequent source or errors.
Cons
The error grouping sometimes is not perfect and impacts in how much time I should dedicate to group errors properly in order to identify the real amount of errors and occurrences of the same problem in different parts of the application.
- Industry: Computer Software
- Company size: 11–50 Employees
- Used Daily for 2+ years
-
Review Source
Using to to monitor Rails apps
Pros
Free package comes with high limits, Github integration is satisfying, easy to setup and manage.
Cons
Honestly, nothing so far. Rollbar is the best option when compared to other alternatives, in terms of price/value rate. Most projects can use free version of the Rollbar without any hassle.
- Industry: Telecommunications
- Company size: 1,001–5,000 Employees
- Used Daily for 2+ years
-
Review Source
a pain but no good alternatives
Bad. If I get paged because of an error or see an anomaly that I have configured to alert me via Rollbar, I will use another tool to see what the issue might be. UI is too slow and clunky when I need to move fast.
Pros
I like to see my errors/warnings and have it work with PagerDuty. Serves an essential purpose, I couldn't go without. The query language is pretty powerful. It is also easy to integrate into my services.
Cons
The UI is absolutely the worst. Extremely slow and the toggles/selects are a huge pain. The graphs are near useless. Even the deep linking is bad with the new UI that was recently released. Can't see trends or changes over time.
The query language is good but you can't save them or plot them. Kinda bare bones.
It is my debugging tool of last resort because the UI is so frustrating.
- Industry: Information Technology & Services
- Company size: 201–500 Employees
- Used Daily for 6-12 months
-
Review Source
Rollbar is Awesome for the Aggregation of Production Errors
We are using Rollbar on our project for more than a year and found it awesome. We were looking a solution where we can send and collect production errors and notify the team over Slack to fix them ASAP. We found Rollbar a great choice for that. Overall, the experience was great.
Pros
The dashboard, filtering features, aggregation capabilities and integration with other tools are the one of the best things of Rollbar.
Cons
Deleting the occurrences could be made easier. Had to use API and Python to do the job efficiently.
- Industry: Retail
- Company size: 1,001–5,000 Employees
- Used Weekly for 6-12 months
-
Review Source
Rollbar makes error tracking and log searching easy
Pros
Rollbar was decently easy to implement into our code and we started collecting info immediately. It's wonderful that it aggregates the errors and warnings together based on the type and gives enough info to start tracking down the issues. The interface is pretty easy to understand as well. The RQL was nice to be able to query against the list of errors for more details or specific traits.
Cons
Working with large amounts of instances of the same error or warning can get very frustrating because of the limitations of RQL. Queries would time out. The solution was to either constrain the data by timestamps (guess and check if it times out) or to implement their API and have some scheduled jobs to break the data into more manageable chunks via the same method.