Skip to main content

Airbrake source

Overview

The Airbrake source connector connects to the Airbrake API using an API key.

At this time, the connector supports credential validation (testing that your API key can access the Airbrake API), but data extraction is still in development. You may be able to add and authenticate the connector, but syncs will not successfully run yet.

Setup

Prerequisites

  • An Airbrake account
  • An Airbrake API key with access to your Airbrake projects

Create an Airbrake API key

In Airbrake, generate or locate an API key that can access the Airbrake API. You’ll use this value as the connector’s api_key.

Authentication

This connector authenticates using an API key passed as a query parameter to the Airbrake API.

During credential validation, the connector calls:

  • GET https://api.airbrake.io/api/v4/projects?key=<api_key>

If the request succeeds, authentication is considered valid.

Configuration

FieldTypeRequiredDescription
api_keystringYour Airbrake API key.

Streams

No streams are currently available.

The connector’s extraction logic is not yet implemented, so it does not currently produce any tables/streams.