From dd89c0b3971cd527864d13d11d4e00647384588b Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:03:28 +0100 Subject: [PATCH] chore(core): 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 2f9f73ed71..5ec5590e61 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.