ref(seer): Use signed API for grouping record project delete#111610
Merged
ref(seer): Use signed API for grouping record project delete#111610
Conversation
Move the project grouping record delete endpoint to use make_signed_seer_api_request instead of raw unsigned urlopen, consistent with all other Seer API methods. Add make_delete_grouping_records_by_project_request to signed_seer_api.py and update the caller in grouping_records.py. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Agent transcript: https://claudescope.sentry.dev/share/F9xIxA3h-XKZnxB0d67SSbbqhx5WMdNbjRfunu1S6OQ
Contributor
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.
7957732 to
6ba8139
Compare
JoshFerge
approved these changes
Mar 26, 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.

Move the project grouping record delete endpoint (
/v0/issues/similar-issues/grouping-record/delete) to usemake_signed_seer_api_requestinstead of a raw unsignedurlopencall, consistent with all other Seer API methods.make_delete_grouping_records_by_project_requesttosigned_seer_api.pywith aDeleteGroupingRecordsByProjectRequesttyped dictseer_grouping_default_connection_poolusingsettings.SEER_GROUPING_URLcall_seer_to_delete_project_grouping_recordsto use the new signed method (this also resolves the existing TODO comment about moving to POST)Agent transcript: https://claudescope.sentry.dev/share/yp4ee9srss2V1UbfuaaD-PJyoIAqYGErBGG8WwuRn-I