Skip to content

Commit 09d4367

Browse files
committed
revert wrong fix
1 parent 90d0b9a commit 09d4367

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/middleware

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/middleware/otel_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def process_response(self, request, response):
352352

353353
custom_res_attributes = (
354354
asgi_collect_custom_headers_attributes(
355-
{'headers': custom_headers},
355+
custom_headers,
356356
SanitizeValue(
357357
get_custom_headers(
358358
OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SANITIZE_FIELDS

0 commit comments

Comments
 (0)