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 37511cf commit 9a0cad6Copy full SHA for 9a0cad6
ddtrace/profiling/collector/threading.py
@@ -1,6 +1,7 @@
1
from __future__ import absolute_import
2
3
import threading
4
+import typing
5
6
from ddtrace.internal._unpatched import _threading as ddtrace_threading
7
from ddtrace.internal.datadog.profiling import stack_v2
0 commit comments