-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Feature Request
Besides error tracking, Sentry also offers performance monitoring capabilities https://docs.sentry.io/product/performance/
Summary
It would probably be interesting to see this can also be used to trace performance metrics of certain operations like db transactions, controller execution or app bootstrap for example. It would also be available for the frontend where it could even gather web vitals metrics.
https://docs.sentry.io/platforms/php/performance/
https://docs.sentry.io/platforms/javascript/performance/
https://docs.sentry.io/product/performance/web-vitals/
We might be able to use or extend the already existing OCP\Diagnostics\IEventLogger for that in the server https://github.com/nextcloud/server/blob/215aef3cbdc1963be1bb6bca5218ee0a4b7f1665/lib/public/Diagnostics/IEventLogger.php#L31