lib/timber/events/controller_call.rb in timber-2.3.2 vs lib/timber/events/controller_call.rb in timber-2.3.3

- old
+ new

@@ -8,10 +8,10 @@ # Processing by PagesController#home as HTML # # @note This event should be installed automatically through integrations, # such as the {Integrations::ActionController::LogSubscriber} integration. class ControllerCall < Timber::Event - PARAMS_JSON_MAX_BYTES = 8192.freeze + PARAMS_JSON_MAX_BYTES = 32_768.freeze PASSWORD_NAME = 'password'.freeze attr_reader :controller, :action, :params, :format def initialize(attributes) \ No newline at end of file