---
title: "Data Management"
description: "Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems."
url: https://docs.sentry.io/platforms/dotnet/guides/aws-lambda/data-management/
---

# Data Management | Sentry for AWS Lambda

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

  See what data is collected by the Sentry SDK.

* #### [Scrubbing Sensitive Data](https://docs.sentry.io/platforms/dotnet/guides/aws-lambda/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.

* #### [Debug Information Files](https://docs.sentry.io/platforms/dotnet/guides/aws-lambda/data-management/debug-files.md)

  Learn about how debug information files allow Sentry to extract stack traces and provide more information about crash reports for most compiled platforms.

## Pages in this section

- [Data Collected](https://docs.sentry.io/platforms/dotnet/guides/aws-lambda/data-management/data-collected.md)
- [Scrubbing Sensitive Data](https://docs.sentry.io/platforms/dotnet/guides/aws-lambda/data-management/sensitive-data.md)
- [Debug Information Files](https://docs.sentry.io/platforms/dotnet/guides/aws-lambda/data-management/debug-files.md)
