mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 05:58:24 +02:00
🎉 Add analytics related event namespace.
This commit is contained in:
parent
04ab99c8ad
commit
8835216ca9
4 changed files with 249 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
(def worker-uri (obj/get global "penpotWorkerURI" "/js/worker.js"))
|
||||
(def translations (obj/get global "penpotTranslations"))
|
||||
(def themes (obj/get global "penpotThemes"))
|
||||
(def analytics (obj/get global "penpotAnalyticsEnabled" false))
|
||||
|
||||
(def version (delay (parse-version global)))
|
||||
(def target (delay (parse-target global)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue