File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33## master
44
5+ ## 7.1.0 (2019-06-11)
6+
57* Enhancements
68 * Option to include ` Logger.metadata ` in ` Sentry.LoggerBackend ` (#338 )
9+ * Send maximum length of args in stacktrace (#340 )
10+ * Fix dialyzer warning when using Sentry.Phoenix.Endpoint (#344 )
11+
12+ * Bug Fixes
13+ * Fix documentation error relating to File.cwd!() (#346 )
14+ * Add parens to File.cwd!() in documentation (#347 )
15+ * Check that DSN is binary (#348 )
716
817## 7.0.6 (2019-04-17)
918
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
44 def project do
55 [
66 app: :sentry ,
7- version: "7.0.6 " ,
7+ version: "7.1.0 " ,
88 elixir: "~> 1.7" ,
99 description: "The Official Elixir client for Sentry" ,
1010 package: package ( ) ,
You can’t perform that action at this time.
0 commit comments