---
title: "Basic Configuration"
description: "Additional configuration options for the SDK."
url: https://docs.sentry.io/platforms/unreal/configuration/
---

# Basic Configuration | Sentry for Unreal Engine

* #### [Options](https://docs.sentry.io/platforms/unreal/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.

* #### [Crash Reporter](https://docs.sentry.io/platforms/unreal/configuration/crash-reporter.md)

  Learn about the crash reporters supported by the Sentry Unreal SDK.

* #### [Debug Symbols Uploading](https://docs.sentry.io/platforms/unreal/configuration/debug-symbols.md)

  Learn how the Unreal Engine SDK handles debug symbols upload.

* #### [App Hangs](https://docs.sentry.io/platforms/unreal/configuration/app-hangs.md)

  Learn how to detect and report application hangs in your Unreal Engine game.

* #### [Native Backend](https://docs.sentry.io/platforms/unreal/configuration/native-backend.md)

  Learn how to use the experimental native crash backend as an alternative to the default backend on Windows, Linux, and macOS.

* #### [Building Plugin Dependencies](https://docs.sentry.io/platforms/unreal/configuration/building-plugin-dependencies.md)

  Learn how to build platform SDK dependencies locally for advanced customization.

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

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

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

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

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

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

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

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

## Pages in this section

- [Options](https://docs.sentry.io/platforms/unreal/configuration/options.md)
- [App Hangs](https://docs.sentry.io/platforms/unreal/configuration/app-hangs.md)
- [Native Backend](https://docs.sentry.io/platforms/unreal/configuration/native-backend.md)
- [Building Plugin Dependencies](https://docs.sentry.io/platforms/unreal/configuration/building-plugin-dependencies.md)
- [Environments](https://docs.sentry.io/platforms/unreal/configuration/environments.md)
- [Releases & Health](https://docs.sentry.io/platforms/unreal/configuration/releases.md)
- [Sampling](https://docs.sentry.io/platforms/unreal/configuration/sampling.md)
- [Filtering](https://docs.sentry.io/platforms/unreal/configuration/filtering.md)
- [Crash Reporter](https://docs.sentry.io/platforms/unreal/configuration/crash-reporter.md)
- [Debug Symbols Uploading](https://docs.sentry.io/platforms/unreal/configuration/debug-symbols.md)
