Skip to content

Commit c0c2592

Browse files
committed
✏️ fix
1 parent d756629 commit c0c2592

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

develop-docs/integrations/slack/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Toggle on **Interactivity & Shortcuts**.
4444

4545
Now you’ll be able to enter your **Request URL** (this is the location of your self-hosted Sentry) and **Options Load URL**:
4646

47-
```plain
47+
```text
4848
Request URL: {YOUR_DOMAIN}/extensions/slack/action/
4949
Options Load URL: {YOUR_DOMAIN}/extensions/slack/options-load/
5050
```
@@ -57,7 +57,7 @@ Navigate to **OAuth & Permissions** to configure the Redirect URLs.
5757

5858
Click **Add a new Redirect URL**, enter the URL, and click **Add**. Set the URL to:
5959

60-
```plain
60+
```text
6161
{YOUR_DOMAIN}/extensions/slack/setup/
6262
```
6363

@@ -76,7 +76,7 @@ Add the following scopes to **Bot Scopes**:
7676

7777
| Scope | Reason |
7878
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
79-
| `assistant:write` | Allow users to use the app as a Slack Agent. |
79+
| `assistant:write` | Enables accessing the app as a personal Slack Agent. |
8080
| `app_mentions:read` | Receive `app_mention` events when the bot is mentioned (e.g. @Sentry) in a message. |
8181
| `channels:read` | List and validate public channels when configuring alert-rule destinations, and resolve channel names to IDs. |
8282
| `channels:history` | (Optional) Allows Sentry to read messages from public channels. Sentry uses this to gather context of individual threads for conversations with Seer Explorer. |
@@ -176,7 +176,7 @@ Navigate to **Agents & AI Apps** under **Features**.
176176

177177
Enable the Agent or Assistant toggle and add an overview for your users. For example:
178178

179-
```plain
179+
```text
180180
👋 Hey, I'm Seer — Sentry's AI debugging agent.
181181
182182
I live in your Sentry data and I'm very good at finding out why things are on fire.

0 commit comments

Comments
 (0)