Code navigation with go to definition of modules and functions inside Livebook Optimum infrastructure generator for Elixir apps

ErrorTracker v0.3.0 has been released

We have just released a new version of ErrorTracker, the Elixir based built-in error tracker. This version adds a few new exciting features:

  • Support for MySQL and MariaDB. ErrorTracker now support all major open source relational database engines (PostgreSQL and SQLite were already supported).
  • Improved error grouping in the Oban integration. Previously errors from different Oban workers could be incorrectly grouped together.
  • Better docs and typespecs. The public API functions are now fully documented.

Take a look at the GitHub repository and the Hex.pm package for the detailed release notes and documentation.