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 d245842 commit b2098cdCopy full SHA for b2098cd
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Unreleased
4
5
+## 8.0.6 (2021-02-14)
6
+
7
+* Bug Fixes
8
+ * Remove function that disables non-group leader logging (#467)
9
+ * Handle :unsampled events in `Sentry.send_test_event` (#474)
10
+ * Fix dialyzer reporting unmatched\_return for Sentry.PlugCapture (#475)
11
+ * Use correct `Plug.Parsers` exception module (#482)
12
13
## 8.0.5 (2021-02-14)
14
15
* Enhancements
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Sentry.Mixfile do
use Mix.Project
- @version "8.0.5"
+ @version "8.0.6"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments