Commit 59d29679 authored by Qingyu Zhao's avatar Qingyu Zhao

Collect web performance metrics via Snowplow

parent dce382cc
......@@ -9,7 +9,7 @@ const DEFAULT_SNOWPLOW_OPTIONS = {
respectDoNotTrack: true,
forceSecureTracker: true,
eventMethod: 'post',
contexts: { webPage: true },
contexts: { webPage: true, performanceTiming: true },
formTracking: false,
linkClickTracking: false,
};
......
......@@ -28,7 +28,7 @@ describe('Tracking', () => {
respectDoNotTrack: true,
forceSecureTracker: true,
eventMethod: 'post',
contexts: { webPage: true },
contexts: { webPage: true, performanceTiming: true },
formTracking: false,
linkClickTracking: false,
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment