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
-`opentelemetry-instrumentation-aws-lambda` Adds support for configurable flush timeout via `OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT` property. ([#825](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/825))
13
+
10
14
### Fixed
11
15
12
16
-`opentelemetry-exporter-richconsole` Fixed attribute error on parentless spans.
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/__init__.py
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/middleware.py
-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ def __call__(self, request):
58
58
response=self.get_response(request)
59
59
returnself.process_response(request, response)
60
60
61
-
62
61
else:
63
62
# Django versions 1.x can use `settings.MIDDLEWARE_CLASSES` and expect
64
63
# old-style middlewares, which are created by inheriting from
0 commit comments