We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e7efb commit 4ead19aCopy full SHA for 4ead19a
opentelemetry-api/src/opentelemetry/attributes/__init__.py
@@ -17,6 +17,7 @@
17
from collections import OrderedDict
18
from collections.abc import MutableMapping
19
from typing import Mapping, Optional, Sequence, Tuple, Union
20
+import django
21
from django.core.handlers.wsgi import WSGIRequest
22
from opentelemetry.util import types
23
0 commit comments