Releases: elixir-error-tracker/error-tracker
Releases · elixir-error-tracker/error-tracker
v0.2.0
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
- Allow mounting the dashboard without parens by @crbelaus in #33
- Add SQLite3 support and
meta
table by @odarriba in #31 - Fix some exceptions reporting by @odarriba in #36
- Fix prefix usage in PostgreSQL by @odarriba in #37
- Telemetry events by @odarriba in #38
- Unit tests by @crbelaus in #34
- Restyling by @vortizhe in #40
- Add icon and update README by @odarriba in #41
New Contributors
Full Changelog: v0.1.2...v0.2.0
v0.1.2
v0.1.1
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
- Add screenshots to the README by @crbelaus in #23
- Fix typos by @kianmeng in #24
- Force primary key type on migrations by @odarriba in #28
- CI updates and matrix of Elixir/Erlang versions by @odarriba in #29
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Release initial version with basic error-tracking functionality and UI.
What's Changed
- Oban like migration system by @crbelaus in #1
- Plug & Phoenix basic integration by @odarriba in #4
- Add Credo, CI and some documentation by @odarriba in #5
- Don't block the main process on dev by @crbelaus in #3
- Error context by @crbelaus in #2
- Improve Errors kind parsing by @odarriba in #6
- Handle Phoenix LiveView exceptions by @crbelaus in #9
- Initial dashboard & easy mounting by @odarriba in #12
- Dashboard by @crbelaus in #13
- Do not record cookies automatically by @crbelaus in #20
- Show occurrences count by @crbelaus in #21
- Do not fingerprint error reason by @crbelaus in #19
- Documentation by @odarriba in #22
New Contributors
Full Changelog: https://github.com/elixir-error-tracker/error-tracker/commits/v0.1.0