EightPointsGuzzleBundle icon indicating copy to clipboard operation
EightPointsGuzzleBundle copied to clipboard

Make it easier to integrate with debug toolbar

Open umpirsky opened this issue 5 years ago • 2 comments

Use case

The bundle is required as dev dependency and used only in dev mode. The only feature used is debug toolbar integration (and maybe Symfony logs).

Proposition

Make it easier to use debug toolbar integration only, without the need to configure clients using this bundle format.

One way to do it can be using custom tag for clients, bundle then collect all tagged guzzle clients and do it's magic.

umpirsky avatar May 08 '19 15:05 umpirsky

Hi @umpirsky,

thanks for your proposal. You would like to use symfony debug toolbar with your "own" clients that have been created without this bundle, right? So by tagging them they should be integrated in debug toolbar? Is my understanding correct?

Cheers

florianpreusner avatar May 13 '19 11:05 florianpreusner

Yes, that would be very useful and flexible.

umpirsky avatar May 13 '19 17:05 umpirsky