Skip to content

Commit 4cd8fb9

Browse files
Merge pull request #452 from tylerbarker/update-sentry-docs
update stale reference to Sentry.Plug module in docs
2 parents e76f7f8 + 8c0ee19 commit 4cd8fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/plug_context.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule Sentry.PlugContext do
2323
# and credit card information in plain text. To also prevent sending
2424
# our sensitive "my_secret_field" and "other_sensitive_data" fields,
2525
# we simply drop those keys.
26-
Sentry.Plug.default_body_scrubber(conn)
26+
Sentry.PlugContext.default_body_scrubber(conn)
2727
|> Map.drop(["my_secret_field", "other_sensitive_data"])
2828
end
2929

0 commit comments

Comments
 (0)