laravel / telescope

An elegant debug assistant for the Laravel framework.
https://laravel.com/docs/telescope
MIT License
4.84k stars 577 forks source link

Export Telescope Data #1492

Closed skdishansachin closed 3 months ago

skdishansachin commented 3 months ago

Summary

Telescope is a great tool for monitoring and debugging Laravel applications. However, it cannot export specific data, which can be a limitation in certain scenarios. It would be cool if they added the ability to export data in CSV or JSON formats.

Problem Statement

I came across a scenario while using Telescope to monitor an application, where I required specific request data. Since Telescope doesn't provide a way to export this data, I had to retrieve it directly from the database tables instead. It's not ideal to keep all Telescope monitoring data because it can grow huge. Although the prune option is there, it deletes all data, which may not always be suitable for specific requirements.

Proposed Solution

Introduce data export functionality in Telescope with the capabilities like :

Thank you!

driesvints commented 3 months ago

Thank you for your request. Right now we don't have plans to add this unfortunately. Should we get more requests for this we might consider the acceptation of a PR.