remove sentry

This commit is contained in:
evgeniy-st 2020-01-23 10:02:19 +03:00
parent d81d2445f5
commit 0216cadd85
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +1,6 @@
"""Development settings."""
from .base import *
from .amazon_s3 import *
import sentry_sdk
from sentry_sdk.integrations.django import DjangoIntegration
ALLOWED_HOSTS = ['gm.id-east.ru', '95.213.204.126', '0.0.0.0']
@ -47,11 +45,6 @@ ELASTICSEARCH_INDEX_NAMES = {
# ELASTICSEARCH_DSL_AUTOSYNC = False
sentry_sdk.init(
dsn="https://35d9bb789677410ab84a822831c6314f@sentry.io/1729093",
integrations=[DjangoIntegration()]
)
# DATABASE
DATABASES.update({

View File

@ -41,8 +41,6 @@ django-elasticsearch-dsl-drf==0.20.2
elasticsearch==7.1.0
elasticsearch-dsl==7.1.0
sentry-sdk==0.11.2
# AMAZON S3
boto3==1.9.238
django-storages==1.7.2