Skip to content

Commit c86ff71

Browse files
committed
Update user-monitoring.php
1 parent 482c905 commit c86ff71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/user-monitoring.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@
146146
* Determines whether to store `actions` even when the user is not logged in.
147147
*/
148148
'guest_mode' => true,
149+
150+
/*
151+
* Here you can define one or more conditions that determine whether an action
152+
* should be logged. Each condition must return a boolean (true = log action,
153+
* false = skip logging).
154+
*/
155+
'conditions' => [],
149156
],
150157

151158
/*

0 commit comments

Comments
 (0)