Skip to content

Commit e656884

Browse files
committed
update changelog
1 parent 3f28901 commit e656884

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Enhancements
66
* Return a task when sending a Sentry event
7-
* Provide default scrubber for request body and headers (`Sentry.Plug.default_scrubber` and `Sentry.Plug.default_header_scrubber`)
7+
* Provide default scrubber for request body and headers (`Sentry.Plug.default_body_scrubber` and `Sentry.Plug.default_header_scrubber`)
88
* Header scrubbing can now be configured with `:header_scrubber`
99

1010
* Bug Fixes
@@ -13,5 +13,6 @@
1313
* Backward incompatible changes
1414
* `Sentry.capture_exception/1` now returns a `Task` instead of `{:ok, PID}`
1515
* Sentry.Plug `:scrubber` option now defaults to newly added `Sentry.Plug.default_scrubber/1`
16+
* 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`
1617
* New option for Sentry.Plug `:header_scrubber` defaults to newly added `Sentry.Plug.default_header_scrubber/1`
17-
* Because of above change, request bodies are now sent by default after being scrubbed by default scrubber. To prevent sending any data, `:scrubber` should be set to `nil`
18+
* 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)