chore(seer): Remove enabled flag gen-ai-consent-flow-removal from the backend#107955
chore(seer): Remove enabled flag gen-ai-consent-flow-removal from the backend#107955
gen-ai-consent-flow-removal from the backend#107955Conversation
|
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| label={t('Root Cause Analysis')} | ||
| help={t( | ||
| 'Automatically analyze highly actionable issues, and create a root cause analysis without a user needing to prompt it.' | ||
| 'Analyze issues and create root cause analysis on demand, or automatically for highly actionable issues.' |
There was a problem hiding this comment.
Toast messages inconsistent with renamed toggle label
Low Severity
The toggle label was renamed from "Auto-Triggered Fixes" to "Root Cause Analysis" and the help text was updated, but the addSuccessMessage and addErrorMessage calls on lines 39–43 still reference "auto-triggered fixes." Users will see a "Root Cause Analysis" toggle but receive toast notifications about "auto-triggered fixes," creating a confusing, inconsistent experience.
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Aci
Admin
Agent
Agents
Ai Conversations
Ai Insights
Autofix
Autopilot
Billing
Cells
Code Review
Conversations
Copilot
Core
Crons Detector Schedule Preview
Dashboards
Dynamic Grouping
Dynamic Sampling
Eco
Explore
Grouping
Infra
Integrations
Issue Details
Issues
Js Loader
Lint
Llm Detection
Notifications
Oauth
Objectstore
Occurrences On Eap
Onboarding
Preprod
Replay
Replays
Search Agent
Seer
Seer Explorer
Sentry Apps
Settings
Spans
Spans Buffer
Toolbar
Trace
Tracemetrics
Ui
Uptime
Uptime Assertion Failure Data
Webhook
Other
Bug Fixes 🐛Aci
Agent Insights
Agents
Ai Conversations
Ai Insights
Alerts
Auth
Autofix
Autopilot
Billing
Cells
Code Mappings
Code Review
Codeowners
Cursor
Dashboards
Data Forwarding
Eap
Explore
Explorer
Forms
Github Copilot
Grouping
Infra
Insights
Issue Details
Issues
Lint
Notifications
Onboarding
Preprod
Releases
Replay
Seer
Settings
Span Buffer
Spans Migration
Stories
Tests
Top Issues
Trace Waterfall
Tracemetrics
Typing
Ui
Uptime
Users
Other
Documentation 📚
Internal Changes 🔧Aci
Agent
Agents
Alerts
Api
Autofix
Autopilot
Billing
Cells
Code Review
Code Review
Codeowners
Conversations
Cross Event
Dashboards
Deps
Dynamic Sampling
Eslint
Explorer
Forms
Grouping
Infra
Insights
Integrations
Issues
Llm Detection
Open Periods
Ownership
Preprod
Promotions
Relay
Replay
Routes
Scraps
Seer
Sentry Apps
Slack
Span Buffer
Spans
Stories
Tests
Theme
Tracemetrics
Ui
Uptime
Workflow Engine
Other
Other
Plus 102 more 🤖 This preview updates automatically when you update the PR. |
…/$id/autofix/update/` and `/seer/setup-check/` (#107981) In #107955 we removed the flag `gen-ai-consent-flow-removal` because it's enabled for 100% of orgs. This caused the `setupAcknowledgement` response payload to return True as a constant. Therefore we can cleanup more of the frontend that relies on fetching that data! Followup to #107955
…/$id/autofix/update/` and `/seer/setup-check/` (#107981) In #107955 we removed the flag `gen-ai-consent-flow-removal` because it's enabled for 100% of orgs. This caused the `setupAcknowledgement` response payload to return True as a constant. Therefore we can cleanup more of the frontend that relies on fetching that data! Followup to #107955


Followup to #107949