aboutsummaryrefslogtreecommitdiffstats
path: root/src/sentry.js
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-31 14:55:19 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-31 14:55:19 +0700
commitfc6e64329773f29fc9eee28bc3f4a1a1b01f218d (patch)
tree1c28572f97ee8a3d842f30c6741111183a478fc5 /src/sentry.js
parent#178 Fetch in-app news from Ferdi server only (diff)
downloadferdium-app-fc6e64329773f29fc9eee28bc3f4a1a1b01f218d.tar.gz
ferdium-app-fc6e64329773f29fc9eee28bc3f4a1a1b01f218d.tar.zst
ferdium-app-fc6e64329773f29fc9eee28bc3f4a1a1b01f218d.zip
#160 Setup Sentry for Electron
Diffstat (limited to 'src/sentry.js')
-rw-r--r--src/sentry.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sentry.js b/src/sentry.js
new file mode 100644
index 000000000..4f6d7205d
--- /dev/null
+++ b/src/sentry.js
@@ -0,0 +1,5 @@
1import * as Sentry from '@sentry/electron';
2
3Sentry.init({
4 dsn: 'https://f3d022fbcf6243a68a58d681c2122ee4@sentry.io/1803053',
5});