Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikB2014 committed Oct 18, 2024
1 parent d05a14a commit f80a57f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {PlatformSelector} from 'sentry/views/insights/mobile/screenload/componen
import {ScreenRenderingContent} from 'sentry/views/insights/mobile/screenRendering/screenRenderingContent';
import {MODULE_TITLE} from 'sentry/views/insights/mobile/screenRendering/settings';
import {MobileHeader} from 'sentry/views/insights/pages/mobile/mobilePageHeader';
import {MODULE_FEATURE_MAP} from 'sentry/views/insights/settings';
import {ModuleName} from 'sentry/views/insights/types';

export function ScreenRenderingModule() {
Expand Down Expand Up @@ -52,7 +53,7 @@ function PageWithProviders() {
return (
<ModulePageProviders
moduleName="screen_load"
features="insights-initial-modules"
features={MODULE_FEATURE_MAP[ModuleName.SCREEN_RENDERING]}
analyticEventName="insight.page_loads.screen_load"
>
<ScreenRenderingModule />
Expand Down

0 comments on commit f80a57f

Please sign in to comment.