Skip to content

docs(autofix): correct Slack feature access label from beta to Early Adopter#17350

Merged
rahulchhabria merged 1 commit intomasterfrom
fix/autofix-in-slack-ea-gated
Apr 15, 2026
Merged

docs(autofix): correct Slack feature access label from beta to Early Adopter#17350
rahulchhabria merged 1 commit intomasterfrom
fix/autofix-in-slack-ea-gated

Conversation

@sentry-junior
Copy link
Copy Markdown
Contributor

@sentry-junior sentry-junior bot commented Apr 15, 2026

What

The "Autofix in Slack" section of the Autofix docs incorrectly described the feature as being in "beta," which implied open/public beta access. In reality, this feature is gated behind the organizations:seer-slack-workflows Flagpole flag, which lives in ea-features.json — meaning it's an Early Adopter (EA) feature, not open beta.

Changes

  • Removed [Beta] suffix from the section heading
  • Replaced the generic beta alert with an accurate Early Adopter alert that links to the org settings page where EA can be enabled

Why

The previous copy would lead customers to believe the feature was broadly available or rolling out publicly, when it actually requires opting into the Early Adopter program.

Action taken on behalf of Rahul Chhabria.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview, Comment Apr 15, 2026 3:29pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Apr 15, 2026 3:29pm

Request Review

![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.

@rahulchhabria rahulchhabria merged commit 9ddde75 into master Apr 15, 2026
18 checks passed
@rahulchhabria rahulchhabria deleted the fix/autofix-in-slack-ea-gated branch April 15, 2026 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant