We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e43ec commit c511162Copy full SHA for c511162
src/sentry/grouping/ingest/hashing.py
@@ -223,6 +223,7 @@ def get_or_create_grouphashes(
223
# Secondary hashes which are also new are therefore of no value, so there's no need to store or
224
# annotate them and we can bail now.
225
if is_secondary and not GroupHash.objects.filter(project=project, hash__in=hashes).exists():
226
+ raise Exception("here!")
227
return grouphashes
228
229
for hash_value in hashes:
0 commit comments