Report all errors to Honeybadger

This commit is contained in:
Claudio Ortolina
2026-02-26 20:47:16 +00:00
parent 205c1409e3
commit 77c5453fa8
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
defmodule MusicLibraryWeb.Router do
use MusicLibraryWeb, :router
use Honeybadger.Plug
import MusicLibraryWeb.Auth, only: [require_logged_in: 2, require_api_token: 2]
import Oban.Web.Router