Skip to content

Releases: elixir-error-tracker/error-tracker

v0.7.0

09 Nov 10:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

28 Mar 08:15

Choose a tag to compare

This release includes a new feature to mute error occurrences and a few improvements to the error grouping and the web dashboard navigation.

Note

This release includes schema changes, so a new migration to version: 5 of the schema is required.

What's Changed

Full Changelog: v0.5.2...v0.6.0

v0.5.2

13 Feb 15:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

24 Dec 11:40

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

26 Nov 16:05

Choose a tag to compare

This release includes a a new feature of breadcrumbs to track code execution before the error happened, a better support for Ash framework exceptions and various fixes and improvements.

Note

This release includes schema changes, so a new migration to version: 4 of the schema is required.

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Oct 12:20

Choose a tag to compare

This release includes a new behaviour for filtering sensible information from the context when tracking errors.

What's Changed

  • Add ErrorTracker.Filter behavior for modifying error context before tracking errors by @MSE99 in #94
  • Fix docs for Pruner default max_age value by @kevinschweikert in #96
  • Filter context only when tracking errors by @crbelaus in #100

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Sep 15:37

Choose a tag to compare

This new version adds support for MySQL/MariaDB and improves how Oban.PerformError occurrences are grouped.

What's Changed

  • Don't import private function name from router by @crbelaus in #91
  • Fix Oban.PerformError grouping by @odarriba in #92
  • Add typespecs for public functions by @MSE99 in #86
  • Add support for MySQL/MariaDB by @phihos in #89

New Contributors

Full Changelog: v0.2.6...v0.3.0

v0.2.6

08 Sep 10:28

Choose a tag to compare

What's Changed

Migrations

This release includes schema changes to improve pruner performance, so when upgrading you will need to execute migrations to version: 3. It applies to both PostgreSQL and SQLite systems.


Full Changelog: v0.2.5...v0.2.6

v0.2.5

02 Sep 16:16

Choose a tag to compare

This release tracks errors raised in LiveComponents and improves the error context handling in LiveViews.

What's Changed

  • Report errors that originate from LiveComponents by @numso in #74
  • Add LiveView event to context only during exceptions by @crbelaus in #78

New Contributors

  • @numso made their first contribution in #74

Full Changelog: v0.2.4...v0.2.5

v0.2.4

28 Aug 18:46

Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4