diff --git a/src/pretix/settings.py b/src/pretix/settings.py index 454ca17b7a..1229a08fae 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -722,7 +722,7 @@ if config.has_option('sentry', 'dsn') and not any(c in sys.argv for c in ('shell event_level=logging.CRITICAL ) ], - environment=SITE_URL, + environment=urlparse(SITE_URL).netloc, release=__version__, send_default_pii=False, )