Skip to content

Commit d922821

Browse files
authored
fix(insights): filter out ui.action in backend, and add to mobile (#80823)
This PR filters out `ui.action` transactions on the backend page, and adds it to the mobile page. (The backend page just displays whatever mobile and frontend do not, that's why we just add it to the mobile settings.ts)
1 parent 07c88ec commit d922821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/insights/pages/mobile/settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const OVERVIEW_PAGE_ALLOWED_OPS = [
99
'ui.action.swipe',
1010
'ui.action.scroll',
1111
'ui.action.click',
12+
'ui.action',
1213
'ui.load',
1314
'app.lifecycle',
1415
// navigation and pageload are seen in react-native

0 commit comments

Comments
 (0)