# Sentry

## Introduction&#x20;

Sentry automatically detects and notifies you of critical performance issues so you can trace every slow transaction to a poor-performing API call or DB query. This guide will walk you through the steps required to integrate Sentry with Perimeters.

## Available Features

* Misconfiguration Rules
* Identity Rules
* User Inventory

## Prerequisites

A Sentry account user with Owner Role.

<details>

<summary><strong>Follow these steps to generate the API token:</strong> </summary>

1. Login into your Sentry account.
2. Go to Settings -> User Settings -> API -> User Auth Tokens.
3. Click "Create token".
4. Add a name for the token and select the following scopes.
5. Copy the token.

</details>

## Required Privileges

| Scope    | Use                       |
| -------- | ------------------------- |
| org:read | Read Organization Details |

## Onboarding Sentry in your Perimeters account

1. Go to "Integrations" -> Select "Sentry" -> Click "+ Add" -> Click "+ Start Integration".
2. **"Namespace" -**\
   Fill in the domain name for your Sentry instance. For example, if your Sentry domain name is "example.sentry.io" you would enter "example" in this field.
3. **“API Token” -**\
   Copy the API token you previously created and paste it here.
4. Click **"Connect"** to complete the onboarding process.

Once you have completed these steps, Sentry should be successfully integrated with your Perimeters account.

<br>


---

# 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://support.perimeters.io/perimeters-documentation/connecting-perimeters/integrations-for-security-insights/saas-applications/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.
