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 e651ffa commit 49a6e8aCopy full SHA for 49a6e8a
instana/__init__.py
@@ -60,7 +60,7 @@ def load(module):
60
def load_instrumentation():
61
if "INSTANA_DISABLE_AUTO_INSTR" not in os.environ:
62
# Import & initialize instrumentation
63
- if sys.version_info >= (3, 4):
+ if sys.version_info >= (3, 4) and sys.version_info < (3, 7):
64
from .instrumentation import asynqp # noqa
65
from .instrumentation import mysqlpython # noqa
66
from .instrumentation import redis # noqa
0 commit comments