• Removes all trailing glean.restarted events. We will continue to check the last element of the array until there are no longer any elements OR the event is not a glean.restarted event.

    Parameters

    • sortedEvents: RecordedEvent[]

      Before this is called, events should already be sorted which includes removing the leading glean.restarted event.

    Returns RecordedEvent[]

    The input array without any trailing glean.restarted events.

Generated using TypeDoc