Remove Sentry and Honeybadger
This commit is contained in:
@@ -9,10 +9,6 @@ defmodule MusicLibrary.Application do
|
||||
|
||||
@impl true
|
||||
def start(_type, _args) do
|
||||
:logger.add_handler(:my_sentry_handler, Sentry.LoggerHandler, %{
|
||||
config: %{metadata: [:file, :line]}
|
||||
})
|
||||
|
||||
_ = Assets.Cache.new()
|
||||
|
||||
children = [
|
||||
|
||||
Reference in New Issue
Block a user