Skip to content

Commit db2bae4

Browse files
authored
chore(grouping): Kill grouping levels endpoints (#54073)
The grouping levels and grouping levels new issues endpoints were used to power the Grouping tab on the issue details page, which has since [been removed](#52895). Since they're no longer used anywhere in the codebase (in any of our repos), they can go away.
1 parent dd3cc5c commit db2bae4

File tree

6 files changed

+3
-735
lines changed

6 files changed

+3
-735
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ module = [
188188
"sentry.api.endpoints.group_tagkey_details",
189189
"sentry.api.endpoints.group_tagkey_values",
190190
"sentry.api.endpoints.group_tags",
191-
"sentry.api.endpoints.grouping_levels",
192191
"sentry.api.endpoints.index",
193192
"sentry.api.endpoints.integration_features",
194193
"sentry.api.endpoints.integrations.index",

src/sentry/api/endpoints/grouping_level_new_issues.py

-247
This file was deleted.

0 commit comments

Comments
 (0)