Skip to content

Commit b9bd828

Browse files
authored
Add twine to the do not instrument blacklist (#168)
1 parent 40f1331 commit b9bd828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def boot_agent():
9494
# As a safety measure, we maintain a "do not load list" and if this process matches something
9595
# in that list, then we go sit in a corner quietly and don't load anything at all.
9696
do_not_load_list = ["pip", "pip2", "pip3", "pipenv", "docker-compose", "easy_install", "easy_install-2.7",
97-
"smtpd.py", "ufw", "unattended-upgrade"]
97+
"smtpd.py", "twine", "ufw", "unattended-upgrade"]
9898

9999
# There are cases when sys.argv may not be defined at load time. Seems to happen in embedded Python,
100100
# and some Pipenv installs. If this is the case, it's best effort.

0 commit comments

Comments
 (0)