Skip to main content

Does the SDK set cookies?

Updated over a month ago

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.

For JavaScript, you can find all our auto enabled integrations, and which ones use additional context here.

Did this answer your question?