Check if an event was tracked
bool wasEventTracked(String eventName) { return trackedEvents.any((e) => e.name == eventName); }