Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Be able to specify only allowed paths #963

Merged
merged 1 commit into from
Oct 7, 2020

Conversation

u12206050
Copy link

Non-breaking changes.

Only start recording on the given paths if any are specified
Reason: It is a hassel if you only want to monitor a single path.

Example: Great for only monitoring api requests in production eg.:

    'only_allow_paths' => [
        'api/*'
    ],

If none are specified then it falls back to checking ignore_paths which is still the default.

@taylorotwell taylorotwell merged commit 54da1c7 into laravel:4.x Oct 7, 2020
@u12206050 u12206050 deleted the feat/only-paths branch December 25, 2020 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants