# Bugsnag

## About the integration

Bugsnag is a service that tracks your application errors. This integration allows Sleuth to track these errors to measure the impact your deploys make to the number of errors being generated.

It is assumed you already have an active Bugsnag account that is already tracking errors from your application. ([Create a Bugsnag account](https://docs.bugsnag.com/platforms/) if you don't have one.)

## Setting up the integration

To integrate Bugsnag as an error impact source in Sleuth:

1. In the sidebar, click **Integrations**.
2. Click the **Error Trackers** tab.
3. In the Bugsnag tile, click **enable**.
4. Enter your Bugsnag Personal Auth Token. This token can be found in your Bugsnag user profile, under *Personal auth tokens*.

![](/files/-MS-r_QLYQvmCaQCrbD3)

5\. Press **Save**.

## Configuring the integration

Once the integration is successful, you will see an **Add impact** dropdown, along with the message **Bugsnag enabled** displayed in the tile. Select the Sleuth project you'd like to measure error impact on.

![](/files/-MS-qXv-EN2POx4j1DGd)

Give this error tracking instance a **name** and select the **Bugsnag** **project** and **environment**.\
![](/files/-M7nFXDSatnvbIbPKh1L)

That's it! Sleuth will now start verifying your deploys health by tracking the error counts from Bugsnag. Head over to the Dashboard to start seeing your data in action in the project and deploy health graphs.

## Removing the integration

#### If you wish to dissolve the Bugsnag integration for the organization:

1. Click on **Integrations** in the left sidebar, then on **Error Trackers**.
2. In the Bugsnag integration card, click **disable**. The message **Bugsnag disabled** is displayed in the Bugsnag integration card once the integration is dissolved.

The Bugsnag integration is disconnected and no longer available to any projects within that organization. Any project-level modifications you made to the Bugsnag integration will be lost.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/errors/bugsnag.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
