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 7f7ce63 commit 979cb8bCopy full SHA for 979cb8b
instana/__init__.py
@@ -141,6 +141,8 @@ def boot_agent():
141
142
if "INSTANA_MAGIC" in os.environ:
143
pkg_resources.working_set.add_entry("/tmp/.instana/python")
144
+ # The following path is deprecated: To be removed at a future date
145
+ pkg_resources.working_set.add_entry("/tmp/instana/python")
146
147
if "INSTANA_DEBUG" in os.environ:
148
print("Instana: activated via AutoTrace")
0 commit comments