-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
Description
Description
from https://logfire.pydantic.dev/docs/how-to-guides/scrubbing/#keep-sensitive-data-out-of-urls it seems http.url won't be scrubbed even I define them in extra_patterns or scrub callback
i have some external vendor service which uses tokens like http://abc.com?key=[token], instruct httpx will print the sensitive token in traces. i want to scrub them so it won't leak in my trace, will it be supported or is there any workaround for it?