-
Notifications
You must be signed in to change notification settings - Fork 57
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
SQL queries are not showing when opening request details #89
Comments
@AliOsm the best would be if you can clone repo, connect it in the your app and with binding.pry test see why it's not working |
The weird thing is in development I can see SQL queries and detailed views rendering times, but in production I can't. I'm saving data for 24 hours, could this be a reason? |
dont know, try to run locally in prod mode with binding.pry, try to change range of data, not sure what can be the reason |
I found the reason (hopefully :3). When I set |
@AliOsm oh I really don't remember, please continue investigation |
So can you just check if debug logging is enabled in one of your applications that is using the gem in production 😅 |
it's not enabled |
I think this issue is related to this one: What is the Rails version you are using in your application? |
As shown in the image, I can't see SQL queries details, and I'm pretty sure at least 1 request should be listed, any thought on this?
The text was updated successfully, but these errors were encountered: