Skip to content

Commit a396fe4

Browse files
authored
chore(performance): remove trace-view-load-more (#103011)
Fully rolled out for > 2 years See getsentry/sentry-options-automator#5678
1 parent 983af4f commit a396fe4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
451451
manager.add("organizations:grouptombstones-hit-counter", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
452452
# Enable static ClickHouse sampling for `OrganizationTagsEndpoint`
453453
manager.add("organizations:tag-key-sample-n", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
454-
# Enable feature to load more than 100 rows in performance trace view.
455-
manager.add("organizations:trace-view-load-more", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
456454
# Enable feature to load new trace view.
457455
manager.add("organizations:trace-view-v1", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
458456
# Enable feature to show link to previous/next traces

tests/snuba/api/endpoints/test_organization_events_trace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class OrganizationEventsTraceEndpointBase(OrganizationEventsEndpointTestBase, Tr
1515
url_name: str
1616
FEATURES = [
1717
"organizations:performance-view",
18-
"organizations:trace-view-load-more",
1918
]
2019

2120
def setUp(self) -> None:

0 commit comments

Comments
 (0)