You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
{
"asctime": "2018-05-17 11:58:33,097",
"created": 1526572713.097566,
"levelname": "ERROR",
"levelno": 40,
"filename": "base.py",
"funcName": "_failed_send",
"lineno": 679,
"module": "base",
"message": "Sentry responded with an API error: APIError(Event dropped due to filter: web-crawlers)",
"name": "sentry.errors",
"pathname": "/srv/proj/local/lib/python2.7/site-packages/raven/base.py",
"process": 11799,
"processName": "MainProcess"
}
I have my application configured to capture all error logs and this one tends to be particularly noisy. Filtering events seems like standard operation and could be logged at INFO instead of ERROR which it doesn't appear to be.