---
title: "Extended Configuration"
description: "Additional configuration options for the SDK."
url: https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/
---

# Extended Configuration | Sentry for Entity Framework

* #### [Options](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/options.md)

  Learn more about how the SDK can be configured via options. These are being passed to the init function and therefore set when the SDK is first initialized.

* #### [MSBuild Setup](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/msbuild.md)

  Configure MSBuild properties in your .NET project to automatically use the Sentry CLI.

* #### [Diagnostic Logger](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/diagnostic-logger.md)

  Learn more about enabling SDK logging to help troubleshooting.

* #### [Heap Dumps](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/heap-dumps.md)

  This experimental feature allows you to automatically capture heap dumps for your application.

* #### [HTTP Client Errors](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/http-client-errors.md)

  This feature, once enabled, automatically captures HTTP client errors, like bad response codes, as error events and reports them to Sentry.

* #### [GraphQL Client Errors](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/graphql-client-errors.md)

  This feature captures graphql-client errors and reports them to Sentry

* #### [Environments](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/environments.md)

  Learn how to configure your SDK to tell Sentry about your environments.

* #### [Releases & Health](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/releases.md)

  Learn how to configure your SDK to tell Sentry about your releases.

* #### [Sampling](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/sampling.md)

  Learn how to configure the volume of error and transaction events sent to Sentry.

* #### [Filtering](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/filtering.md)

  Learn more about how to configure your SDK to filter events reported to Sentry.

* #### [Shutdown and Draining](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/draining.md)

  Learn more about the default behavior of our SDK if the application shuts down unexpectedly.

* #### [Disable Integrations](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/disable-integrations.md)

  Learn more about the methods that disable integrations.

## Pages in this section

- [Options](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/options.md)
- [MSBuild Setup](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/msbuild.md)
- [Diagnostic Logger](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/diagnostic-logger.md)
- [Heap Dumps](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/heap-dumps.md)
- [HTTP Client Errors](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/http-client-errors.md)
- [GraphQL Client Errors](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/graphql-client-errors.md)
- [Environments](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/environments.md)
- [Releases & Health](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/releases.md)
- [Sampling](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/sampling.md)
- [Filtering](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/filtering.md)
- [Shutdown and Draining](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/draining.md)
- [Disable Integrations](https://docs.sentry.io/platforms/dotnet/guides/entityframework/configuration/disable-integrations.md)
