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 11# Changelog
22
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 )
715
816## 8.0.4 (2020-11-16)
917
10- * Do not read DSN config at compile time (#441 )
18+ * Bug Fixes
19+ * Do not read DSN config at compile time (#441 )
1120
1221## 8.0.3 (2020-11-11)
1322
Original file line number Diff line number Diff line change 11defmodule Sentry.Mixfile do
22 use Mix.Project
33
4- @ version "8.0.4 "
4+ @ version "8.0.5 "
55 @ source_url "https://github.com/getsentry/sentry-elixir"
66
77 def project do
You can’t perform that action at this time.
0 commit comments