We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482c905 commit c86ff71Copy full SHA for c86ff71
config/user-monitoring.php
@@ -146,6 +146,13 @@
146
* Determines whether to store `actions` even when the user is not logged in.
147
*/
148
'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' => [],
156
],
157
158
/*
0 commit comments