Skip to content

Commit

Permalink
fix: Update telemetry schema to allow for optional error message (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz authored Jul 15, 2024
1 parent 6e00635 commit 3edc782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/base/langflow/services/telemetry/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class ComponentPayload(BaseModel):
componentName: str
componentSeconds: int
componentSuccess: bool
componentErrorMessage: str
componentErrorMessage: str | None = None

0 comments on commit 3edc782

Please sign in to comment.