-
-
Couldn't load subscription status.
- Fork 1.7k
Mask some query params during replay #15753
viclafouch
started this conversation in
Features / New SDKs (Integrations) / Ideas
-
Hello !
We have currently a leak in our app that shows what the user is typing when we look at the replay.
Capture d’écran 2025年03月20日 à 12 22 51Everything 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 :
- https://docs.sentry.io/platforms/javascript/session-replay/privacy/#example-scrubbing-urls
- Using
beforeBreadcrumband modifyingbreadcrumb.data.fromandbreadcrumb.data.to - Using
beforeSendand modifyingevent.request.url
Does anyone has the solution ?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment