# Bugsnag

[Bugsnag](https://www.bugsnag.com/) is an error monitoring tool that can filter errors based on the data provided.

{% hint style="warning" %}
Client-side only integrations cannot be used in HIPAA mode.
{% endhint %}

## Destination Info

* Does not support [Track](https://documentation.freshpaint.io/developer/freshpaint-sdk-reference#track) track calls and will not appear as a destination option in the event library.
* Connection Modes:

<table><thead><tr><th align="right"> </th><th data-type="checkbox">Client-side</th><th data-type="checkbox">Server-side</th></tr></thead><tbody><tr><td align="right">Web</td><td>true</td><td>false</td></tr><tr><td align="right">Mobile</td><td>false</td><td>false</td></tr><tr><td align="right">Server</td><td>false</td><td>false</td></tr></tbody></table>

### What You'll Need​

* An account with Bugsnag

### Getting Started <a href="#getting-started" id="getting-started"></a>

1. Navigate to the Bugsnag destination configuration

<figure><img src="/files/9qZM9QTvxOTQrXp2UPKq" alt=""><figcaption></figcaption></figure>

2. Configure your API Key. This can be found in the Bugsnag settings page.

<figure><img src="/files/eaDhiw7rNYOJ5Ebe7WLV" alt=""><figcaption></figcaption></figure>

3\. That's it! You should now see the [enabled status](https://documentation.freshpaint.io/readme/setting-up-your-destinations/enabling-and-disabling-a-destination) next to Bugsnag.

### Identify

Once your integration is set up correctly, you should [set up identify calls.](https://documentation.freshpaint.io/readme/setting-up-identify) This will allow you to gain more insight into the users and their associated errors.

### Events

**Seeing Freshpaint Events in Bugsnag**

Once the Bugsnag integration is enabled, you can now set it as an event destination


---

# 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://documentation.freshpaint.io/integrations/destinations/apps/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.
