Alternatives to Rollbar logo

Alternatives to Rollbar

Sentry, Bugsnag, Airbrake, Crashlytics, and New Relic are the most popular alternatives and competitors to Rollbar.
1.6K
1.1K
+ 1
531

What is Rollbar and what are its top alternatives?

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
Rollbar is a tool in the Exception Monitoring category of a tech stack.

Top Alternatives to Rollbar

  • Sentry
    Sentry

    Sentry’s Application Monitoring platform helps developers see performance issues, fix errors faster, and optimize their code health. ...

  • Bugsnag
    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

    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. ...

  • Crashlytics
    Crashlytics

    Instead of just showing you the stack trace, Crashlytics performs deep analysis of each and every thread. We de-prioritize lines that don't matter while highlighting the interesting ones. This makes reading stack traces easier, faster, and far more useful! Crashlytics' intelligent grouping can take 50,000 crashes, distill them down to 20 unique issues, and then tell you which 3 are the most important to fix. ...

  • New Relic
    New Relic

    The world’s best software and DevOps teams rely on New Relic to move faster, make better decisions and create best-in-class digital experiences. If you run software, you need to run New Relic. More than 50% of the Fortune 100 do too. ...

  • Datadog
    Datadog

    Datadog is the leading service for cloud-scale monitoring. It is used by IT, operations, and development teams who build and operate applications that run on dynamic or hybrid cloud infrastructure. Start monitoring in minutes with Datadog! ...

  • Splunk
    Splunk

    It provides the leading platform for Operational Intelligence. Customers use it to search, monitor, analyze and visualize machine data. ...

  • Raygun
    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. ...

Rollbar alternatives & related posts

Sentry logo

Sentry

14.1K
9.1K
863
See performance issues, fix errors faster, and optimize code health.
14.1K
9.1K
+ 1
863
PROS OF SENTRY
  • 237
    Consolidates similar errors and makes resolution easy
  • 121
    Email Notifications
  • 108
    Open source
  • 84
    Slack integration
  • 71
    Github integration
  • 49
    Easy
  • 44
    User-friendly interface
  • 28
    The most important tool we use in production
  • 18
    Hipchat integration
  • 17
    Heroku Integration
  • 15
    Good documentation
  • 14
    Free tier
  • 11
    Self-hosted
  • 9
    Easy setup
  • 7
    Realiable
  • 6
    Provides context, and great stack trace
  • 4
    Feedback form on error pages
  • 4
    Love it baby
  • 3
    Gitlab integration
  • 3
    Filter by custom tags
  • 3
    Super user friendly
  • 3
    Captures local variables at each frame in backtraces
  • 3
    Easy Integration
  • 1
    Performance measurements
CONS OF SENTRY
  • 12
    Confusing UI
  • 4
    Bundle size

related Sentry posts

Johnny Bell

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.

See more
Paurush Rai
Full Stack Developer at Fuelbuddy · | 4 upvotes · 4.5K views
Shared insights
on
StackdriverStackdriverSentrySentryDatadogDatadog

Need advice on this.

Which one should I use for logging and error monitoring ( Datadog / Sentry / Stackdriver )?

Open to any other solutions.

See more
Bugsnag logo

Bugsnag

1.1K
618
267
Bugsnag provides production error monitoring and management for front-end, mobile and back-end applications
1.1K
618
+ 1
267
PROS OF BUGSNAG
  • 45
    Lots of 3rd party integrations
  • 42
    Really reliable
  • 37
    Includes a free plan
  • 25
    No usage or rate limits
  • 23
    Design
  • 21
    Slack integration
  • 21
    Responsive support
  • 19
    Free tier
  • 11
    Unlimited
  • 6
    No Rate
  • 5
    Email notifications
  • 3
    Great customer support
  • 3
    React Native
  • 3
    Integrates well with Laravel
  • 3
    Reliable, great UI and insights, used for all our apps
CONS OF BUGSNAG
  • 2
    Error grouping doesn't always work
  • 2
    Bad billing model

related Bugsnag posts

Johnny Bell

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.

See more
James Smith
Co-founder and CEO at James Smith · | 1 upvote · 232.7K views
Shared insights
on
LeakCanaryLeakCanaryBugsnagBugsnag
at

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!).

See more
Airbrake logo

Airbrake

264
297
128
Airbrake captures and groups errors in Ruby, iOS, Django, PHP & more.
264
297
+ 1
128
PROS OF AIRBRAKE
  • 28
    Reliable
  • 25
    Consolidates similar errors
  • 22
    Easy setup
  • 15
    Slack Integration
  • 10
    Github Integration
  • 7
    Email notifications
  • 6
    Includes a free plan
  • 5
    Android Application to view errors.
  • 4
    Search and filtering
  • 4
    Shows request parameters
  • 2
    Heroku integration
CONS OF AIRBRAKE
  • 0
    Rejects error report if non-latin characters exists

related Airbrake posts

Crashlytics logo

Crashlytics

