summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-06 14:48:45 +0200
committerhref <href@random.sh>2021-09-06 14:48:45 +0200
commit27498e35ccb1259013c3961a058bae56cb225fe3 (patch)
tree3c0102ac3707d2c32654d0cc15dda19f8f850182 /mix.exs
parenthu (diff)
Add sentry
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index e6160e9..83964c2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -72,6 +72,7 @@ defmodule LSG.Mixfile do
{:ex2ms, "~> 1.0"},
{:polyjuice_client, git: "https://git.random.sh/ircbot/polyjuice_client.git", branch: "master", override: true},
{:matrix_app_service, git: "https://git.random.sh/ircbot/matrix_app_service.ex.git", branch: "master"},
+ {:sentry, "~> 8.0.5"},
]
end
end