You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
* Enhancements
6
6
* Cache environment config in application config (#393)
7
+
* Allow configuring LoggerBackend to send all messages, not just exceptions (e.g. `Logger.error("I am an error message")`)
7
8
8
9
* Bug Fixes
9
10
* fix request url port in payloads for HTTPS requests (#391)
@@ -12,10 +13,12 @@
12
13
* Change default `included_environments` to only include `:prod` by default (#370)
13
14
* Change default event send type to :none instead of :async (#341)
14
15
* Make hackney an optional dependency, and simplify Sentry.HTTPClient behaviour (#400)
15
-
* Use Logger.metadata for Sentry.Context, no longer return metadata values on set_* functions, and rename `set_http_context` to `set_request_context`
16
-
* Move excluded exceptions from Sentry.Plug to Sentry.DefaultEventFilter
17
-
* Remove Sentry.Plug and Sentry.Phoenix.Endpoint in favor of Sentry.PlugContext and Sentry.PlugCapture
18
-
* Remove feedback form rendering and configuration
16
+
* Use Logger.metadata for Sentry.Context, no longer return metadata values on set_* functions, and rename `set_http_context` to `set_request_context` (#401)
17
+
* Move excluded exceptions from Sentry.Plug to Sentry.DefaultEventFilter (#402)
18
+
* Remove Sentry.Plug and Sentry.Phoenix.Endpoint in favor of Sentry.PlugContext and Sentry.PlugCapture (#402)
19
+
* Remove feedback form rendering and configuration (#402)
20
+
* Logger metadata is now specified by key in LoggerBackend instead of enabled/disabled
21
+
*`Sentry.capture_exception/1` now only accepts exceptions
0 commit comments