# Sentry Integration

## 1. Generate Sentry Auth Token :tools:&#x20;

1. Click on your **account** name on Sentry and select the "**API keys**" as in the following:&#x20;

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2F02MyNKdx6EC4OSpB9seu%2Ffile.png?alt=media)

2\. Click to the "**Create New Token**" button:&#x20;

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2Fg8cOw0U6XLkbBb8Z6vl6%2Ffile.png?alt=media)

3\. Configure the "**Scopes**" area by selecting permissions and then click the "**Create Token**" button.&#x20;

![Inserting image...](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2FbiL51gPGL9GYDblzgT2q%2Ffile.png?alt=media)

4\. Copy and save the auth token.

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2FaEoYHdQaKLCuzuhLyA4A%2Ffile.png?alt=media)

## 2. Install Sentry Addon on Oobeya :jigsaw:&#x20;

1. Log in to [Oobeya](https://oobeya.io/) with an Administrator account.&#x20;
2. Navigate to **Market Place**, select the Sentry addon, and click the "**Install**" button.&#x20;

![Inserting image...](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2Fadykdmz0970eOEBzy2Du%2Ffile.png?alt=media)

## 3. Add A New Data Source :electric\_plug:&#x20;

1. Navigate to **Data Sources**, and select **Sentry** to add a new data source.&#x20;

![Inserting image...](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2FhOVW8k35O7kUv0uqpHgn%2Ffile.png?alt=media)

2\. Click the "**New Data Source**" button and fill in the form using the Token generated on Sentry in the first step. You can type any name for the "Data Source Name" field.&#x20;

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2FqVaJhi6pK6FGF7WHNABo%2Ffile.png?alt=media)

3\. Click the "**Test Connection**" button to verify the connection.&#x20;

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2FtiMCmmjnnJPIjgiDxfK7%2Ffile.png?alt=media)

## Ready to Connect :rocket:&#x20;

Now Oobeya is connected with your own **Sentry** account to diagnose, fix, and optimize the performance of the code.&#x20;

## **Next Steps** :dart:&#x20;

* [Add a new Widget](https://docs.oobeya.io/dashboards/adding-a-new-widget)


---

# 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.oobeya.io/integrations/all-integrations/apm-monitoring-addons/sentry-integration.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.
