Skip to content

Commit

Permalink
add type to stacktrace in thread strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Nov 14, 2024
1 parent 43b85fb commit f6af21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/grouping/strategies/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def threads_legacy(
)
}

stacktrace = interface.values[0].get("stacktrace")
stacktrace: Stacktrace = interface.values[0].get("stacktrace")
if not stacktrace:
return {
context["variant"]: GroupingComponent(
Expand Down

0 comments on commit f6af21c

Please sign in to comment.