docs(autofix): correct Slack feature access label from beta to Early Adopter#17350
Merged
rahulchhabria merged 1 commit intomasterfrom Apr 15, 2026
Merged
docs(autofix): correct Slack feature access label from beta to Early Adopter#17350rahulchhabria merged 1 commit intomasterfrom
rahulchhabria merged 1 commit intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|  | ||
|
|
||
| ## Autofix in Slack [Beta] | ||
| ## Autofix in Slack |
There was a problem hiding this comment.
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
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-workflowsFlagpole flag, which lives inea-features.json— meaning it's an Early Adopter (EA) feature, not open beta.Changes
[Beta]suffix from the section headingWhy
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.