# Configuration | Sentry for Unity

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

* #### [IL2CPP Line Numbers](https://docs.sentry.io/platforms/unity/configuration/il2cpp.md)

  Learn how the SDK provides line numbers to issues from IL2CPP builds.

* #### [App Not Responding (ANR)](https://docs.sentry.io/platforms/unity/configuration/app-not-responding.md)

  Learn how to turn off or specify ANR.

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

  Learn more about enabling SDK logging to help troubleshooting.

* #### [Event Debouncing](https://docs.sentry.io/platforms/unity/configuration/event-debouncing.md)

  Learn how the SDK handles high frequencies of events.

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

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

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

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

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

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

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

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

## Pages in this section

- [app-not-responding](https://docs.sentry.io/platforms/unity/configuration/app-not-responding.md)
- [diagnostic-logger](https://docs.sentry.io/platforms/unity/configuration/diagnostic-logger.md)
- [environments](https://docs.sentry.io/platforms/unity/configuration/environments.md)
- [event-debouncing](https://docs.sentry.io/platforms/unity/configuration/event-debouncing.md)
- [filtering](https://docs.sentry.io/platforms/unity/configuration/filtering.md)
- [il2cpp](https://docs.sentry.io/platforms/unity/configuration/il2cpp.md)
- [options](https://docs.sentry.io/platforms/unity/configuration/options.md)
- [releases](https://docs.sentry.io/platforms/unity/configuration/releases.md)
- [sampling](https://docs.sentry.io/platforms/unity/configuration/sampling.md)
