diff --git a/config/ray.php b/config/ray.php index 08598c4e8..11dbf9d6f 100644 --- a/config/ray.php +++ b/config/ray.php @@ -6,7 +6,7 @@ return [ * * By default, `ray()` will only transmit data in non-production environments. */ - 'enable' => env('RAY_ENABLED', true), + 'enable' => env('RAY_ENABLED', false), /* * When enabled, all cache events will automatically be sent to Ray.