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

# Configuration | Sentry for Laravel

* #### [Laravel Options](https://docs.sentry.io/platforms/php/guides/laravel/configuration/laravel-options.md)

  Learn about Sentry's integration with Laravel and its options for logs, breadcrumbs, and tracing.

* #### [Options](https://docs.sentry.io/platforms/php/guides/laravel/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/php/guides/laravel/configuration/environments.md)

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

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

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

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

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

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

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

## Pages in this section

- [Laravel Options](https://docs.sentry.io/platforms/php/guides/laravel/configuration/laravel-options.md)
- [Options](https://docs.sentry.io/platforms/php/guides/laravel/configuration/options.md)
- [Environments](https://docs.sentry.io/platforms/php/guides/laravel/configuration/environments.md)
- [Releases & Health](https://docs.sentry.io/platforms/php/guides/laravel/configuration/releases.md)
- [Sampling](https://docs.sentry.io/platforms/php/guides/laravel/configuration/sampling.md)
- [Filtering](https://docs.sentry.io/platforms/php/guides/laravel/configuration/filtering.md)
