mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 20:29:02 +08:00
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
@ -27,6 +27,7 @@ def init_app(app: DifyApp):
|
|||||||
ignore_errors=[
|
ignore_errors=[
|
||||||
HTTPException,
|
HTTPException,
|
||||||
ValueError,
|
ValueError,
|
||||||
|
FileNotFoundError,
|
||||||
openai.APIStatusError,
|
openai.APIStatusError,
|
||||||
InvokeRateLimitError,
|
InvokeRateLimitError,
|
||||||
parse_error.defaultErrorResponse,
|
parse_error.defaultErrorResponse,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user