Skip to main content

BugSnag

Rationale

BugSnag is our primary error monitoring tool. It provides error reporting libraries that automatically detect and report errors in real-time in our applications and capture diagnostic data required to help the engineering team reproduce and fix each error.

The main reasons why we chose it over other alternatives are:

  1. It provides real-time alerts about errors through different channels.
  2. It allows error grouping, making it easier for developers to understand the events.
  3. It provides error-reporting libraries for an extensive list of different platforms.
  4. It provides information about user actions when the error occurs.
  5. It allows an easy setup process.
  6. It makes eventualities easy to debug with detailed data for each exception.
  7. It allows us to compare different versions of our applications and environments.
  8. It smoothly integrates with third-party services and plugins to improve developers' experience.
  9. It provides powerful error searching and segmentation.

Alternatives

The following alternatives were considered but not chosen for the following reasons:

  1. Sentry: At the moment we tried it was not as simple to use as BugSnag and did not provide any aggregated value for our needs that encouraged us to move to it.
  2. LogRocket: It provides valuable functionality to record the screen and track user actions when errors occur. It was implemented in an additional way, oriented only to this feature helping us improve observability.

Usage

We use BugSnag for:

  1. Display stability dashboards.
  2. Error monitoring.
  3. Error labeling.
  4. Relate errors directly to GitLab's issues.
  5. Debug errors and keep track of warnings.
  6. Compare errors between app versions.
  7. Track errors over time.
  8. Classify and filter errors by severity, release, state, and date.

We do not use BugSnag for:

  1. Measure app performance.
  2. Monitor features and experiments.
  3. Real User Monitoring.

Guidelines

You can access the BugSnag hub by entering the BugSnag - Development application through Okta. You can manage the different projects by clicking their respective stability cards on the main screen.