class SessionStarted

Defined at line 32 of file ../../src/developer/debug/zxdb/client/analytics_event.h

This is distinct from the analytics default Invoke event, since this initializes this session_id.

This is issued upon any connection attempt after the session is constructed (we can't send the

event during Session construction because that happens before the analytics backend is

initialized, and that needs the session).

Public Methods

void SessionStarted (const std::string & session_id)

SessionStarted ----------------------------------------------------------------------------------

Defined at line 63 of file ../../src/developer/debug/zxdb/client/analytics_event.cc