---
title: "Data Management"
description: "Learn about different ways to scrub data within your SDK before it gets sent to Sentry."
url: https://docs.sentry.io/platforms/javascript/guides/connect/data-management/
---

# Data Management | Sentry for Connect

* #### [Data Collected](https://docs.sentry.io/platforms/javascript/guides/connect/data-management/data-collected.md)

  See what data is collected by the Sentry SDK.

* #### [Scrubbing Sensitive Data](https://docs.sentry.io/platforms/javascript/guides/connect/data-management/sensitive-data.md)

  Learn about filtering or scrubbing sensitive data within the SDK, so that data is not sent with the event. You can also configure server-side scrubbing to ensure the data is not stored.

## Pages in this section

- [Data Collected](https://docs.sentry.io/platforms/javascript/guides/connect/data-management/data-collected.md)
- [Scrubbing Sensitive Data](https://docs.sentry.io/platforms/javascript/guides/connect/data-management/sensitive-data.md)
