Software Alternatives & Reviews

Firebase Crashlytics VS Sentry.io

Compare Firebase Crashlytics VS Sentry.io and see what are their differences

Firebase Crashlytics logo Firebase Crashlytics

The most powerful, yet lightest weight crash reporting solution for iOS and Android developers. | Crashlytics

Sentry.io logo Sentry.io

From error tracking to performance monitoring, developers can see what actually matters, solve quicker, and learn continuously about their applications - from the frontend to the backend.
  • Firebase Crashlytics Landing page
    Landing page //
    2023-01-04
  • Sentry.io Landing page
    Landing page //
    2023-08-26

Firebase Crashlytics

Categories
  • Error Tracking
  • Exception Monitoring
  • Crash Reporting
  • Monitoring Tools
Website firebase.google.com
Pricing URL Official Firebase Crashlytics Pricing

Sentry.io

Categories
  • Error Tracking
  • Exception Monitoring
  • Monitoring Tools
  • Crash Reporting
Website sentry.io
Pricing URL-

Firebase Crashlytics videos

Firebase Crashlytics on Android - Firecasts

More videos:

  • Review - Firebase Crashlytics on iOS - Firecasts
  • Review - Introducing Firebase Crashlytics

Sentry.io videos

Application Monitoring 101: Getting Started with Sentry

Category Popularity

0-100% (relative to Firebase Crashlytics and Sentry.io)
Error Tracking
16 16%
84% 84
Exception Monitoring
22 22%
78% 78
Monitoring Tools
10 10%
90% 90
Crash Reporting
100 100%
0% 0

User comments

Share your experience with using Firebase Crashlytics and Sentry.io. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Firebase Crashlytics and Sentry.io

Firebase Crashlytics Reviews

  1. Good tool for crash reporting

    Found better alternatives to crashlytics https://instabug.com/blog/instabug-vs-crashlytics/


Instabug vs. Crashlytics
Don’t settle for less when it comes to your app’s quality. Make sure you are getting the right feedback at the right time. Instabug’s crash reporting and suite of other products are the best tools for the job. Get detailed information sent with your crash reports to easily diagnose and fix issues so your team can move fast and deliver a pleasant experience for your...
Source: instabug.com

Sentry.io Reviews

Comparison of Cron Monitoring Services (November 2023)
Sentry launched in 2012, is registered in the United States and runs on AWS and Google Cloud. Sentry is a VC-funded company and has 200+ employees. Sentry started as an error tracking service, grew into APM, and launched cron monitoring support in public beta in January 2023. Sentry uses the SaaS business model, but its source code is available under the FSL license. Sentry...
5 Best DevSecOps Tools in 2023
There are many platforms that can be utilized for monitoring and alerting. Some examples are New Relic, Datadog, AWS CloudWatch, Sentry, Dynatrace, and others. Again, these providers each have pros and cons related to pricing, offering, ad vendor lock-in. So research the options to see what may possibly be best for a given situation.
13 tools to use for DevSecOps automation
💰 Sentry.io is a service that helps you monitor and fix crashes in real-time, so that you can diagnose and optimize code performance. The Sentry.io node allows you to manage information about events, issues, projects, and releases.
Source: n8n.io
Best Error Monitoring Services for Elixir Phoenix
Sentry provides an Elixir-specific getting started guide to walk you through setup. It also provides an Elixir SDK you can add as a mix.exs package. Sentry limits email support to only customers on certain plans. However, it does offer a community forum to ask questions.
Source: staknine.com
6 Bugsnag Alternatives to Consider in 2021
Sentry is a cloud-hosted error tracking tool that helps to resolve crashes and other similar issues in your apps. Many software teams use Sentry to enhance their deployed app’s efficiency and build a better user experience. Sentry assists you in catching and fixing multiple errors together with ease. In general, this error tracking solution can automatically track all types...
Source: scoutapm.com

Social recommendations and mentions

