Skip to content

Commit

Permalink
fix(insights): screen rendering analytic event name incorrect (#80413)
Browse files Browse the repository at this point in the history
Copy paste error, we were setting the `analyticEventName` to
`screen_load` in the screen rendering module.
  • Loading branch information
DominikB2014 authored Nov 7, 2024
1 parent 2671617 commit 2f9d40b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function PageWithProviders() {
<ModulePageProviders
moduleName="screen_load"
features={MODULE_FEATURE_MAP[ModuleName.SCREEN_RENDERING]}
analyticEventName="insight.page_loads.screen_load"
analyticEventName="insight.page_loads.screen_rendering"
>
<ScreenRenderingModule />
</ModulePageProviders>
Expand Down

0 comments on commit 2f9d40b

Please sign in to comment.