# Configuration | Sentry for Native

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

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

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

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

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

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

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

* #### [Filtering](https://docs.sentry.io/platforms/native/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/native/configuration/draining.md)

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

* #### [Backends](https://docs.sentry.io/platforms/native/configuration/backends.md)

  Learn more about backends, extending the functionality of the Sentry SDK for crash reporting.

* #### [Transports](https://docs.sentry.io/platforms/native/configuration/transports.md)

  Learn more about customizing how the Sentry SDK sends data to Sentry.
