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 199f031 commit 347beb8Copy full SHA for 347beb8
config/request-analytics.php
@@ -38,6 +38,40 @@
38
env('REQUEST_ANALYTICS_PATHNAME', 'analytics'),
39
'broadcasting/auth',
40
'livewire/*',
41
+ // Asset files
42
+ 'assets/*',
43
+ 'build/*',
44
+ 'storage/*',
45
+ '*.css',
46
+ '*.js',
47
+ '*.map',
48
+ '*.png',
49
+ '*.jpg',
50
+ '*.jpeg',
51
+ '*.gif',
52
+ '*.svg',
53
+ '*.ico',
54
+ '*.webp',
55
+ '*.woff',
56
+ '*.woff2',
57
+ '*.ttf',
58
+ '*.eot',
59
+ // Common files
60
+ 'favicon.ico',
61
+ 'robots.txt',
62
+ 'sitemap.xml',
63
+ 'manifest.json',
64
+ 'sw.js',
65
+ 'service-worker.js',
66
+ // Health checks and monitoring
67
+ 'health',
68
+ 'ping',
69
+ 'status',
70
+ 'up',
71
+ // API documentation
72
+ 'docs/*',
73
+ 'swagger/*',
74
+ 'redoc/*',
75
],
76
77
'skip_ips' => [
0 commit comments