1K
614
340
The world's most powerful, yet lightest weight crash reporting solution. Free for everybody.
1K
614
+ 1
340
PROS OF CRASHLYTICS
  • 78
    Crash tracking
  • 56
    Mobile exception tracking
  • 53
    Free
  • 37
    Easy deployment
  • 25
    Ios
  • 15
    Great ui
  • 11
    Great reports
  • 10
    Android
  • 8
    Advanced Logging
  • 7
    Monitor Tester Lifecycle
  • 3
    Mac APP and IDE Plugins
  • 3
    Great User Experience
  • 3
    In Real-Time
  • 3
    iOS SDK
  • 3
    Security
  • 3
    Android SDK
  • 2
    The UI is simple and it just works
  • 2
    Best UI
  • 2
    Light
  • 2
    Real-time
  • 2
    Seamless
  • 2
    Painless App Distribution
  • 2
    Crash Reporting
  • 2
    Beta distribution
  • 2
    Mobile Analytics
  • 2
    Deep Workflow Integration
  • 1
    IOS QA Deploy and tracking
  • 1
    Easy iOS Integration
CONS OF CRASHLYTICS
    Be the first to leave a con

    related Crashlytics posts

    New Relic logo

    New Relic

    20.7K
    8.5K
    1.9K
    New Relic is the industry’s largest and most comprehensive cloud-based observability platform.
    20.7K
    8.5K
    + 1
    1.9K
    PROS OF NEW RELIC
    • 415
      Easy setup
    • 344
      Really powerful
    • 244
      Awesome visualization
    • 194
      Ease of use
    • 151
      Great ui
    • 107
      Free tier
    • 80
      Great tool for insights
    • 66
      Heroku Integration
    • 55
      Market leader
    • 49
      Peace of mind
    • 21
      Push notifications
    • 20
      Email notifications
    • 17
      Heroku Add-on
    • 16
      Error Detection and Alerting
    • 13
      Multiple language support
    • 11
      Server Resources Monitoring
    • 11
      SQL Analysis
    • 9
      Transaction Tracing
    • 8
      Azure Add-on
    • 8
      Apdex Scores
    • 7
      Detailed reports
    • 7
      Analysis of CPU, Disk, Memory, and Network
    • 6
      Application Response Times
    • 6
      Performance of External Services
    • 6
      Application Availability Monitoring and Alerting
    • 6
      Error Analysis
    • 5
      JVM Performance Analyzer (Java)
    • 5
      Most Time Consuming Transactions
    • 4
      Top Database Operations
    • 4
      Easy to use
    • 4
      Browser Transaction Tracing
    • 3
      Application Map
    • 3
      Weekly Performance Email
    • 3
      Custom Dashboards
    • 3
      Pagoda Box integration
    • 2
      App Speed Index
    • 2
      Easy to setup
    • 2
      Background Jobs Transaction Analysis
    • 1
      Time Comparisons
    • 1
      Access to Performance Data API
    • 1
      Super Expensive
    • 1
      Team Collaboration Tools
    • 1
      Metric Data Retention
    • 1
      Metric Data Resolution
    • 1
      Worst Transactions by User Dissatisfaction
    • 1
      Real User Monitoring Overview
    • 1
      Real User Monitoring Analysis and Breakdown
    • 1
      Free
    • 1
      Best of the best, what more can you ask for
    • 1
      Best monitoring on the market
    • 1
      Rails integration
    • 1
      Incident Detection and Alerting
    • 0
      Cost
    • 0
      Exceptions
    • 0
      Price
    • 0
      Proce
    CONS OF NEW RELIC
    • 20
      Pricing model doesn't suit microservices
    • 10
      UI isn't great
    • 7
      Expensive
    • 7
      Visualizations aren't very helpful
    • 5
      Hard to understand why things in your app are breaking

    related New Relic posts

    Farzeem Diamond Jiwani
    Software Engineer at IVP · | 8 upvotes · 1.4M views

    Hey there! We are looking at Datadog, Dynatrace, AppDynamics, and New Relic as options for our web application monitoring.

    Current Environment: .NET Core Web app hosted on Microsoft IIS

    Future Environment: Web app will be hosted on Microsoft Azure

    Tech Stacks: IIS, RabbitMQ, Redis, Microsoft SQL Server

    Requirement: Infra Monitoring, APM, Real - User Monitoring (User activity monitoring i.e., time spent on a page, most active page, etc.), Service Tracing, Root Cause Analysis, and Centralized Log Management.

    Please advise on the above. Thanks!

    See more
    Jerome Dalbert
    Principal Backend Software Engineer at StackShare · | 5 upvotes · 289.5K views

    We currently monitor performance with the following tools:

    1. Heroku Metrics: our main app is Hosted on Heroku, so it is the best place to get quick server metrics like memory usage, load averages, or response times.
    2. Good old New Relic for detailed general metrics, including transaction times.
    3. Skylight for more specific Rails Controller#action transaction times. Navigating those timings is much better than with New Relic, as you get a clear full breakdown of everything that happens for a given request.

    Skylight offers better Rails performance insights, so why use New Relic? Because it does frontend monitoring, while Skylight doesn't. Now that we have a separate frontend app though, our frontend engineers are looking into more specialized frontend monitoring solutions.

    Finally, if one of our apps go down, Pingdom alerts us on Slack and texts some of us.

    See more
    Datadog logo

    Datadog

    9.1K
    7.9K
    857
    Unify logs, metrics, and traces from across your distributed infrastructure.
    9.1K
    7.9K
    + 1
    857
    PROS OF DATADOG
    • 137
      Monitoring for many apps (databases, web servers, etc)
    • 107
      Easy setup
    • 87
      Powerful ui
    • 83
      Powerful integrations
    • 70
      Great value
    • 54
      Great visualization
    • 46
      Events + metrics = clarity
    • 41
      Custom metrics
    • 41
      Notifications
    • 39
      Flexibility
    • 19
      Free & paid plans
    • 16
      Great customer support
    • 15
      Makes my life easier
    • 10
      Adapts automatically as i scale up
    • 9
      Easy setup and plugins
    • 8
      Super easy and powerful
    • 7
      AWS support
    • 7
      In-context collaboration
    • 6
      Rich in features
    • 5
      Docker support
    • 4
      Cost
    • 4
      Source control and bug tracking
    • 4
      Automation tools
    • 4
      Cute logo
    • 4
      Monitor almost everything
    • 4
      Full visibility of applications
    • 4
      Simple, powerful, great for infra
    • 4
      Easy to Analyze
    • 4
      Best than others
    • 3
      Expensive
    • 3
      Best in the field
    • 3
      Free setup
    • 3
      Good for Startups
    • 2
      APM
    CONS OF DATADOG
    • 19
      Expensive
    • 4
      No errors exception tracking
    • 2
      External Network Goes Down You Wont Be Logging
    • 1
      Complicated

    related Datadog posts

    Robert Zuber

    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.

    See more
    Farzeem Diamond Jiwani
    Software Engineer at IVP · | 8 upvotes · 1.4M views

    Hey there! We are looking at Datadog, Dynatrace, AppDynamics, and New Relic as options for our web application monitoring.

    Current Environment: .NET Core Web app hosted on Microsoft IIS

    Future Environment: Web app will be hosted on Microsoft Azure

    Tech Stacks: IIS, RabbitMQ, Redis, Microsoft SQL Server

    Requirement: Infra Monitoring, APM, Real - User Monitoring (User activity monitoring i.e., time spent on a page, most active page, etc.), Service Tracing, Root Cause Analysis, and Centralized Log Management.

    Please advise on the above. Thanks!

    See more
    Splunk logo

    Splunk

    597
    996
    20
    Search, monitor, analyze and visualize machine data
    597
    996
    + 1
    20
    PROS OF SPLUNK
    • 3
      API for searching logs, running reports
    • 3
      Alert system based on custom query results
    • 2
      Dashboarding on any log contents
    • 2
      Custom log parsing as well as automatic parsing
    • 2
      Ability to style search results into reports
    • 2
      Query engine supports joining, aggregation, stats, etc
    • 2
      Splunk language supports string, date manip, math, etc
    • 2
      Rich GUI for searching live logs
    • 1
      Query any log as key-value pairs
    • 1
      Granular scheduling and time window support
    CONS OF SPLUNK
    • 1
      Splunk query language rich so lots to learn

    related Splunk posts

    Shared insights
    on
    KibanaKibanaSplunkSplunkGrafanaGrafana

    I use Kibana because it ships with the ELK stack. I don't find it as powerful as Splunk however it is light years above grepping through log files. We previously used Grafana but found it to be annoying to maintain a separate tool outside of the ELK stack. We were able to get everything we needed from Kibana.

    See more
    Shared insights
    on
    SplunkSplunkElasticsearchElasticsearch

    We are currently exploring Elasticsearch and Splunk for our centralized logging solution. I need some feedback about these two tools. We expect our logs in the range of upwards > of 10TB of logging data.

    See more
    Raygun logo

    Raygun

    134
    177
    198
    Use Raygun to track, manage, and report your software errors.
    134
    177
    + 1
    198
    PROS OF RAYGUN
    • 31
      Easy setup and brilliant features
    • 19
      Integrates with many tools I use (e.g. GitHub, HipChat)
    • 19
      Huge range of programming languages supported
    • 17
      Support for JavaScript source maps
    • 17
      Makes my job so much easier
    • 16
      No rate limiting
    • 15
      I have so much love for Raygun. Amazing support too
    • 15
      Works with Xamarin (including native iOS crashes)
    • 14
      Unlimited team sizes on all levels
    • 13
      Responsive and fast app
    • 9
      Easy setup, fast reporting, and constantly improving
    • 8
      Great customer support and awesome T-shirts
    • 3
      Real user monitoring
    • 2
      Custom dashboards for software health
    CONS OF RAYGUN
      Be the first to leave a con

      related Raygun posts