-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat(supergroups): send embedding requests to seer #107819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| manager.add("projects:project-detail-apple-app-hang-rate", ProjectFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) | ||
| # Enable supergroup RCA embedding generation from autofix explorer runs | ||
| manager.add("projects:supergroup-embeddings-explorer", ProjectFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i went with project-level granularity since we want to test on specific projects internally, rather than the entire sentry org. makes it slightly easier to track any issues that come up right now
60e404f to
e112fff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Once explorer autofix generates an RCA, send a request to Seer to start supergroup embedding. Gated behind
projects:supergroup-embeddings-explorer