Skip to content

Commit

Permalink
chore: add sentry for error tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Feb 2, 2021
1 parent 8339121 commit df1da26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions resources/electron.html
Expand Up @@ -26,6 +26,8 @@
<title>Logseq: A local-first knowledge base</title>
<meta content="logseq" property="og:site_name">
<meta content="A local-first knowledge base which can be synced using Git." name="description">
<script crossorigin="anonymous" defer onload="Sentry.init({dsn: 'https://636e9174ffa148c98d2b9d3369661683@o416451.ingest.sentry.io/5311485'});" src="https://asset.logseq.com/static/js/sentry.min.js">
</script>
</head>
<body>
<div id="root">
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/version.cljs
@@ -1,3 +1,3 @@
(ns frontend.version)

(defonce version "0.0.5.3")
(defonce version "0.0.6")

0 comments on commit df1da26

Please sign in to comment.