Skip to content

Commit

Permalink
feat: fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado authored Dec 4, 2024
1 parent 3debcde commit 93d77cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/lib/opentelemetry/sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module SDK
# end
def configure
if ENV['OTEL_SDK_DISABLED'] == 'true'
OpenTelemetry.logger.warn "Environment variable OTEL_SDK_DISABLED is defined as true. SDK is disabled"
OpenTelemetry.logger.warn 'Environment variable OTEL_SDK_DISABLED is defined as true. SDK is disabled'
return
end

Expand Down

0 comments on commit 93d77cb

Please sign in to comment.