Versions in this module Expand all Collapse all v1 v1.11.0 Jun 26, 2026 Changes in this version + type RecordedEvent struct + Name string + Properties map[string]any + type RecordingClient struct + Events []RecordedEvent + Identifies int + func (r *RecordingClient) Close() + func (r *RecordingClient) Identify(ctx context.Context) error + func (r *RecordingClient) Track(ctx context.Context, event string, properties map[string]any) error