Skip to content

Commit 7149b40

Browse files
committed
Update README.md
1 parent ac1ebeb commit 7149b40

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -317,16 +317,17 @@ Laravel-User-Monitoring also has an amazing views that you can use it very easy,
317317
Maybe you may disable record visits for `Ajax` requests, you can use config to disable it:
318318

319319
```php
320-
'visit_monitoring' => [
321-
...
320+
'visit_monitoring' => [
321+
...
322322

323-
/*
324-
* If you want to disable visit monitoring in Ajax mode, set it to false.
325-
*/
326-
'ajax_requests' => true,
323+
/*
324+
* Enable or disable monitoring for AJAX requests.
325+
* Set to false if you do not wish to track AJAX-based page loads.
326+
*/
327+
'ajax_requests' => true,
327328

328-
...
329-
],
329+
...
330+
],
330331
```
331332

332333
When set to false, Ajax requests will not be recorded.

0 commit comments

Comments
 (0)