chore(core): disable ray by default

This commit is contained in:
peaklabs-dev
2025-03-28 18:03:28 +01:00
parent 08ebeaf5b1
commit dd89c0b397
+1 -1
View File
@@ -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.