mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 20:31:39 +02:00
🔥 Remove sentry from codebase
This commit is contained in:
parent
bc55268a17
commit
041ecf67fe
5 changed files with 0 additions and 242 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue