# Sentry

## Using the Erathos platform

When selecting Sentry as a new connector on the Erathos platform, you will need to name your connection and fill in the following form:

![](https://help.erathos.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZUU9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1f512adfefaaa7d81ddc3be8e9989758de598808/sentry%20form.png)

1. Lon in to your Sentry account
2. Click **Settings** in the left-side menu;
3. Open the **Organization Settings** page;
4. Click **Custom Integrations** in the left panel to create a new internal integration and generate the auth token;
5. Select **Create New Integration**;
6. Ensure that **Internal Integration** is selected before proceeding to **Next**;
7. Name your integration;![](https://help.erathos.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZUk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--882101b3dcced245f732f75535666d0d80528e62/sentry%20image%20video.gif)
8. In **Permissions**, set the desired permissions for API requests;
9. Click **Save Changes**;
10. At the bottom of the page, copy the generated token found under **Tokens**;
11. Paste the Token value on the Erathos platform connection form.

Don't forget to click on **Save and close** to advance to the next steps! With this connection created you can seemlessly move your Sentry data to your BigQuery, Redshift or Postgres data-warehouse.

## What endpoints can I access with the Erathos platform?

* organizations
* organization\_users
* organization\_trusted\_relays
* organization\_repositories
* organization\_projects
* organization\_metric\_alert\_rules
* spike\_protection\_notifications
* organization\_releases
* organization\_replays
* organization\_selectors
* organization\_teams
* projects
* project\_issue\_alert\_rules
* project\_users
* project\_user\_feedback
* project\_service\_hooks
* project\_issues
* project\_events


---

# 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.erathos.com/connectors/apis/sentry.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.
