Skip to content

Commit f6af21c

Browse files
committed
add type to stacktrace in thread strategy
1 parent 43b85fb commit f6af21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/sentry/grouping/strategies/legacy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def threads_legacy(
457457
)
458458
}
459459

460-
stacktrace = interface.values[0].get("stacktrace")
460+
stacktrace: Stacktrace = interface.values[0].get("stacktrace")
461461
if not stacktrace:
462462
return {
463463
context["variant"]: GroupingComponent(

0 commit comments

Comments
 (0)