Skip to content

Commit e122627

Browse files
authored
revert disable analytics (#58953)
1 parent f22fea3 commit e122627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frame/lib/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export const minimumNotFoundHtml = `
3535
</small>
3636
`.replace(/\n/g, '')
3737

38-
export const ANALYTICS_ENABLED = false
39-
export const HOVERCARDS_ENABLED = false
38+
export const ANALYTICS_ENABLED = true
39+
export const HOVERCARDS_ENABLED = true

0 commit comments

Comments
 (0)