Skip to content

Commit da3f69d

Browse files
authored
Update insights.js
1 parent b7d6434 commit da3f69d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

view/frontend/web/insights.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ define(
3737
initializeAnalytics: function () {
3838
algoliaAnalytics.init({
3939
appId: this.config.applicationId,
40-
apiKey: this.config.apiKey,
41-
useCookie: true,
40+
apiKey: this.config.apiKey
4241
});
4342

4443
var userAgent = 'insights-js-in-magento (' + this.config.extensionVersion + ')';

0 commit comments

Comments
 (0)