We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5709d commit 2635176Copy full SHA for 2635176
1 file changed
lib/error_tracker/plug.ex lib/error_tracker/integrations/plug.exlib/error_tracker/plug.ex renamed to lib/error_tracker/integrations/plug.ex
@@ -1,4 +1,4 @@
1
-defmodule ErrorTracker.Plug do
+defmodule ErrorTracker.Integrations.Plug do
2
defmacro __using__(_opts) do
3
quote do
4
use Plug.ErrorHandler
0 commit comments