You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/middleware/otel_middleware.py
+21-18Lines changed: 21 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,17 @@ def __call__(self, request):
162
162
response=self.get_response(request)
163
163
returnself.process_response(request, response)
164
164
finally:
165
+
# record any exceptions raised while processing the request
0 commit comments