Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/product/ai-in-sentry/seer/autofix/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ snippets and examples, and does not affect workflows involving your own coding a

![Screenshot of Seer showing code it generated =800x](../img/coding-step.png)

## Autofix in Slack [Beta]
## Autofix in Slack
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Removing [Beta] from heading ## Autofix in Slack [Beta] changes the anchor from #autofix-in-slack-beta to #autofix-in-slack, breaking links in ea-features.json and the Early Adopter features page.
Severity: MEDIUM

Suggested Fix

Update the docsUrl in src/data/ea-features.json from "/product/ai-in-sentry/seer/autofix/#autofix-in-slack-beta" to "/product/ai-in-sentry/seer/autofix/#autofix-in-slack", and re-run the sync script (pnpm ts-node scripts/sync-ea-features.ts --update) to update the Early Adopter features page.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: docs/product/ai-in-sentry/seer/autofix/index.mdx#L86

Potential issue: The heading was changed from `## Autofix in Slack [Beta]` to `##
Autofix in Slack`, which changes its auto-generated Markdown anchor from
`#autofix-in-slack-beta` to `#autofix-in-slack`. However, `src/data/ea-features.json`
still references the old anchor via `"docsUrl":
"/product/ai-in-sentry/seer/autofix/#autofix-in-slack-beta"`, and the auto-generated
content in `docs/organization/early-adopter-features/index.mdx` also links to
`#autofix-in-slack-beta`. These links will now point to a non-existent anchor, resulting
in broken navigation for users trying to learn about the Seer Slack Workflows EA feature
from the Early Adopter features page.

Did we get this right? 👍 / 👎 to inform future reviews.


<Alert>
This feature is currently in <strong>beta</strong>. Beta features are still a work in progress and may have bugs. We recognize the irony.
This feature is available to organizations enrolled in the <strong>Early Adopter</strong> program. To access it, enable Early Adopter features in your [organization settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/#earlyAdopter).
</Alert>

If you have the [Slack integration](/organization/integrations/notification-incidents/slack/) enabled, you can trigger Autofix from a Slack message.
Expand Down
Loading