Skip to content

Releases: elixir-error-tracker/error-tracker

v0.5.1

24 Dec 11:40
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.2.3

25 Aug 16:12
Compare
Choose a tag to compare

This release contains multiple bugfixes and adds the new csp_nonce_assign_key option that can be used when mounting the dashboard. This option allows you to pass a nonce key to sign both the CSS and JS assets when used in conjunction with restrictive content security policies.

What's Changed

  • Use CSP nonces for script and style tags by @crbelaus in #61
  • Use explicit column name for FK references by @crbelaus in #62
  • Update install guides migration example by @odarriba in #68
  • Do not store error if context/occurrence is not valid by @odarriba in #66

Full Changelog: v0.2.2...v0.2.3

v0.2.2

20 Aug 15:36
Compare
Choose a tag to compare

This release contains a fix for error search when using SQLite3. There are also a number of minor fixes and improvements to the dashboard and the documentation.

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Aug 15:21
Compare
Choose a tag to compare

This release fixes an error when using ErrorTracker with CockroachDB.

What's Changed

  • Ensure migration_timestamp is a varchar by @crbelaus in #44

Full Changelog: v0.2.0...v0.2.1