Skip to content
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

Closed
BenoitZugmeyer opened this issue Sep 14, 2021 · 4 comments
Closed

Session Replay Beta privacy by default and new intake URLs #1047

BenoitZugmeyer opened this issue Sep 14, 2021 · 4 comments

Comments

@BenoitZugmeyer
Copy link
Member

BenoitZugmeyer commented Sep 14, 2021

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:

DD_RUM.init({
  ...,
  defaultPrivacyLevel: 'allow'
})

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/… to https://session-replay.browser-intake-datadoghq.com/api/v2/…. With that change, it may be an issue IF:

@codemouse
Copy link

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/

@BenoitZugmeyer
Copy link
Member Author

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.

@BenoitZugmeyer
Copy link
Member Author

Those two features have been released as part of v3.6.0 🎉 Let us know what you think.

@codemouse
Copy link

Awesome - we will check them out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants