mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🎉 Add sentry integration (frontend).
This commit is contained in:
parent
4275298f19
commit
02025bc70a
8 changed files with 297 additions and 150 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue