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 f9e0d7f commit 944eb21Copy full SHA for 944eb21
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 8.0.3 (2020-11-11)
4
+
5
+* Enhancements
6
+ * Update package & docs configuration (#432)
7
+ * Add Plug.Status filter example (#433)
8
+ * Support multiple source code root paths in Sentry.Sources (#437)
9
10
+* Bug Fixes
11
+ * Fix dialyzer reporting unmatched_return for Sentry.PlugCapture (#436)
12
+ * Align Sentry event levels with Elixir logging levels (#439)
13
14
## 8.0.2 (2020-09-06)
15
16
* Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project
- @version "8.0.2"
+ @version "8.0.3"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments