We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47239f9 commit fd6f0c8Copy full SHA for fd6f0c8
lib/flipper/instrumentation/log_subscriber.rb
@@ -56,7 +56,7 @@ def adapter_operation(event)
56
operation = event.payload[:operation]
57
result = event.payload[:result]
58
59
- description = 'Flipper '
+ description = String.new('Flipper ')
60
description << "feature(#{feature_name}) " unless feature_name.nil?
61
description << "adapter(#{adapter_name}) "
62
description << "#{operation} "
0 commit comments