Skip to content

Commit

Permalink
Merge pull request #646 from openedx/usamasadiq/update-deprecated-mid…
Browse files Browse the repository at this point in the history
…dleware

refactor: update deprecated MonitoringCustomMetricsMiddleware
  • Loading branch information
UsamaSadiq authored Feb 26, 2025
2 parents 4836aef + ae53dff commit f460eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise_access/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def root(*path_fragments):
'edx_django_utils.cache.middleware.RequestCacheMiddleware',
'edx_django_utils.monitoring.DeploymentMonitoringMiddleware',
# Enables monitoring utility for writing custom metrics.
'edx_django_utils.monitoring.middleware.MonitoringCustomMetricsMiddleware',
'edx_django_utils.monitoring.CachedCustomMonitoringMiddleware',
'corsheaders.middleware.CorsMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
Expand Down

0 comments on commit f460eb0

Please sign in to comment.