ui: remove utm and tagged element from mobile filter

This commit is contained in:
nick-delirium 2025-02-24 16:00:31 +01:00
parent b406893d00
commit 1122ced4c3
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -1184,7 +1184,8 @@ const MOBILE_EXCLUDE = [
FilterKey.CLICK, FilterKey.INPUT, FilterKey.ERROR, FilterKey.CUSTOM,
FilterKey.LOCATION, FilterKey.FETCH, FilterKey.DOM_COMPLETE,
FilterKey.LARGEST_CONTENTFUL_PAINT_TIME, FilterKey.TTFB, FilterKey.USER_BROWSER,
FilterKey.PLATFORM
FilterKey.PLATFORM, FilterKey.TAGGED_ELEMENT, FilterKey.STATEACTION, FilterKey.UTM_CAMPAIGN,
FilterKey.UTM_SOURCE, FilterKey.UTM_MEDIUM, FilterKey.SLOW_SESSION
];
/**