This repository was archived by the owner on Jul 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 28
28
# Third-party.
29
29
"django_extensions" ,
30
30
"debug_toolbar" ,
31
+ "raven.contrib.django.raven_compat" ,
31
32
"stories.contrib.debug_toolbars.django" ,
32
33
# Project.
33
34
"bookshelf.apps.BookshelfConfig" ,
97
98
]
98
99
99
100
INTERNAL_IPS = [gethostbyname (gethostname ())[:- 1 ] + "1" ]
101
+
102
+ # Sentry.
103
+
104
+ SENTRY_CLIENT = "stories.contrib.sentry.django.DjangoClient"
105
+
106
+ RAVEN_CONFIG = {"dsn" : env ("SENTRY_DSN" )}
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ djangorestframework
8
8
git+https://github.com/dry-python/mappers.git@master#egg=mappers
9
9
psycopg2
10
10
pydantic
11
+ raven
11
12
git+https://github.com/dry-python/stories.git@master#egg=stories
12
13
Werkzeug[watchdog]
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ djangorestframework==3.11.0
8
8
git+https://github.com/dry-python/mappers.git@master#egg=mappers
9
9
psycopg2 == 2.8.4
10
10
pydantic == 0.32.2
11
+ raven == 6.10.0
11
12
git+https://github.com/dry-python/stories.git@master#egg=stories
12
13
Werkzeug == 0.16.0
13
14
## The following requirements were added by pip freeze:
You can’t perform that action at this time.
0 commit comments