diff --git a/mix.exs b/mix.exs index b250c5f6d7f54329e028ddef68844ddff1de18c5..1d67aa6cc29758c0bab851dacbf8707e7f2273d1 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