Closed justmobilize closed 2 years ago
Here the url is being built with build_absolute_uri() and thus not being updated with params_filters like the GET data does.
url
build_absolute_uri()
params_filters
GET
4.2.0
3.8
# (Insert code sample to reproduce the problem)
In django settings setting:
BUGSNAG["params_filters"] = ("key", "token")
Hi @justmobilize - thanks for raising this with us. We're going to look at a fix for this and will keep you updated on this thread 👍
Awesome!
This is now fixed in v4.2.1 🎉
Describe the bug
Here the
url
is being built withbuild_absolute_uri()
and thus not being updated withparams_filters
like theGET
data does.Steps to reproduce
params_filters
Environment
4.2.0
3.8
Example Repo
Example code snippet
In django settings setting:
Error messages:
``` ```