Issue
I have some concerns regarding data privacy and need to know if the SDK sets cookies. I am not referring to the cookies required when accessing the Sentry Web App
Applies To
- JavaScript SDK users
Resolution
Our SDKs do not set any cookies. Some SDK integrations will attach cookie data to events sent from the SDK as additional context. An example of this is the RequestData integration of our Node SDK. The integration can be configured to disable the attachment of cookies.