# Integrate Spike with Airbrake.io

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

### Overview

[Airbrake.io](https://airbrake.io) offers detailed error monitoring and performance management for your applications, helping teams detect, diagnose, and resolve issues in real-time. With detailed error reports, Airbrake.io helps maintain application's optimal performance and reliability.

### Incident alerts from Airbrake.io

With the Spike integration, you can receive real-time alerts for various incidents detected by Airbrake.io. They include

* Application errors
* Performance issues
* Exception handling problems
* and much more

This integration allows you to stay alert to all incidents triggered by [Airbrake.io](https://airbrake.io) for immediate incident response and resolution.

{% hint style="info" %}
Spike will automatically group repeated incidents and also suppress alerts while incident is open. You can set up [alert rules](https://docs.spike.sh/alerts/alert-rules) to determine incident severity and take actions accordingly. Auto-resolution is not supported.
{% endhint %}

***

## Set up instructions

**Step 1:** Create an Airbrake.io integration on [Spike dashboard](https://app.spike.sh/integrations) and Copy the webhook URL for your integrartion.

{% content-ref url="/pages/-Ln3rb4wLUFeI-OAPcmq" %}
[Create integration and service on our dashboard](/integrations-guideline/create-integration-and-service-on-dashboard.md)
{% endcontent-ref %}

**Step 2:**

{% tabs %}
{% tab title="Setup on Airbrake.io" %}

* **Navigate to Integrations**:
  * Go to **Project's Settings > Select Integrations**.
* **Add a Webhook**:
  * Scroll through the available integrations and **select Webhooks**.
  * Click on **Add Integration**
* **Configure the Webhook**:
  * Set your reset condition (this will automatically resolve the incident on Spike).
* **Configure Trigger Actions**:
  * Paste the Spike integration webhook URL into the field.
  * If applicable, adjust the triggering conditions and other settings based on your requirements.
  * If you see an option for setting headers, set the `ContentType` to `"application/json"`
  * Save the integration to enable real-time alerting.
    {% endtab %}
    {% endtabs %}


---

# 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://docs.spike.sh/integrations-guideline/integrate-spike-with-airbrake.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.
