Class: StackifyRubyAPM::Normalizers::ActionView::RenderTemplateNormalizer Private

Inherits:
RenderNormalizer show all
Defined in:
lib/stackify_apm/normalizers/action_view.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Constant Summary collapse

TYPE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'template.view'.freeze

Instance Method Summary collapse

Methods inherited from Normalizer

#initialize, register

Constructor Details

This class inherits a constructor from StackifyRubyAPM::Normalizers::Normalizer

Instance Method Details

#normalize(_transaction, _name, payload) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



46
47
48
# File 'lib/stackify_apm/normalizers/action_view.rb', line 46

def normalize(_transaction, _name, payload)
  normalize_render(payload, TYPE)
end