We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e76f7f8 + 8c0ee19 commit 4cd8fb9Copy full SHA for 4cd8fb9
lib/sentry/plug_context.ex
@@ -23,7 +23,7 @@ defmodule Sentry.PlugContext do
23
# and credit card information in plain text. To also prevent sending
24
# our sensitive "my_secret_field" and "other_sensitive_data" fields,
25
# we simply drop those keys.
26
- Sentry.Plug.default_body_scrubber(conn)
+ Sentry.PlugContext.default_body_scrubber(conn)
27
|> Map.drop(["my_secret_field", "other_sensitive_data"])
28
end
29
0 commit comments