We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I propose that you add the option to record dumps regardless of whether or not the dump watcher tab is open in the Telescope interface.
This could be done by allowing the TELESCOPE_RECORD_DUMP_WATCHER_ALWAYS environment variable to control this outcome.
TELESCOPE_RECORD_DUMP_WATCHER_ALWAYS
This can easily be achieved if we change L43 in DumpWatcher to the following:
DumpWatcher
if (! env('TELESCOPE_RECORD_DUMP_WATCHER_ALWAYS', false) && ! $this->cache->get('telescope:dump-watcher')) { return; }
The text was updated successfully, but these errors were encountered:
Feel free to attempt a PR 👍
Sorry, something went wrong.
Will do.
EDIT: #1199
No branches or pull requests
I propose that you add the option to record dumps regardless of whether or not the dump watcher tab is open in the Telescope interface.
This could be done by allowing the
TELESCOPE_RECORD_DUMP_WATCHER_ALWAYS
environment variable to control this outcome.This can easily be achieved if we change L43 in
DumpWatcher
to the following:The text was updated successfully, but these errors were encountered: