# Sentry

Kitemaker’s integration with Sentry allows you to automatically connect issues in Sentry with work items in Kitemaker.

To install the integration, go to "Organization settings" in the ⚙️ menu next to your organization name and click on “Integrations” in the side bar, or search for “Integration settings” the Kitemaker command (`cmd/ctrl`+`k`). Then select the Sentry integration and follow the installation steps.

## Creating work items from Sentry issues

In the right side of the issue screen in Sentry, under “Issue Tracking” you can click the + next to “Kitemaker Issue” to make a new work item.

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

Clicking that will allow you to create a new work item, with the title and description already conveniently filled. You can add choose the space, as well as optionally add a label or owner.

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

By clicking the “Link” tab you can instead find an existing work item to connect this issue to:

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

When the work item is created in Kitemaker, it will contain the relevant info from Sentry as well as an easy way to get back to the original Sentry issue.

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

When the work item is created in Kitemaker, it is linked to the Sentry issue. This means that moving the work item to one of the “done” columns in Kitemaker will automatically resolve the work item in Sentry.

In addition to creating work items from issues in Sentry, you can also create them from alerts. Simply choose Kitemaker from the list of actions and click the “Settings” button to configure where the work items should be created (as well as other details like labels).

<figure><img src="/files/4V6jYWm0dv6eGrKzvKbs" 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://guide.kitemaker.co/integrations/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.
