You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
::Instana.logger.info"Stan is on the scene. Starting Instana instrumentation version #{::Instana::VERSION}"
is logged even if Instana is intentionally disabled. It would be much appreciated if this could also honor INSTANA_DISABLED like done elsewhere and adjust the wording slightly to remove any confusion as to whether Instana instrumentation is on or off.
Problem Description
This line
ruby-sensor/lib/instana/base.rb
Line 42 in 374e0de
is logged even if Instana is intentionally disabled. It would be much appreciated if this could also honor
INSTANA_DISABLED
like done elsewhere and adjust the wording slightly to remove any confusion as to whether Instana instrumentation is on or off.ruby-sensor/lib/instana.rb
Line 16 in 374e0de
Minimal, Complete, Verifiable, Example
Gemfile.lock
# instana=1.209.0.pre1
Ruby Version
The text was updated successfully, but these errors were encountered: