Skip to content

Commit 76f3735

Browse files
committed
Don't add ruby/rails tags
1 parent bbef70f commit 76f3735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/stackify/utils/msg_object.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def to_h
1010
'data' => nil,
1111
'Ex' => @ex.try(:to_h),
1212
'Level' => @level.to_s.upcase!,
13-
'Tags' => %w(ruby rails),
13+
#'Tags' => %w(ruby rails),
1414
'EpochMs' => Time.now.to_f * 1000,
1515
'Th' => Thread.current.object_id.to_s,
1616
'TransID' => Stackify::EnvDetails.instance.request_details.try{ |d| d['uuid'] },

0 commit comments

Comments
 (0)