Files
myeasycms-v2/packages/analytics
Giancarlo Buomprisco 465655fdd4 Enhanced Sidebar to support sub collapsible sections (#80)
* Enhanced Sidebar to support sub collapsible sections
* Data-Table: support getSortedRowModel
* Add missing renderAction; 
* Fix Sidebar on mobile
* Do not initialize Analytics Provider server side
* Do not bind i18Next until it's initialized
* Avoid infinite redirects in the auth path when Supabase emits a SIGNED_OUT event
* Force admin layout to be dynamic
2024-11-06 23:01:45 +08:00
..
2024-08-11 12:04:49 +02:00
2024-07-19 23:33:52 +08:00
2024-07-19 23:33:52 +08:00

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.

Implementation