# Honeybadger

## About the integration

Honeybadger 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 Honeybadger account that is already tracking errors and outages on your application. ([Create a Honeybadger account](https://app.honeybadger.io/users/sign_up) if you don't have one.)

## Setting up the integration

To integrate Honeybadger as an error impact source in Sleuth:

1. In the sidebar, click **Integrations**.
2. Click the **Error Trackers** tab.
3. In the Honeybadger tile, click **enable**.
4. Enter your Honeybadger user API token. This token can be found in your Honeybadger user profile, under *Authentication*.\
   ![](/files/-M7nFetczFBZmPxyF9hs)\
   ![](/files/-M7nF6eWYgYyCV2LX2J1)
5. Press **Save**.

## Configuring the integration

Once the integration is successful, you will see an **Add impact** dropdown, along with the message **Honeybadger enabled** displayed in the tile. Select the Sleuth project you'd like to measure error impact on.\
![](/files/-MFHdJbsnxN7RdOJaT5_)

Give this error tracking instance a **name** and select the **Honeybadger** **project** and **enviroment**. This information can be obtained in your Honeybadger account portal.\
![](/files/-M7nFXDSatnvbIbPKh1L)

That's it! Sleuth will now start verifying your deploys health by tracking the error counts from Honeybadger. 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 Honeybadger integration for the organization:

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

The Honeybadger integration is disconnected and no longer available to any projects within that organization. Any project-level modifications you made to the Honeybadger 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/honeybadger.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.
