summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/web_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/web_config.py')
-rw-r--r--python/fatcat_web/web_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/web_config.py b/python/fatcat_web/web_config.py
index e681b397..ec37b66d 100644
--- a/python/fatcat_web/web_config.py
+++ b/python/fatcat_web/web_config.py
@@ -72,7 +72,7 @@ class Config(object):
GIT_RELEASE = None
SENTRY_CONFIG = {
- #'include_paths': ['fatcat_web', 'fatcat_client', 'fatcat_tools'],
+ #'include_paths': ['fatcat_web', 'fatcat_openapi_client', 'fatcat_tools'],
'enable-threads': True, # for uWSGI
'release': GIT_RELEASE,
'tags': {