This change ensures that each analytics service is initialized immediately after it is created. By calling the `initialize` method on the service, we ensure all necessary setup steps are performed. This prevents potential issues related to uninitialized service use.
Analytics - @kit/analytics
@kit/analytics Package provides a simple and consistent API for tracking analytics events in web applications.
Overview
This version of the @kit/analytics package uses classes internally for structure and encapsulation, but exposes a functional API for ease of use and consistency with Makerkit's style.