Skip to content

Commit 34e2132

Browse files
committed
chore: Disable Ray by default
1 parent e7ab43c commit 34e2132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* By default, `ray()` will only transmit data in non-production environments.
88
*/
9-
'enable' => env('RAY_ENABLED', true),
9+
'enable' => env('RAY_ENABLED', false),
1010

1111
/*
1212
* When enabled, all cache events will automatically be sent to Ray.

0 commit comments

Comments
 (0)