GlueDev / laravel-stackdriver

Enables logging, tracing and error reporting to Google Stackdriver for Laravel
MIT License
47 stars 26 forks source link

feat: option to ignore tracing for path #8

Closed ibrunotome closed 4 years ago

ibrunotome commented 4 years ago

This will prevent blacklisted paths to being traced. To prevent trace of Laravel Nova requests for example, just add the /nova-api to the blacklist array in the config file.

Closes #7