Introducing
The Slant team built an AI & it’s awesome
Find the best product instantly
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now
4.7 star rating
0
What is the best alternative to Appflux?
Ad
Ad
Rollbar
All
14
Experiences
Pros
12
Cons
2
Top
Pro
Error information from 3rd party scripts even without correct CORS
This feature is quite an interesting technical feat, considering that it shouldn't really be possible to get error information form 3rd party scripts. See this and this for discussions.
See More
Top
Con
No context for some errors
For some errors (possibly JavaScript injected into the page), Rollbar is unable to offer any context.
See More
Top
Pro
Generous free plan
Free plan allows for up to 5000 events/month, customizable rate limits, integrations (e.g. with Slack), multiple users, and 30 day retention.
See More
Top
Con
Old-school UI
Built with the default Bootstrap theme. Looks like 2011.
See More
Top
Pro
Integrates with Slack
Rollbar can be integrated with Slack to send notifications of various event to a set Slack channel based on customizable rules.
See More
Top
Pro
Stack traces (traceback)
Stack trace with function calls and line numbers.
See More
Top
Pro
Client library is open source
See More
Top
Pro
Custom error grouping
See More
Top
Pro
Not blocked by ad blockers
At least as of 2015-July-14. Many other prominent loggers are blocked, e.g. Loggly and LogEntries.
See More
Top
Pro
Capture any uncaught errors
Rollbar allows sending any log messages to Rollbar not just exceptions enabling you to go back and check for missed exceptions.
See More
Top
Pro
Supports "deploy" events
You can easily send "deploy" events with curl, so that you know to which version the errors apply. Errors are grouped automatically by name/type, but if the re-occur after a deploy, they'll be shown again above the deploy in the timeline.
See More
Top
Pro
Multiple integration options
Asana - Create and resolve Asana tasks Bitbucket Issues - Create and manage Bitbucket Issues Campfire - Get alerts in your Campfire room Flowdock - Get messages in your flow GitHub Issues - Create and manage GitHub Issues HipChat - Get alerts in your HipChat room JIRA - Create, resolve, and reopen JIRA issues PagerDuty - Trigger and resolve incidents in PagerDuty Pivotal Tracker - Create and manage Pivotal Tracker stories Slack - get alerts in a chatroom or group Sprintly - Create and manage Sprintly items Trello - Create and manage cards in Trello VictorOps - Trigger and recover alerts in VictorOps Webhook - Post JSON payloads to arbitrary URLs Email - get notifications and daily summaries
See More
Top
Pro
Source maps support
Source map support is used to reference original source code in cases where the code is minified.
See More
Top
Pro
Error filtering
Rollbar allows ignoring specific exceptions simply by adding the error message to the ignoredMessages array.
See More
Hide
See All
Experiences
Get it
here
14
0
Raygun
All
6
Experiences
Pros
4
Cons
1
Specs
Top
Pro
Allows leaving comments on issues
It's possible to comment on issues. Great for coordinating if and how exceptions should be handled within a team.
See More
Top
Con
Inefficient UI
See More
Top
Pro
Exceptions are grouped
Raygun groups similar exceptions together displaying the number of occurences so that there's no need to deal with each instance of the error separately.
See More
Top
Pro
Daily digest emails
Raygun can send a summary of all error that have happened over the day.
See More
Top
Pro
Email notifications
Raygun can be set up to send email notifications as soon as exceptions occur.
See More
Specs
Supported languages:
Any
Integrations:
Unlimited
Filtering:
Custom
Team members:
Unlimited
See All Specs
Hide
19
7
1
Airbrake
All
6
Experiences
Pros
4
Cons
2
Top
Con
Non-free / propritary software
Airbrake is non-free software, so it cannot be self-hosted, audited, or improved upon by the community. Your data is insecure - open to be read by Airbrake Inc, and if they shut down you will be unable to continue using the software.
See More
Top
Pro
Easy to use UI
Airbrake.io boasts a beautiful user interface which gives easy access to features such as intelligent error grouping and application insights, session details and backtraces. All these allow you to squash those bugs at a much faster pace.
See More
Top
Con
No integrations on the free plan
See More
Top
Pro
Airbrake errors can be self-hosted on Errbit
Errbit is a self-hosted error catcher for Airbrake. It allows keeping errors off Airbrake's servers by using Airbrake's error tracking tools to send error logs to your own ErrBit based web service. Useful for when errors contain sensitive client data.
See More
Top
Pro
Asynchronous error tracking script
By including Airbrake's client side error tracking JS into your code, you won't have to worry about it affecting your page load times at all. Since the library loads asynchronously, which means it won't cause painful delays for your site's visitors.
See More
Top
Pro
Easy integration with other applications
Airbrake integrates easily with Github, Hipchat, Asana and a number of other services, which can be viewed here. Also if you've got a custom app you'd like to integrate into Airbrake, you can use Airbrake's public API or there web hooks functionality to your advantage.
See More
Hide
Get it
here
13
2
Sentry
All
10
Experiences
Pros
6
Cons
3
Specs
Top
Pro
Consolidates similar errors and makes resolution easy
It's what Sentry calls [Rollups](https://docs.sentry.io/learn/rollups/]. All individual issues rolled-up can still be drilled down. Also two issues can be merged manually.
See More
Top
Con
Not really a logging solution
Sentry collects exceptions, it's not a solution for log aggregation.
See More
Top
Pro
Email/Slack/GitHub/Hipchat integration
Newly discovered issues (i.e. one that isn't rolled-up under and existing one) can generate an instant notification via many means.
See More
Top
Con
Can't filter by browser versions
Sentry only filters by browser names and not by browser versions (for example: Firefox, instead of Firefox 27, Firefox 28 etc...)
See More
Top
Pro
Has an official Docker image
Sentry has an official Docker image which means it's likely going to be well reviewed and maintained for a while and it makes it easy to set up.
See More
Top
Con
No free cloud hosting
Unfortunately there is no free plan for cloud hosted solution. Only self-hosted solutions are free to use.
See More
Top
Pro
Completely open source, with a hosted version available
Sentry is a completely open source tool. It's free to use if you want to run it on your own. If you want to avoid the overhead of running and maintaining another server, it also has a hosted version available at www.getsentry.com
See More
Top
Pro
Source maps support
Has support for source maps.
See More
Top
Pro
Can create projects and teams
A single Sentry server can be used for various teams/products.
See More
Specs
Platforms:
Docker, Web
Type:
aggregation
Supported languages:
Any
Hosting options:
Cloud or Self-hosted
See All Specs
Hide
See All
Experiences
Free / paid
70
14
Bugsnag
All
16
Experiences
Pros
13
Cons
2
Specs
Top
Pro
Great documentation
Clear, concise documentation. Plus docs on cross-domain script errors and enabling CORS.
See More
Top
Con
The tool seems flaky
De-obfuscation doesn't always work on react-native projects.
See More
Top
Pro
Email, chat, sms notifications
Bugsnag can be set up to send email notifications as soon as exceptions occur. It can also integrate with a number of third-party services that can be used for notifications including Campfire, HipChat, Twilio SMS and custom solutions via Webhook.
See More
Top
Con
Blocked by ad blockers by default
Bugsnag is blocked by the AdBlock EasyPrivacy filter.
See More
Top
Pro
Automatic issues/ticket creation
Bugsnag integrates with a wide variety of 3rd party tools to automatically create issues or tickets. Integrations include GitHub, BitBucket, UserVoice, Trello and many, many others.
See More
Top
Pro
Has a free plan
After a two-week full-featured free trial period the user is limited to 2,000 errors/month, 1 user and 1 project.
See More
Top
Pro
Exceptions are grouped
Bugsnag groups similar exceptions together displaying the number of occurences so that there's no need to deal with each instance of the error separately.
See More
Top
Pro
Exceptional documentation organization
Their documentation was well organized, easy to search through for the platform of choice and quick work of full product integration.
See More
Top
Pro
Supports Unity 3D
Drop in place integration with Unity 3D, only a simple API Token configuration on game object and everything was up & running with almost zero code written.
See More
Top
Pro
Supports phabricator integrations
Not many products have decided to finally start doing this, phabricator now has a champion.
See More
Top
Pro
Source map support
See More
Top
Pro
Stack traces
See More
Top
Pro
Client libraries are open source
See More
Top
Pro
Report uncaught errors
See More
Top
Pro
Good web UI
See More
Specs
Platforms:
Windows, Linux, Mac, Cloud
Technology:
Perl
Supported languages:
50+ (https://www.bugsnag.com/platforms/)
Hosting options:
Cloud / Self-hosted
Hide
See All
Experiences
Get it
here
18
7
Built By the Slant team
Find the best product instantly.
4.7 star rating
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now - it's free
{}
undefined
url next
price drop