Setup Sentry

This commit is contained in:
Claudio Ortolina
2024-10-03 10:11:04 +01:00
parent a02e6a5fcf
commit ecce630ae4
6 changed files with 27 additions and 1 deletions
+3 -1
View File
@@ -59,7 +59,9 @@ defmodule MusicLibrary.MixProject do
{:gettext, "~> 0.20"},
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.5"}
{:bandit, "~> 1.5"},
{:sentry, "~> 10.2.0"},
{:hackney, "~> 1.8"}
]
end