From 70c0b7dac3395ee7c1cbc1fa84041793e5b482da Mon Sep 17 00:00:00 2001
From: Patricio Kumagae <pkumagae@boletinoficial.gov.ar>
Date: Tue, 29 Jan 2019 12:22:00 -0300
Subject: [PATCH] Agrego Sentry a los local_settings

---
 TsaApi/local_settings_dev.py     | 4 +++-
 TsaApi/local_settings_preprod.py | 2 ++
 TsaApi/local_settings_prod.py    | 4 +++-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/TsaApi/local_settings_dev.py b/TsaApi/local_settings_dev.py
index d936964..5accc7e 100644
--- a/TsaApi/local_settings_dev.py
+++ b/TsaApi/local_settings_dev.py
@@ -31,4 +31,6 @@ TEMPORARY_OTS_PREFIX = '0x'
 PERMANENT_OTS_PREFIX = '1x'
 
 GAS = 250000
-GAS_PRICE = 1
\ No newline at end of file
+GAS_PRICE = 1
+
+SENTRY_URL = 'http://2ec54beaab3b4459a1e5afadea070f98:92aee3f5d91e4e66996a3e0792985541@172.17.30.21:9000/54'
\ No newline at end of file
diff --git a/TsaApi/local_settings_preprod.py b/TsaApi/local_settings_preprod.py
index 964fd66..3e45e9f 100644
--- a/TsaApi/local_settings_preprod.py
+++ b/TsaApi/local_settings_preprod.py
@@ -31,3 +31,5 @@ PERMANENT_OTS_PREFIX = '1x'
 
 GAS = 250000
 GAS_PRICE = 1
+
+SENTRY_URL = 'http://aa30f3ecd3bb4923a7046f197da61e07:47cd9f9ea1e243f6a9f47e2aa40b85c3@10.1.100.118:9000/82'
\ No newline at end of file
diff --git a/TsaApi/local_settings_prod.py b/TsaApi/local_settings_prod.py
index af90d18..05ebe8c 100644
--- a/TsaApi/local_settings_prod.py
+++ b/TsaApi/local_settings_prod.py
@@ -31,4 +31,6 @@ TEMPORARY_OTS_PREFIX = '0x'
 PERMANENT_OTS_PREFIX = '1x'
 
 GAS = 250000
-GAS_PRICE = 1
\ No newline at end of file
+GAS_PRICE = 1
+
+SENTRY_URL = 'http://2ec54beaab3b4459a1e5afadea070f98:92aee3f5d91e4e66996a3e0792985541@172.17.30.21:9000/54'
\ No newline at end of file
-- 
GitLab