Skip to content

Commit

Permalink
iterate more aggressive string truncation if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed May 7, 2019
1 parent 83ef1ac commit a4b5480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rollbar/truncation/strings_strategy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Truncation
class StringsStrategy
include ::Rollbar::Truncation::Mixin

STRING_THRESHOLDS = [1024, 512, 256].freeze
STRING_THRESHOLDS = [1024, 512, 256, 128, 64].freeze

def self.call(payload)
new.call(payload)
Expand Down

0 comments on commit a4b5480

Please sign in to comment.