diff --git a/main/settings.py b/main/settings.py index d37fe3921..28efdbe8e 100644 --- a/main/settings.py +++ b/main/settings.py @@ -243,6 +243,7 @@ CORS_ORIGIN_ALLOW_ALL = True CORS_ALLOW_HEADERS = list(default_headers) + [ 'sentry-trace', + 'baggage', ] ROOT_URLCONF = 'main.urls'