1 2 3 4 5 6 7
# frozen_string_literal: true module ErrorTracking class ErrorEventEntity < Grape::Entity expose :issue_id, :date_received, :stack_trace_entries end end