-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session Replay Beta privacy by default and new intake URLs #1047
Comments
This is great news. I realize these features are new, but as you update to accommodate privacy concerns please make sure to create/update appropriate documentation regarding use-cases concerned common use-cases including GDPR such as here: https://www.dynatrace.com/support/help/how-to-use-dynatrace/data-privacy-and-security/data-privacy/dynatrace-compliance-with-gdpr-for-eu-citizens/ |
Thanks for your concerns. Some technical documentation has been added here. A more general document about GDPR is in the works. We will provide more use-cases and improved APIs to handle end-user consent in the future. |
Those two features have been released as part of |
Awesome - we will check them out |
In a few days, a Browser SDK version will be released with changes that could impact the setup of beta users of Session Replay.
Privacy by default
We introduce a new option to allow masking any text in the replay to make sure any private value is ignored. This option will be enabled by default on form inputs only (text input, checkbox, select, ...). To revert to the previous behavior where nothing is masked, use the
initialPrivacyLevel
option:More documentation will come in the future.
New intake URLs
We have also updated our systems for the handling of our intake endpoints before GA from
https://session-replay.browser-intake-datadoghq.com/v1/input/…
tohttps://session-replay.browser-intake-datadoghq.com/api/v2/…
. With that change, it may be an issue IF:Your environment CSP specifies a URL path. In this case, please use recommended CSP entries.
Your environment is using the RUM init
proxyHost
configuration option and your proxy is only catching the/v1/input/...
requests. In this case, please use the newproxyUrl
configuration option instead.The text was updated successfully, but these errors were encountered: