-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Winter release ❄️ (Clockwork 4.0) #274
Comments
The "on-demand mode" mode sounds nice, and "add request replay support" would be awesome. Going to try out 3.0! Thanks for the update 😃 |
An idea with the new multiple request feature is to have this information on the timeline of the main request. |
You need to check https://github.com/laravel/telescope. Anything it is tracking so can clockwork, and maybe even just be able to integrate etc. |
nice, was waiting for this to go public so I've took a look and no surprises, it works in a pretty similar way to clockwork - listen to a bunch of framework events, store the data in a database and present it in an spa. here are a couple of cool ideas I liked, some already on the todo list, some entirely fresh, that can make their way to clockwork in some form:
|
The thing I like about clockwork over telescope is that it is in the devtools. I don't want a whole tab dedicated to this. And also with clockwork you get requests just for that single tab whereas telescope is for all requests regardless of how they come in. This will be good for production (I would never run clockwork in production) but not as useful for development. I'll be using both, clockwork for development/debugging and telescope for a more general overview of things and also will be useful for emails/notifications. You can assume everyone who uses laravel will use telescope so it means some things it does better you can probably stop doing or integrate. For example your cache counts could link to telescopes cache page. |
What about showing all triggered events? next to Session tab we would have Events where it will show all events triggered, and option to show more details about every event? |
@Zolak94 Hey, we actually already do, available since Clockwork 3.0. If your app dispatches custom events you should see an "events" tab including payloads and listeners for each event (framework events are filtered by default). |
hi,How do I view the parameters passed by the laravel blade? (view template data) |
@StringKe Hey, you can deploy the Clockwork config file and remove "viewData" form the "filter" setting. Now you should see a new "views" tab with all rendered views including view data. Note that this is turned off by default since it can be a lot of extra data to collect, depending on what you pass in to your views. |
thinks |
This is a meta issue for tracking progress on the next major release (Clockwork 4.0), scheduled roughly for early 2019.
Clockwork server-side
Added support for collecting Redis commands #311)
Added support for collecting raw and json request data (body) #310)
viewData
filter (default)Under consideration
Clockwork app
Under consideration
Meta
The text was updated successfully, but these errors were encountered: