Skip to content

Commit 8c0ee19

Browse files
author
Tyler
committed
fix typo referencing Sentry.Plug module
1 parent e76f7f8 commit 8c0ee19

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)