Skip to content

Commit

Permalink
fix: add middleware for datadog (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Oct 18, 2024
1 parent a14fb39 commit d5e994d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edx_exams/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def root(*path_fragments):
'edx_django_utils.cache.middleware.RequestCacheMiddleware',
# Enables monitoring utility for writing custom metrics.
'edx_django_utils.monitoring.middleware.MonitoringCustomMetricsMiddleware',
'edx_django_utils.monitoring.DeploymentMonitoringMiddleware',
'corsheaders.middleware.CorsMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
Expand Down

0 comments on commit d5e994d

Please sign in to comment.