# frozen_string_literal: true

module ErrorTracking
  class ErrorEventSerializer < BaseSerializer
    entity ErrorEventEntity
  end
end
