Skip to content

Releases: elixir-error-tracker/error-tracker

v0.2.0

12 Aug 17:18
Compare
Choose a tag to compare

This version adds some improvements to the library, mainly:

  • SQLite 3 compatibility
  • A better suite of tests
  • UI improvements
  • Telemetry events

Note: If you are already using ErrorTracker, you need to migrate the database schema to version 2.

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

06 Aug 13:25
Compare
Choose a tag to compare

This version fixes a bug that caused an error when loading the error tracker dashboard from a release.

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

01 Aug 19:02
Compare
Choose a tag to compare

This version fixes a bug that caused exceptions on applications that have Ecto configured to not use bigserial primary keys.

It also updates the documentation to remove some typos

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 Jul 14:41
Compare
Choose a tag to compare

Release initial version with basic error-tracking functionality and UI.

What's Changed

New Contributors

Full Changelog: https://github.com/elixir-error-tracker/error-tracker/commits/v0.1.0