Skip to content

Commit

Permalink
Passing response headers in correct format in pyramid
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh Goel committed Feb 17, 2022
1 parent 57126e2 commit bf35d98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def trace_tween(request):
otel_wsgi.add_response_attributes(
span,
response_or_exception.status,
response_or_exception.headers,
response_or_exception.headerlist,
)

propagator = get_global_response_propagator()
Expand Down

0 comments on commit bf35d98

Please sign in to comment.