How to track errors in production for Phoenix Live Applications

I have been using Django before this. Out-of-box, Django emails the admins in case of any errors. The email contain the full traceback along with additional details.

Can we configure Phoenix applications to also email us the errors? Or what is the right way around this? How does the community track errors in production apps?

2 Likes

You have solutions like:

  • Honeybadger
  • Sentry
  • AppSignal
  • Rollbar
    Check this out:
2 Likes