mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	feat: simple analitycs (#6683)
* Simple analytics for iframe and webpage * added logic for tracking specific categories of events to reduce it * enviroment vars clean up * fix: lint for index.html
This commit is contained in:
		@@ -20,14 +20,10 @@ REACT_APP_DEV_ENABLE_SW=
 | 
			
		||||
# whether to disable live reload / HMR. Usuaully what you want to do when
 | 
			
		||||
# debugging Service Workers.
 | 
			
		||||
REACT_APP_DEV_DISABLE_LIVE_RELOAD=
 | 
			
		||||
REACT_APP_DISABLE_TRACKING=true
 | 
			
		||||
 | 
			
		||||
FAST_REFRESH=false
 | 
			
		||||
 | 
			
		||||
# MATOMO
 | 
			
		||||
REACT_APP_MATOMO_URL=
 | 
			
		||||
REACT_APP_CDN_MATOMO_TRACKER_URL=
 | 
			
		||||
REACT_APP_MATOMO_SITE_ID=
 | 
			
		||||
 | 
			
		||||
#Debug flags
 | 
			
		||||
 | 
			
		||||
# To enable bounding box for text containers
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user