Skip to content

Commit ecd5bea

Browse files
committed
Add environment variable for request analytics ignore path
Replaced hardcoded analytics path with an environment variable. This allows for greater flexibility and easier configuration across environments.
1 parent af4b002 commit ecd5bea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/request-analytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
],
1717

1818
'ignore-paths' => [
19-
19+
env('REQUEST_ANALYTICS_PATHNAME', 'analytics'),
2020
],
2121
];

0 commit comments

Comments
 (0)