/elixir-appsignal-custom-plug

Example phoenix project with a custom plug that I'm trying to measure for AppSignal

Primary LanguageElixir

Chip

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server

Now visit

  • localhost:4000/foo
  • localhost:4000/bar
  • localhost:4000/custom

I would expect all 3 to show up in AppSignal, but only /foo and /bar show up while /custom is missing in action.