🎉 Add sentry integration (frontend).

This commit is contained in:
Andrey Antukh 2021-09-20 14:37:26 +02:00 committed by Andrés Moya
parent 4275298f19
commit 02025bc70a
8 changed files with 297 additions and 150 deletions

View file

@ -12,6 +12,7 @@
[app.main.data.events :as ev]
[app.main.data.messages :as dm]
[app.main.data.users :as du]
[app.main.sentry :as sentry]
[app.main.store :as st]
[app.main.ui :as ui]
[app.main.ui.confirm]
@ -103,6 +104,7 @@
(defn ^:export init
[]
(sentry/init!)
(i18n/init! cfg/translations)
(theme/init! cfg/themes)
(init-ui)