Skip to content

Commit

Permalink
feat: use the frontendmonitoringmiddleware if configured (openedx#2487)
Browse files Browse the repository at this point in the history
* enables the front end monitoring middleware

FIXES: APER-3470
  • Loading branch information
deborahgu authored May 22, 2024
1 parent 5f45ade commit 05015e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions credentials/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"edx_django_utils.monitoring.CookieMonitoringMiddleware",
"edx_django_utils.monitoring.CachedCustomMonitoringMiddleware",
"edx_django_utils.monitoring.MonitoringMemoryMiddleware",
"edx_django_utils.monitoring.FrontendMonitoringMiddleware",
"edx_rest_framework_extensions.auth.jwt.middleware.JwtAuthCookieMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.middleware.locale.LocaleMiddleware",
Expand Down

0 comments on commit 05015e5

Please sign in to comment.