Mask some query params during replay #15753
viclafouch
started this conversation in
Features / New SDKs (Integrations) / Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello !
We have currently a leak in our app that shows what the user is typing when we look at the replay.
Everything on the page is masked (including the input with ****), but as we using query params, the record is displaying the query params (check screenshot)
I tried multiple things, but doesn't work :
beforeBreadcrumb
and modifyingbreadcrumb.data.from
andbreadcrumb.data.to
beforeSend
and modifyingevent.request.url
Does anyone has the solution ?
Beta Was this translation helpful? Give feedback.
All reactions