All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.6 - 2025-02-11
- Also reports Logger messages if sent by Tower
0.3.5 - 2025-02-03
- Adds compatibility with tower 0.8.x by updating
tower
dependency requirement from{:tower, "~> 0.7.1"}
to{:tower, "~> 0.7.1 or ~> 0.8.0"}
.
0.3.4 - 2024-11-27
- Includes
Tower.Event.metadata
in reported ErrorTracker occurrence context
0.3.3 - 2024-11-19
- Properly format reported throw values
- Updates
tower
dependency from{:tower, "~> 0.6.0"}
to{:tower, "~> 0.7.1"}
.
0.3.2 - 2024-10-24
- Properly report common
:gen_server
abnormal exits
0.3.1 - 2024-10-21
- Allow
error_tracker
0.4+
0.3.0 - 2024-10-04
- Can include less verbose
TowerErrorTracker
as reporter instead ofTowerErrorTracker.Reporter
.
-
No longer necessary to call
Tower.attach()
in your applicationstart
. It is done automatically. -
Updates
tower
dependency from{:tower, "~> 0.5.0"}
to{:tower, "~> 0.6.0"}
.
0.2.0 - 2024-09-27
- Also reports uncaught
throw
s - Also reports abnomarl
exit
s - Includes request
method
andurl
as error context, if available
- Reports exceptions