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

k0tkin's avatar

Is there any known bug in "laravel/telescope": "^4.6"

I have telescope enabled on my production (password protected with a custom URL) It is on paused state (Telescope recording is paused), but it gets activated (starts recording) on its own sometimes. So I want to know if there is a known bug or if I got hacked.

"laravel/framework": "^8.54", "laravel/telescope": "^4.6",

0 likes
5 replies
Sinnbeck's avatar

What do you mean it's paused? Disabled in config?

1 like
k0tkin's avatar

@Sinnbeck No, it is not disabled in the config file. Telescope is fully active. On the telescope page at the top right, there is a Play/Pause button For me, this button gets activated on its own; either this is a bug, or someone has access to my telescope page

Sinnbeck's avatar

@k0tkin pretty sure it just adds a small session cookie that remembers it state, and when it expires, it gets reset. But I don't see the problem? It's only whether the page updates or not

1 like

Please or to participate in this conversation.