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

Allow additional excluded paths for db backtrace #944

Merged
merged 1 commit into from
May 24, 2020

Conversation

zhuston
Copy link
Contributor

@zhuston zhuston commented Jul 23, 2019

Our project uses a custom database connection and it was always listed as the file source in the backtrace. Adding this feature allowed us to make use of the very helpful backtraces.

@joeyrush
Copy link

+1

This is useful when using packages that intercept queries (such as model caching). In my case I'm applying a vendor trait to my base model and so every query in my debugbar is showing a vendor path, which I really don't care about

@barryvdh barryvdh merged commit 34f6b96 into barryvdh:master May 24, 2020
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.

3 participants