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 095415b commit dcad888Copy full SHA for dcad888
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
## master
4
5
+## 7.2.0 (2019-10-23)
6
+
7
+* Enhancements
8
+ * Allow filtering of Events using `before_send_event` (#364)
9
10
+* Bug Fixes
11
+ * Remove newline from Logger for API error (#351)
12
+ * Add docs for Sentry.Context (#352)
13
+ * Avoid error duplication for Plug errors (#355)
14
+ * Fix issue in Sentry.Sources docs around recompilation (#357)
15
16
## 7.1.0 (2019-06-11)
17
18
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
- version: "7.1.0",
+ version: "7.2.0",
elixir: "~> 1.7",
description: "The Official Elixir client for Sentry",
package: package(),
0 commit comments