What is Exceptionless and what are its top alternatives?
Top Alternatives to Exceptionless
- Sentry
Sentry’s Application Monitoring platform helps developers see performance issues, fix errors faster, and optimize their code health. ...
- ELK
It is the acronym for three open source projects: Elasticsearch, Logstash, and Kibana. Elasticsearch is a search and analytics engine. Logstash is a server‑side data processing pipeline that ingests data from multiple sources simultaneously, transforms it, and then sends it to a "stash" like Elasticsearch. Kibana lets users visualize data with charts and graphs in Elasticsearch. ...
- TrackJS
Production error monitoring and reporting for web applications. TrackJS provides deep insights into real user errors. See the user, network, and application events that tell the story of an error so you can actually fix them. ...
- Rollbar
Rollbar is the leading continuous code improvement platform that proactively discovers, predicts, and remediates errors with real-time AI-assisted workflows. With Rollbar, developers continually improve their code and constantly innovate ra ...
- Bugsnag
Bugsnag captures errors from your web, mobile and back-end applications, providing instant visibility into user impact. Diagnostic data and tools are included to help your team prioritize, debug and fix exceptions fast. ...
- Airbrake
Airbrake collects errors for your applications in all major languages and frameworks. We alert you to new errors and give you critical context, trends and details needed to find and fix errors fast. ...
- Honeybadger
Honeybadger does more than report errors, it helps you work with your team to fix them. Errors can be assigned. You can comment via email. And a fine-grained permissions system means you control who has access to each specific project. ...
- Raygun
Raygun gives you a window into how users are really experiencing your software applications. Detect, diagnose and resolve issues that are affecting end users with greater speed and accuracy. ...
Exceptionless alternatives & related posts
- Consolidates similar errors and makes resolution easy236
- Email Notifications121
- Open source108
- Slack integration84
- Github integration71
- Easy49
- User-friendly interface44
- The most important tool we use in production28
- Hipchat integration18
- Heroku Integration17
- Good documentation15
- Free tier14
- Self-hosted11
- Easy setup9
- Realiable7
- Provides context, and great stack trace6
- Love it baby4
- Feedback form on error pages4
- Gitlab integration3
- Filter by custom tags3
- Super user friendly3
- Captures local variables at each frame in backtraces3
- Easy Integration3
- Performance measurements1
- Confusing UI12
- Bundle size4
related Sentry posts
For my portfolio websites and my personal OpenSource projects I had started exclusively using React and JavaScript so I needed a way to track any errors that we're happening for my users that I didn't uncover during my personal UAT.
I had narrowed it down to two tools LogRocket and Sentry (I also tried Bugsnag but it did not make the final two). Before I get into this I want to say that both of these tools are amazing and whichever you choose will suit your needs well.
I firstly decided to go with LogRocket the fact that they had a recorded screen capture of what the user was doing when the bug happened was amazing... I could go back and rewatch what the user did to replicate that error, this was fantastic. It was also very easy to setup and get going. They had options for React and Redux.js so you can track all your Redux.js actions. I had a fairly large Redux.js store, this was ended up being a issue, it killed the processing power on my machine, Chrome ended up using 2-4gb of ram, so I quickly disabled the Redux.js option.
After using LogRocket for a month or so I decided to switch to Sentry. I noticed that Sentry was openSorce and everyone was talking about Sentry so I thought I may as well give it a test drive. Setting it up was so easy, I had everything up and running within seconds. It also gives you the option to wrap an errorBoundry in React so get more specific errors. The simplicity of Sentry was a breath of fresh air, it allowed me find the bug that was shown to the user and fix that very simply. The UI for Sentry is beautiful and just really clean to look at, and their emails are also just perfect.
I have decided to stick with Sentry for the long run, I tested pretty much all the JS error loggers and I find Sentry the best.
ELK
- Open source13
- Can run locally3
- Good for startups with monetary limitations3
- External Network Goes Down You Aren't Without Logging1
- Easy to setup1
- Json log supprt0
- Live logging0
- Elastic Search is a resource hog4
- Logstash configuration is a pain3
- Bad for startups with personal limitations1
related ELK posts
Docker Docker Compose Portainer ELK Elasticsearch Kibana Logstash nginx
- Great error reporting12
- Great experience. Neat reporting2
- Awesome engineer support2
- Easy Setup2
- Telemetry Timeline2
- Realtime alerts1
- Slack Integration1
- Vivastreet0
related TrackJS posts
- Consolidates similar errors by impact73
- Centralize error management64
- Slack integration63
- Github integration58
- Usage based pricing47
- Insane customer support32
- Instant search23
- Heroku integration21
- Consolidate errors by OS18
- Great Free Plan15
- Trello integration15
- Flexible logging (not just exceptions)13
- Simple yet powerful error tracking tool11
- Multiple Language Support9
- Consolidate errors by browser7
- Query errors with RQL6
- Easy setup6
- Deployment tracking is a nice free bonus5
- Best rails exception handler5
- Awesome service5
- Simple and fast integration5
- Easy setup, friendly ui, demo, lots of integrations4
- Beat your users to the error report3
- Errors Analysis3
- Server-side + client-side3
- Powerful3
- Clear and concise information.3
- Easy integration with sails.js2
- Mailgun integration2
- Bitbucket integration2
- Easy Set up familiar UI that doesn't make you look dumb1
- Teams1
- Clear errors on deploy or push1
- Gitlab integration1
- User0
related Rollbar posts
Our primary source of monitoring and alerting is Datadog. We’ve got prebuilt dashboards for every scenario and integration with PagerDuty to manage routing any alerts. We’ve definitely scaled past the point where managing dashboards is easy, but we haven’t had time to invest in using features like Anomaly Detection. We’ve started using Honeycomb for some targeted debugging of complex production issues and we are liking what we’ve seen. We capture any unhandled exceptions with Rollbar and, if we realize one will keep happening, we quickly convert the metrics to point back to Datadog, to keep Rollbar as clean as possible.
We use Segment to consolidate all of our trackers, the most important of which goes to Amplitude to analyze user patterns. However, if we need a more consolidated view, we push all of our data to our own data warehouse running PostgreSQL; this is available for analytics and dashboard creation through Looker.
Bugsnag
- Lots of 3rd party integrations45
- Really reliable42
- Includes a free plan37
- No usage or rate limits25
- Design23
- Slack integration21
- Responsive support21
- Free tier19
- Unlimited11
- No Rate6
- Email notifications5
- Great customer support3
- React Native3
- Integrates well with Laravel3
- Reliable, great UI and insights, used for all our apps3
- Bad billing model1
- Error grouping doesn't always work1
related Bugsnag posts
For my portfolio websites and my personal OpenSource projects I had started exclusively using React and JavaScript so I needed a way to track any errors that we're happening for my users that I didn't uncover during my personal UAT.
I had narrowed it down to two tools LogRocket and Sentry (I also tried Bugsnag but it did not make the final two). Before I get into this I want to say that both of these tools are amazing and whichever you choose will suit your needs well.
I firstly decided to go with LogRocket the fact that they had a recorded screen capture of what the user was doing when the bug happened was amazing... I could go back and rewatch what the user did to replicate that error, this was fantastic. It was also very easy to setup and get going. They had options for React and Redux.js so you can track all your Redux.js actions. I had a fairly large Redux.js store, this was ended up being a issue, it killed the processing power on my machine, Chrome ended up using 2-4gb of ram, so I quickly disabled the Redux.js option.
After using LogRocket for a month or so I decided to switch to Sentry. I noticed that Sentry was openSorce and everyone was talking about Sentry so I thought I may as well give it a test drive. Setting it up was so easy, I had everything up and running within seconds. It also gives you the option to wrap an errorBoundry in React so get more specific errors. The simplicity of Sentry was a breath of fresh air, it allowed me find the bug that was shown to the user and fix that very simply. The UI for Sentry is beautiful and just really clean to look at, and their emails are also just perfect.
I have decided to stick with Sentry for the long run, I tested pretty much all the JS error loggers and I find Sentry the best.
There’s a tool called LeakCanary that was built by the team at Square. It detects memory allocations and can spot when this scenario is occurring. LeakCanary has been billed as a memory leak detection library for #Android (and you’ll be happy to know there’s a Bugsnag integration for it as well!).
- Reliable28
- Consolidates similar errors25
- Easy setup22
- Slack Integration15
- Github Integration10
- Email notifications7
- Includes a free plan6
- Android Application to view errors.5
- Search and filtering4
- Shows request parameters4
- Heroku integration2
- Rejects error report if non-latin characters exists0
related Airbrake posts
Honeybadger
- Rails integration8
- Easy setup8
- Github integration4
- Slack Integration3
- Javascript integration3
- Developer friendly error analysis2
- Shows request parameters1
- Java integration1
- Email notifications1
- Provides context, and great stack trace1
- Consolidates similar errors1
related Honeybadger posts
- Easy setup and brilliant features31
- Integrates with many tools I use (e.g. GitHub, HipChat)19
- Huge range of programming languages supported19
- Support for JavaScript source maps17
- Makes my job so much easier17
- No rate limiting16
- I have so much love for Raygun. Amazing support too15
- Works with Xamarin (including native iOS crashes)15
- Unlimited team sizes on all levels14
- Responsive and fast app13
- Easy setup, fast reporting, and constantly improving9
- Great customer support and awesome T-shirts8
- Real user monitoring3
- Custom dashboards for software health2