# Sentry Integration

## Resmo + Sentry Integration Fundamentals

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

Resmo integrates with Sentry to keep your resources and configurations secure and compliant.

### What does Resmo offer to Sentry users?

* Collect directory assets like users, teams, projects, and integrations from your Sentry account.
* Query your Sentry resources using SQL or Free Text search.
* Set up custom security rules or use predefined ones to improve your security posture.
* Get real-time notifications when there's a change in your security rule status.

### How does the integration work?

Resmo uses API to do the initial polling and collect existing resources. Following the initial polling, it receives updates and changes in real-time through webhook and regular polling.

#### Available resources

Resmo consolidates Sentry resources in a single asset inventory, including Integrations, Organizations, Users, and Teams.

**See the full list:**

{% embed url="<https://resources.resmo.com/sentry>" %}

## Integration walkthrough

### How to install

1. Select Sentry on the Integrations page on Resmo.
2. Open your Sentry account on a new tab on your browser.
3. Go to **Auth Tokens** under the **Sentry Account Details** page.

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

4. Create a new Auth Token.

<figure><img src="/files/2hg9DUqrt8uR7JtXU26u" alt=""><figcaption></figcaption></figure>

5. Copy the **Read-only Auth Token** from your Sentry account. Required scopes:

```html
(project:read, team:read, org:integrations, org:read, member:read, event:read)
```

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

6. Paste it to the Auth Token field on the setup page.
7. Hit the **Create** button, and your integration is all set! Now you can start running queries on your Sentry resources.

### How to uninstall

1. Select Sentry on your Integrations page.
2. Navigate to the Connected Integrations tab on the modal and click the Sentry integration you wish to remove.
3. To temporarily pause your Sentry integration, click the **Disable** button. For permanent uninstallation, click the **Delete** button.

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


---

# 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://resmocom.gitbook.io/product/integrations/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.
