File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## next release
4
- * Deprecate ` Sentry.Config.in_app_module_whitelist ` in favor of ` Sentry.Config.in_app_module_allow_list ` (#450 )
5
- * Update outdated ` Sentry.Plug ` documentation (#452 )
6
- * Update ` Sentry.HTTPClient ` documentation (#456 )
3
+ ## Unreleased
4
+
5
+ ## 8.0.5 (2021-02-14)
6
+
7
+ * Enhancements
8
+ * Support lists in scrubbing (#442 )
9
+ * Send Sentry reports on uncaught throws/exits (#447 )
10
+
11
+ * Bug Fixes
12
+ * Deprecate ` Sentry.Config.in_app_module_whitelist ` in favor of ` Sentry.Config.in_app_module_allow_list ` (#450 )
13
+ * Update outdated ` Sentry.Plug ` documentation (#452 )
14
+ * Update ` Sentry.HTTPClient ` documentation (#456 )
7
15
8
16
## 8.0.4 (2020-11-16)
9
17
10
- * Do not read DSN config at compile time (#441 )
18
+ * Bug Fixes
19
+ * Do not read DSN config at compile time (#441 )
11
20
12
21
## 8.0.3 (2020-11-11)
13
22
Original file line number Diff line number Diff line change 1
1
defmodule Sentry.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "8.0.4 "
4
+ @ version "8.0.5 "
5
5
@ source_url "https://github.com/getsentry/sentry-elixir"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments