-
Notifications
You must be signed in to change notification settings - Fork 590
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
Telescope not recording anything if APP_ENV isn't local #288
Comments
Check the |
I see. So, only exceptions / failed jobs / scheduled tasks / monitored tasks are available on production unless you edit this method. I would recommend adding to this to the documentation along with the part describing the gate method and maybe even specify the different $entry methods that are available and what they relate to. |
Also a few of the default checks for non-local environments simply return "false" by default at this point...i assume thats because its beta. |
Do you mean the |
ahhhhh. I missed that. Very nifty. Still, I know documentation is in its infancy but documenting the different checks would be useful. |
docs in the making :) feel free to send PR to the readme though |
in .env file you can add TELESCOPE_KEY = true |
So I set up Telescope on production. I then went into the gate and set it up as normal. I can get to /telescope but there was nothing logged. I tried clearing all my cache etc and still nothing. I then changed my APP_ENV from production to local and now it is logging everything appropriately.
Let me know if you need anything.
The text was updated successfully, but these errors were encountered: