File tree 3 files changed +6
-3
lines changed
playbooks/roles/edxapp/templates/edx/app/edxapp
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
20
20
21
21
# Suppress middleware spans because there are about 100 for each request.
22
22
# Remove (or set to true) for debugging.
23
- export DD_DJANGO_INSTRUMENT_MIDDLEWARE=false
23
+ # Temporarily enabled as part of https://github.com/edx/edx-arch-experiments/issues/879
24
+ export DD_DJANGO_INSTRUMENT_MIDDLEWARE=true
24
25
{% endif -%}
25
26
26
27
# We want to be able to toggle this on separately from DD in general.
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
20
20
21
21
# Suppress middleware spans because there are about 100 for each request.
22
22
# Remove (or set to true) for debugging.
23
- export DD_DJANGO_INSTRUMENT_MIDDLEWARE=false
23
+ # Temporarily enabled as part of https://github.com/edx/edx-arch-experiments/issues/879
24
+ export DD_DJANGO_INSTRUMENT_MIDDLEWARE=true
24
25
25
26
{% endif -%}
26
27
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
20
20
21
21
# Suppress middleware spans because there are about 100 for each request.
22
22
# Remove (or set to true) for debugging.
23
- export DD_DJANGO_INSTRUMENT_MIDDLEWARE=false
23
+ # Temporarily enabled as part of https://github.com/edx/edx-arch-experiments/issues/879
24
+ export DD_DJANGO_INSTRUMENT_MIDDLEWARE=true
24
25
{% endif -%}
25
26
26
27
# We want to be able to toggle this on separately from DD in general.
You can’t perform that action at this time.
0 commit comments