Hey!
I’m building a database logger in for my crew using Event Listeners. Everything is ok but I’m having a small issue with the Crew Events, here is one example log for the event:
CREW EVENT: timestamp=datetime.datetime(2025, 6, 10, 16, 31, 34, 310930) type='crew_kickoff_started' source_fingerprint=None source_type=None fingerprint_metadata=None crew_name='Example Crew' crew=None inputs=None
Do you know if the fact that crew is none instead of the actual crew object is a bug? it seems like it tbh but at the same time that field is optional in the event schema.
any ideas? Thanks!