Skip to content

Commit 1cf9faa

Browse files
committed
🎉 INT-671: enable google analytics.
1 parent 25b8be3 commit 1cf9faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ var FEATURES = {
255255
'Connect with LDAP': false,
256256
'Connect with X.509': false,
257257
intercom: true,
258-
bugsnag: true
258+
bugsnag: true,
259+
'google-analytics': true
259260
};
260261

261262
app.extend({

0 commit comments

Comments
 (0)