Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

anduen-beqiri's avatar

anduen-beqiri wrote a reply+100 XP

3mos ago

Should I use laravel telescope in production ?

Honestly i started using in dev and continuing using in production. As it is useful in develoment it's also useful in prodution. It's quite useful identifiying what is the cause of the errors especially if i combined with the library bekand/telescope-request-track. In terms of performance and security it there were issues whatsoever, just make sure to add a max age to records to avoid storing too many data in your database (example: telescope:prune --hours=48)