You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here?
Will try to create repository tonight, for now some more info from @LWlook: In the RequestWatcher class, on line 201, the response data is converted directly to an array without first applying the contentWithinLimits method. This results in the full response data being logged in Telescope, even when a smaller size_limit configuration is set.
Telescope Version
5.2.5
Laravel Version
11.31
PHP Version
8.3
Database Driver & Version
Mariadb 10.11.9
Description
It seems large sized requests are no longer purged. TELESCOPE_RESPONSE_SIZE_LIMIT is at default 128 and my requests are never purged.
I've tried in new project as well.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: