Closed
Description
At this moment this bundle doesn't yet have proper support for performance monitoring. I'm thinking about helping out and implementing it. But am unsure what would be the preferred way to implement it.
I could make a Tracing event listener that listens to the kernel.request
and kernel.terminate
events? What do you guys think?
Example of Laravel's implementation:
https://github.com/getsentry/sentry-laravel/blob/master/src/Sentry/Laravel/Tracing/Middleware.php