-
-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Labels
Description
At this moment adding your own SQL logger is not possible because the set is fixed.
I've been working on the implementation of the Sentry Performance integration and after a lot of poking and prodding there just doesn't seem to be a way to do this nicely. So I had to come up with trickery by replacing the DbalLogger.
Would it be acceptable for you to give an PR that allows you to set your own custom logger next to the DbalLogger?
Link to sentry PR:
getsentry/sentry-symfony#426