Skip to content

Commit c511162

Browse files
committed
raise exception to find test
1 parent 97e43ec commit c511162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/grouping/ingest/hashing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def get_or_create_grouphashes(
223223
# Secondary hashes which are also new are therefore of no value, so there's no need to store or
224224
# annotate them and we can bail now.
225225
if is_secondary and not GroupHash.objects.filter(project=project, hash__in=hashes).exists():
226+
raise Exception("here!")
226227
return grouphashes
227228

228229
for hash_value in hashes:

0 commit comments

Comments
 (0)