Skip to content

Query backtrace results custom limite option #1541

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

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Feb 20, 2024

Closes #1186

Usage:

// `true` get 5 as default
'backtrace'         => 2,      // Use a backtrace to find the origin of the query in your files.

'backtrace' => true, // Use a backtrace to find the origin of the query in your files.

return array_slice(array_filter($sources), 0, 5);

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.

Query backtrace results always limited to 5
2 participants