Skip to content

Commit bead368

Browse files
authored
Merge pull request #14514 from guardian/doml/revert-front-section-tracking
Revert 'Adds tracking to front sections'
2 parents be116d8 + c5cb995 commit bead368

File tree

3 files changed

+0
-133
lines changed

3 files changed

+0
-133
lines changed

dotcom-rendering/src/components/FrontSection.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,6 @@ export const FrontSection = ({
630630
data-component={ophanComponentName}
631631
data-container-name={containerName}
632632
data-container-level={containerLevel}
633-
data-collection-tracking={true}
634633
css={[
635634
fallbackStyles,
636635
containerStylesUntilLeftCol,

dotcom-rendering/src/components/FrontSectionTracker.importable.tsx

Lines changed: 0 additions & 127 deletions
This file was deleted.

dotcom-rendering/src/layouts/FrontLayout.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
MobileAdSlot,
1919
} from '../components/FrontsAdSlots';
2020
import { FrontSection } from '../components/FrontSection';
21-
import { FrontSectionTracker } from '../components/FrontSectionTracker.importable';
2221
import { HeaderAdSlot } from '../components/HeaderAdSlot';
2322
import { Island } from '../components/Island';
2423
import { LabsHeader } from '../components/LabsHeader';
@@ -706,10 +705,6 @@ export const FrontLayout = ({ front, NAV }: Props) => {
706705
/>
707706
</Island>
708707
</BannerWrapper>
709-
710-
<Island priority="feature" defer={{ until: 'idle' }}>
711-
<FrontSectionTracker />
712-
</Island>
713708
</>
714709
);
715710
};

0 commit comments

Comments
 (0)