> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/category/other/bugsnag.md).

# Bugsnag

Bugsnag is an error monitoring and stability management platform that captures exceptions, crashes, and performance issues across your web and mobile applications. It helps engineering teams detect, diagnose, and resolve errors faster by providing detailed context around every event.

Connecting Bugsnag to Coupler.io lets you pull your error data into spreadsheets, dashboards, or AI tools — so your whole team can act on stability trends without logging into Bugsnag directly.

## Why connect Bugsnag to Coupler.io?

* **Centralize error reporting** — combine Bugsnag errors and events with data from other tools (e.g., deployment logs, project management) in one place
* **Track stability over time** — export error trends and release data to Google Sheets or BigQuery for historical analysis
* **Share insights without Bugsnag access** — send error summaries to stakeholders via Google Sheets, Looker Studio, or even AI tools like ChatGPT or Gemini
* **Automate reporting** — schedule recurring exports so your dashboards always reflect the latest error data

## Prerequisites

* A Bugsnag account (any plan that includes API access)
* A Bugsnag **Personal Auth Token** — find this under your account settings at **My Account → Personal auth token**
* Organization Admin or project-level access depending on which entities you want to export

## Quick start

{% hint style="success" %}
Start with the **Errors** or **Events** entity — these give you the most actionable data for stability analysis right away.
{% endhint %}

### How to connect

{% stepper %}
{% step %}
**Create a new data flow in Coupler.io.** From your Coupler.io dashboard, click **Add data flow** and search for **Bugsnag** as your source.
{% endstep %}

{% step %}
**Enter your Bugsnag API key.** Paste your Personal Auth Token into the API key field. You can find this token in Bugsnag under **My Account → Personal auth token**.
{% endstep %}

{% step %}
**Select an entity.** Choose what data you want to pull — for example, **Errors**, **Events**, **Releases**, or any other entity listed below.
{% endstep %}

{% step %}
**Set a start date.** Use the date picker to define how far back Coupler.io should fetch data.
{% endstep %}

{% step %}
**Choose your destination.** Pick where you want your data to land — Google Sheets, Excel, BigQuery, Looker Studio, or an AI destination like Claude, ChatGPT, or Gemini.
{% endstep %}

{% step %}
**Run the data flow.** Click **Run** to execute a manual sync and confirm your data is coming through correctly.
{% endstep %}
{% endstepper %}

## Available entities

| Entity                         | Description                                                |
| ------------------------------ | ---------------------------------------------------------- |
| Organizations                  | Organizations available in your Bugsnag account            |
| Projects                       | Projects within your organizations for tracking errors     |
| Errors                         | Error occurrences and exceptions captured by Bugsnag       |
| Events                         | Individual error events and their details                  |
| Pivots                         | Pivot table data for analyzing error patterns              |
| Releases                       | Application releases and deployment information            |
| Saved searches                 | Saved search queries for filtering error data              |
| Saved searches usage summaries | Usage statistics for saved searches                        |
| Collaborators                  | Team members with access to your projects                  |
| Teams                          | Teams organized within your Bugsnag account                |
| Event fields                   | Custom fields and metadata associated with error events    |
| Trace fields                   | Custom fields for error trace data                         |
| Supported integrations         | Available integrations that can be configured with Bugsnag |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/sources/category/other/bugsnag.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
