summaryrefslogtreecommitdiff
path: root/app/serializers/error_tracking/error_event_serializer.rb
blob: bc4eae1636822adba358caaf1318709d2b1a24fd (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module ErrorTracking
  class ErrorEventSerializer < BaseSerializer
    entity ErrorEventEntity
  end
end