From 34e213202abbefaa1b57ae5e8e661027eb6a0a1b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 6 Sep 2024 10:20:35 +0200 Subject: [PATCH] chore: Disable Ray by default --- config/ray.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.