• Records custom events for tracking specific user actions or system events. Use this for important milestones, user interactions, or significant state changes in the application.

    Parameters

    • eventName: string

      Descriptive name for the event

    Returns void

      recordEvent('theme-dev-started')
    recordEvent('file-watcher-connected')