Describe the bug:
Docs
INSTRUMENT Settings Variable does not work. It seems that it still looks for DISABLE_INSTRUMENTATION
|
instrument = _BoolConfigValue("DISABLE_INSTRUMENTATION", default=True) |
To Reproduce
Install elasticapm in Version 5.0.0 and set up a django Project and try to disable instrumentation with INSTRUMENT
Expected behavior:
Instrumentation ist disable with INSTRUMENT and not DISABLE_INSTRUMENTATION
Describe the bug:
Docs
INSTRUMENTSettings Variable does not work. It seems that it still looks forDISABLE_INSTRUMENTATIONapm-agent-python/elasticapm/conf/__init__.py
Line 311 in d495c27
To Reproduce
Install elasticapm in Version 5.0.0 and set up a django Project and try to disable instrumentation with
INSTRUMENTExpected behavior:
Instrumentation ist disable with
INSTRUMENTand notDISABLE_INSTRUMENTATION