Hierarchy

Constructors

Accessors

  • get aggregate(): EventsAggregateAPI
  • The aggregation API allows you to compute aggregated results on events like getting the count of all events in a project or checking what are all the different types and subtypes of events in your project, along with the count of events in each of those aggregations. By specifying an additional filter, you can also aggregate only among events matching the specified filter.

    Returns EventsAggregateAPI

Methods