summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-02-12 13:55:58 +0000
committerErik Johnston <erik@matrix.org>2019-02-12 13:55:58 +0000
commitef2228c890b44963c65f086eb1246c27ef43d256 (patch)
tree18388dce006970da20598af6a8b02b69839e5703 /synapse/python_dependencies.py
parentFixup changelog entries (diff)
downloadsynapse-ef2228c890b44963c65f086eb1246c27ef43d256.tar.xz
Basic sentry integration
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 5d087ee26b..444fc2a979 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -86,6 +86,7 @@ CONDITIONAL_REQUIREMENTS = {
     "saml2": ["pysaml2>=4.5.0"],
     "url_preview": ["lxml>=3.5.0"],
     "test": ["mock>=2.0", "parameterized"],
+    "sentry": ["sentry-sdk>=0.7.2"],
 }