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 2270dc0 commit d861785Copy full SHA for d861785
ddtrace/debugging/_products/code_origin/span.py
@@ -17,9 +17,9 @@ def post_preload():
17
18
19
def _start():
20
- from ddtrace.debugging._origin.span import SpanCodeOriginProcessor
+ from ddtrace.debugging._origin.span import SpanCodeOriginProcessorEntry
21
22
- SpanCodeOriginProcessor.enable()
+ SpanCodeOriginProcessorEntry.enable()
23
24
25
def start():
@@ -42,9 +42,9 @@ def restart(join=False):
42
43
44
def _stop():
45
46
47
- SpanCodeOriginProcessor.disable()
+ SpanCodeOriginProcessorEntry.disable()
48
49
50
def stop(join=False):
0 commit comments