fix: add FileNotFoundError to ignored errors in Sentry integration (#12023)

Signed-off-by: -LAN- <laipz8200@outlook.com>
pull/12031/head
-LAN- 1 year ago committed by GitHub
parent e88ea71aef
commit 1c80941c69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,6 +27,7 @@ def init_app(app: DifyApp):
ignore_errors=[
HTTPException,
ValueError,
FileNotFoundError,
openai.APIStatusError,
InvokeRateLimitError,
parse_error.defaultErrorResponse,

Loading…
Cancel
Save