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
Your software version (Screenshot of your startup)
Detail description about this issue(error/log)
laravel-s 环境下使用 telescope,配置后请求不跟踪了,其他还需要配置吗。也配置了:APP_RUNNING_IN_CONSOLE=false
Some reproducible code blocks and steps
reproducible
steps
已修改:`app/Providers/EventServiceProvider.php` Event::listen('laravels.received_request', function ($request, $app) { $reflection = new \ReflectionClass(Telescope::class); $handlingApprovedRequest = $reflection->getMethod('handlingApprovedRequest'); $handlingApprovedRequest->setAccessible(true); $handlingApprovedRequest->invoke(null, $app) ? Telescope::startRecording() : Telescope::stopRecording(); });
The text was updated successfully, but these errors were encountered:
同样的问题,请求跟踪不了
Sorry, something went wrong.
hhxsv5
No branches or pull requests
Your software version (Screenshot of your startup)
Detail description about this issue(error/log)
laravel-s 环境下使用 telescope,配置后请求不跟踪了,其他还需要配置吗。也配置了:APP_RUNNING_IN_CONSOLE=false
Some
reproducible
code blocks andsteps
The text was updated successfully, but these errors were encountered: