Skip to content

Commit

Permalink
fix: add middleware for datadog (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Oct 18, 2024
1 parent 3e4044c commit d3ac079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions designer/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
MIDDLEWARE = (
'edx_django_utils.monitoring.CookieMonitoringMiddleware',
'edx_django_utils.monitoring.DeploymentMonitoringMiddleware',
'edx_django_utils.cache.middleware.RequestCacheMiddleware',
'waffle.middleware.WaffleMiddleware',
'wagtail.contrib.redirects.middleware.RedirectMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
Expand All @@ -78,6 +79,7 @@
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'social_django.middleware.SocialAuthExceptionMiddleware',
'edx_rest_framework_extensions.middleware.RequestCustomAttributesMiddleware',
)

ROOT_URLCONF = 'designer.urls'
Expand Down

0 comments on commit d3ac079

Please sign in to comment.