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.
- publish
handle_errors
to avoid dialyzer error under erlang 25.1 #53
- add for
:filter_query_string
config option to filter values from query strings.
- pass along stacktrace from Plug.ErrorHandler to Bugsnag #44
- update dependency requirements to support bugsnag v3.0.0 please check the CHANGELOG
- expose public function handle_errors/3 to allow composition
- only report exceptions mapping to 5xx errors
- support only for elixir 1.6+