feat(seer): Allow free Autofix overview access - #122101
Draft
trevor-e wants to merge 20 commits into
Draft
Conversation
Append a line to the autofix PR description suffix pointing free cohort orgs to their Seer settings page so they can disable the automation.
Append the Seer settings line to PRs from any automated run (night shift or post-process fixability), detected via the SeerRun referrer instead of the push-time referrer, which is always on_completion_hook. Free cohort orgs get the 'at no cost' variant; manual runs get no note.
start_feature_run stored the feature id in SeerRun.referrer, conflating dispatch routing with the run's origin and corrupting referrer-based analytics for RCA-routed runs. It now takes an explicit referrer; the RCA dispatch and night shift cron pass theirs. Seer dispatch is unaffected — feature runs route on feature_id in the request body, and the RCA completion hook keeps reading SeerAgentRun.extras. With the column fixed, the automated-run PR note checks SeerRun.referrer only.
start_feature_run stored the feature id in SeerRun.referrer, conflating dispatch routing with the run's origin and corrupting referrer-based analytics for feature runs. It now takes an explicit referrer; the RCA dispatch and night shift cron pass theirs. Seer dispatch is unaffected — feature runs route on feature_id in the request body, and the RCA completion hook keeps reading SeerAgentRun.extras, which also covers runs in flight during deploy.
Without the slug, non-customer-domain environments emit /settings/seer/ with no org context. Customer domains still rewrite to the slug-less form.
This branch keeps only the PR description note; the referrer stamping fix now lives on telkins/seer-feature-run-referrer, stacked on top.
…cohort-seer-settings
This reverts commit 807baed.
Contributor
Sentry Snapshot Testing
|
Base automatically changed from
telkins/allow-free-cohort-seer-settings
to
master
August 14, 2026 22:20
trevor-e
marked this pull request as ready for review
August 14, 2026 22:25
Mihir-Mavalankar
approved these changes
Aug 14, 2026
trevor-e
marked this pull request as draft
August 15, 2026 01:08
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.
Free Autofix access now bypasses the paid or trial signup gate on the organization Autofix overview. The project table includes projects without Seer repository mappings for free access, so users can select a project and configure its repositories and automation settings.
Paid, trial, AI visibility, and Code Review behavior remains unchanged. This PR is stacked on #122081.