diff --git a/config/sentry.php b/config/sentry.php index 6476e31b..db394ef3 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -29,6 +29,12 @@ // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#send-default-pii 'send_default_pii' => env('SENTRY_SEND_DEFAULT_PII', false), + // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#ignore-exceptions + // 'ignore_exceptions' => [], + + // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#ignore-transactions + // 'ignore_transactions' => [], + // Breadcrumb specific configuration 'breadcrumbs' => [ // Capture Laravel logs as breadcrumbs