refactor: remove performance insights (Web Vitals) feature entirely
Remove Performance tab, PerformanceStats component, settings toggle, Web Vitals observers from tracking script, and all related API types and SWR hooks. Duration tracking is preserved.
This commit is contained in:
@@ -17,8 +17,6 @@ export interface Site {
|
||||
collect_device_info?: boolean
|
||||
collect_geo_data?: GeoDataLevel
|
||||
collect_screen_resolution?: boolean
|
||||
// Performance insights setting
|
||||
enable_performance_insights?: boolean
|
||||
// Bot and noise filtering
|
||||
filter_bots?: boolean
|
||||
// Hide unknown locations from stats
|
||||
@@ -48,8 +46,6 @@ export interface UpdateSiteRequest {
|
||||
collect_device_info?: boolean
|
||||
collect_geo_data?: GeoDataLevel
|
||||
collect_screen_resolution?: boolean
|
||||
// Performance insights setting
|
||||
enable_performance_insights?: boolean
|
||||
// Bot and noise filtering
|
||||
filter_bots?: boolean
|
||||
// Hide unknown locations from stats
|
||||
|
||||
Reference in New Issue
Block a user