🔥 Remove sentry from codebase

This commit is contained in:
Andrey Antukh 2022-09-21 11:07:54 +02:00
parent bc55268a17
commit 041ecf67fe
5 changed files with 0 additions and 242 deletions

View file

@ -13,7 +13,6 @@
[app.main.data.users :as du]
[app.main.data.websocket :as ws]
[app.main.errors]
[app.main.sentry :as sentry]
[app.main.store :as st]
[app.main.ui :as ui]
[app.main.ui.alert]
@ -75,7 +74,6 @@
(defn ^:export init
[]
(worker/init!)
(sentry/init!)
(i18n/init! cf/translations)
(theme/init! cf/themes)
(init-ui)