From 292b68d9b19c35d658b585e5f6b3ac2800bd8c1e Mon Sep 17 00:00:00 2001
From: Uku Taht <uku.taht@gmail.com>
Date: Fri, 26 Mar 2021 13:38:49 +0200
Subject: [PATCH] Remove unnecessary extra_applications

---
 mix.exs | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/mix.exs b/mix.exs
index b250c5f6..1d67aa6c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -36,15 +36,7 @@ defmodule Plausible.MixProject do
       mod: {Plausible.Application, []},
       extra_applications: [
         :logger,
-        :sentry,
-        :runtime_tools,
-        :timex,
-        :ua_inspector,
-        :ref_inspector,
-        :bamboo,
-        :bamboo_smtp,
-        :appsignal,
-        :cachex
+        :runtime_tools
       ]
     ]
   end
-- 
GitLab