This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/__init__.py b/instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/__init__.py | |
| index d5e1f072..a03b9c6d 100644 | |
| --- a/instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/__init__.py | |
| +++ b/instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/__init__.py | |
| @@ -90,7 +90,11 @@ from django.conf import settings | |
| from opentelemetry.instrumentation.django.environment_variables import ( | |
| OTEL_PYTHON_DJANGO_INSTRUMENT, | |
| ) | |
| -from opentelemetry.instrumentation.django.middleware import _DjangoMiddleware | |
| +from opentelemetry.instrumentation.django.middleware import ( |
NewerOlder