fix: add FileNotFoundError to ignored errors in Sentry integration (#12023)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
e88ea71aef
commit
1c80941c69
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ def init_app(app: DifyApp):
|
|||
ignore_errors=[
|
||||
HTTPException,
|
||||
ValueError,
|
||||
FileNotFoundError,
|
||||
openai.APIStatusError,
|
||||
InvokeRateLimitError,
|
||||
parse_error.defaultErrorResponse,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue