Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

51 lines (29 loc) · 1.29 KB

Changelog

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.2 - 2024-12-18

Added

  • Include in the report whether the exception was handled or unhandled

0.3.1 - 2024-11-19

Fixed

  • Properly format reported throw values

Changed

  • Updates tower dependency from {:tower, "~> 0.6.0"} to {:tower, "~> 0.7.1"}.

0.3.0 - 2024-10-04

Added

  • Can include less verbose TowerSentry as reporter instead of TowerSentry.Reporter.

Changed

  • No longer necessary to call Tower.attach() in your application start. It is done automatically.

  • Updates tower dependency from {:tower, "~> 0.5.0"} to {:tower, "~> 0.6.0"}.

0.2.1 - 2024-09-13

Added

  • Includes user id in Sentry Event report if available

Dependencies

  • Support elixir 1.15+
  • Support sentry 10.3+