Based on our record, Sentry.io should be more popular than Firebase Crashlytics. It has been mentiond 53 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Firebase Crashlytics mentions (6)

  • Tech stack discussion
    ? Something for error reporting? I've used Sentry, but is it good for a PWA? How does it compare to Firebase Crashlytics? Source: over 1 year ago
  • macOS Free and Open-Source Security Tools by Objective-See
    > crash dumps being sent Crash dumps can contain highly sensitive info. I have blocked Crashlytics[0] and Sentry with my pi-hole so nothing gets sent. I'm starting to believe these tools are abused and not even used to improve services. They're basically a MITM so people can violate other's privacy. [0] https://firebase.google.com/products/crashlytics. - Source: Hacker News / over 1 year ago
  • Exception handling and logging in dart/Flutter - Talker
    There is a Crashlytics service from firebase for Flutter applications. - Source: dev.to / almost 2 years ago
  • I build a Android app using jetpack compose. I am relatively new android developer. And I am about to publish my app in Google play store . But I do not have good knowledge of testing very well so in this app I haven't implemented testing. Is it okay to publish without testing or should I learn ?
    In case you don't have crashlytics installed, please do before releasing the app. Source: about 2 years ago
  • Designing apps with remote flexibility
    Crash logs: You need to understand how much and why your app is crashing. Crashlytics is the biggest exponent for this, and I highly recommend adding this to your workflow. - Source: dev.to / almost 3 years ago
View more

Sentry.io mentions (53)

  • 10 best Javascript debugging tools
    Sentry stands as a robust open-source tool for keeping an eye on errors in real-time and digging into issues across a range of programming languages. It's a robust platform that gathers errors and adds essential context to the stack traces, enabling developers to effectively prioritize and solve critical business issues. - Source: dev.to / 3 months ago
  • Killed by open sourced software. Companies that have had a significant market share stolen from open sourced alternatives.
    And on the server side, closer to services like DataDog, I think it's fair to say that Sentry has had a significant impact. Source: 4 months ago
  • Mastering Error Tracking: A Beginner’s Guide to Sentry in Your NestJS Project
    We are going to have a hands-on example of implementing an error track inside a NestJS project, we are going to use Sentry as a tool to help us see and be ahead of the problem before they are properly reported by the users. Application Performance Monitoring & Error Tracking Software. - Source: dev.to / 5 months ago
  • Setting up Django in a Better Way in 5 Minutes and Understanding How It Works
    Create an account on Sentry and create a project for Django. You can follow the steps on Sentry documentation for Django to get your dsn link and update the SENTRY_DSN variable. Enter the value without quotes here. SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0. - Source: dev.to / 5 months ago
  • A story about HTTP status codes and why you should read documentation
    This may seem obvious, now. But it’s not uncommon. So thanks, Sentry, for calling me out on it, helping me better understand the API I was working with, and for enabling me to make my code more robust. This has also helped to reduce noise in Sentry caused by my inability to type correctly whilst streaming. After all, a typo isn’t an application error; it’s a user error. - Source: dev.to / 5 months ago
View more

What are some alternatives?

When comparing Firebase Crashlytics and Sentry.io, you can also consider the following products

Instabug - The top apps in the world rely on Instabug for beta testing, user engagement and crash reporting.

Datadog - See metrics from all of your apps, tools & services in one place with Datadog's cloud monitoring as a service solution. Try it for free.

BugSnag - Not all bugs are worth fixing. Prioritize and fix software bugs that matter while improving software stability with every release.

Rollbar - Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them. Ruby, Python, PHP, Node.js, JavaScript, and Flash libraries available.

Raygun - Raygun gives developers meaningful insights into problems affecting their applications. Discover issues - Understand the problem - Fix things faster.

NewRelic - New Relic is a Software Analytics company that makes sense of billions of metrics across millions of apps. We help the people who build modern software understand the stories their data is trying to tell them.