We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72ee2c commit d73397cCopy full SHA for d73397c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v1.6.1
4
+
5
+### Fixed
6
+- pass along stacktrace from Plug.ErrorHandler to Bugsnag [#44](https://github.com/bugsnag-elixir/bugsnag-elixir/pull/44)
7
8
## v1.6.0
9
10
### Changed
mix.exs
@@ -4,7 +4,7 @@ defmodule Plugsnag.Mixfile do
def project do
[
app: :plugsnag,
- version: "1.6.0",
+ version: "1.6.1",
elixir: "~> 1.8",
package: package(),
description: "Bugsnag reporter for Elixir's Plug",
0 commit comments