Skip to content

Commit c291f44

Browse files
authored
chore(issues): Remove reference to performance category in group has_replay (#103585)
1 parent 04f56bb commit c291f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sentry/models/group.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,9 @@ def _cache_key(issue_id) -> str:
802802
return cached_has_replays
803803

804804
data_source = (
805-
Dataset.IssuePlatform
806-
if self.issue_category == GroupCategory.PERFORMANCE
807-
else Dataset.Discover
805+
Dataset.Discover
806+
if self.issue_category == GroupCategory.ERROR
807+
else Dataset.IssuePlatform
808808
)
809809

810810
counts = get_replay_counts(

0 commit comments

Comments
 (0)