ErrorTracker - an Elixir-based built-in error tracking solution

For now that’s outside the scope, as the schemas used are thought to store Elixir/Erlang exceptions, and some features may not work as expected with JS exceptions. It is not impossible but not on the roadmap as for now.

As long as they are Elixir/Erlang applications and have the library installed, they can technically share the same database, at least in it’s current state. It may not be the recommended setup as you are going to see errors from other applications, but it can be done.

That’s definitively on the roadmap and will be released in a new version soon.

The library uses Phoenix and Ecto, and we are not using unescaped values anywhere, so the only thing to take care about is to put some protections on the UI to avoid anonymous people accessing it.

5 Likes