Skip to content

Commit cbb2e1c

Browse files
committed
clean up changelog
1 parent 6eb99c1 commit cbb2e1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
* Backward incompatible changes
1414
* `Sentry.capture_exception/1` now returns a `Task` instead of `{:ok, PID}`
15-
* Sentry.Plug `:scrubber` option now defaults to newly added `Sentry.Plug.default_scrubber/1`
1615
* Sentry.Plug `:scrubber` option has been removed in favor of the more descriptive `:body_scrubber`option, which defaults to newly added `Sentry.Plug.default_scrubber/1`
1716
* New option for Sentry.Plug `:header_scrubber` defaults to newly added `Sentry.Plug.default_header_scrubber/1`
1817
* Request bodies were not previously sent by default. Because of above change, request bodies are now sent by default after being scrubbed by default scrubber. To prevent sending any data, `:body_scrubber` should be set to `nil`

0 commit comments

Comments
 (0)