Skip to content

Releases: elixir-error-tracker/error-tracker

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

v0.2.3

25 Aug 16:12

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

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

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

v0.2.0

12 Aug 17:18

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

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

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

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