Skip to content

Commit 3c43792

Browse files
committed
Remove unnecessary Tracer
1 parent fc0cbc3 commit 3c43792

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

instana/runtime.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import opentracing as ot
2-
from instana import tracer, options
31
import os
42

53

@@ -10,6 +8,3 @@ def hook(module):
108
print("==========================================================")
119
print("Instana: Running runtime hook")
1210
print("==========================================================")
13-
14-
opts = options.Options()
15-
ot.tracer = tracer.InstanaTracer(opts)

0 commit comments

Comments
 (0)