Skip to content

rts: Separate population of eventTypes from initial event generation

Ben Gamari requested to merge wip/init-event-types into master

Previously these two orthogonal concerns were both implemented in postHeaderEvents which made it difficult to send header events after RTS initialization.

Merge request reports