Skip to content

Commit

Permalink
fix(autofix + issue summary): Make handled field optional (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
roaga authored Oct 23, 2024
1 parent 117486b commit dcc88c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seer/automation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class SentryEventData(TypedDict):

class ExceptionMechanism(TypedDict):
type: str
handled: bool
handled: NotRequired[bool]


class ExceptionDetails(BaseModel):
Expand Down

0 comments on commit dcc88c7

Please sign in to comment.