Skip to content

Commit c6ed088

Browse files
authored
Merge branch 'main' into fix-email-issues
2 parents 2457351 + fd793d3 commit c6ed088

File tree

33 files changed

+37056
-16858
lines changed

33 files changed

+37056
-16858
lines changed

djangogirls/settings.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import dj_database_url
44
import sentry_sdk
5-
from sentry_sdk.integrations.django import DjangoIntegration
65

76
from .utils.sanitize import sanitize
87

@@ -182,8 +181,12 @@ def gettext(s):
182181
)
183182

184183
SENTRY_DSN = os.environ.get("SENTRY_DSN")
184+
185185
if SENTRY_DSN:
186-
sentry_sdk.init(dsn=SENTRY_DSN, integrations=[DjangoIntegration()])
186+
sentry_sdk.init(
187+
dsn="https://[email protected]/5899294",
188+
traces_sample_rate=1.0,
189+
)
187190

188191
MAILCHIMP_API_KEY = os.environ.get("MAILCHIMP_APIKEY")
189192

locale/ar/LC_MESSAGES/django.mo

-163 Bytes
Binary file not shown.

locale/ar/LC_MESSAGES/django.po

Lines changed: 2778 additions & 1416 deletions
Large diffs are not rendered by default.

locale/de/LC_MESSAGES/django.mo

-27.8 KB
Binary file not shown.

locale/de/LC_MESSAGES/django.po

Lines changed: 5652 additions & 1955 deletions
Large diffs are not rendered by default.

locale/es/LC_MESSAGES/django.mo

-15.2 KB
Binary file not shown.

locale/es/LC_MESSAGES/django.po

Lines changed: 3241 additions & 1581 deletions
Large diffs are not rendered by default.

locale/fa/LC_MESSAGES/django.mo

91 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)