Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Remove reference to sendBeacon flag which does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
i-like-robots committed Jun 19, 2019
1 parent 90e1f35 commit 1ecf0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/n-ui/tracking/ft/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const oTrackingWrapper = {
server: 'https://spoor-api.ft.com/ingest',
context: context,
user: userData,
useSendBeacon: flags.get('sendBeacon')
useSendBeacon: true
});

//teaser-testing (supersedes 'headline' testing). Add extra page context info related to the relevant teasers under test.
Expand Down

0 comments on commit 1ecf0fa

Please sign in to comment.