Skip to content

Commit 656f4ee

Browse files
authored
Merge pull request #49 from instana/limit_tracers
Deprecate instana.tracer.init()
2 parents 748c1ed + 2c8f0c6 commit 656f4ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

instana/tracer.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,9 @@ def handle_fork(self):
9292

9393

9494
def init(options):
95-
ot.tracer = InstanaTracer(options)
95+
"""
96+
Deprecated.
97+
No longer in use.
98+
To be removed in next major release.
99+
"""
100+
return instana.internal_tracer

0 commit comments

Comments
 (0)