Bugsnag source
Introduction
The Bugsnag source connector lets you connect to the Bugsnag REST API using an API token.
This connector is currently in development. Authentication (credential validation) is supported, but data extraction and streams are not yet available.
Setup
Prerequisites
- A Bugsnag account
- A Bugsnag API token
Create a Bugsnag API token
Create or locate an API token in Bugsnag with access to your organization’s data. You’ll use this token as the connector’s api_key.
Authentication
This connector authenticates to Bugsnag using an API token sent in the Authorization header:
- Header:
Authorization: token <api_key>
During setup, the connector validates credentials by calling the Bugsnag endpoint:
GET https://api.bugsnag.com/user
If this request fails, the connector will report a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Bugsnag API token. |
Streams
No streams are currently available. The connector’s extraction logic is not yet implemented.
Limitations
- Extraction is not yet supported. Runs will fail with an “in development” error until extraction is implemented.
- Catalog discovery is not yet supported. The connector currently returns an empty catalog.