Remove Sentry and Honeybadger

This commit is contained in:
Claudio Ortolina
2026-02-26 21:52:57 +00:00
parent aa9de04997
commit 1b934537ea
10 changed files with 1 additions and 60 deletions
+1 -1
View File
@@ -107,6 +107,6 @@ defmodule MusicLibraryWeb.Telemetry do
end
defp drop_unwanted_hosts(metadata) do
metadata.request.host =~ "archive.org" or metadata.request.host =~ "sentry.io"
metadata.request.host =~ "archive.org"
end
end