Hi Folks, How can I implement performance monitoring with Sentry. I went through the strapi-plugin-sentry plugin, but looks like it is used only for tracking errors.
I even tried by implementing this in ./config/plugins.js
Find the same issue. While Strapi successfully sends events to Sentry SAAS it sends nothing to self hosted Sentry when I change DSN in config/plugins.js
It seems like it does send something and gets 200 response but there is nothing in Sentry
The code from Strapi logs that should go to Sentry
[2024-02-23 11:11:25.685] error: Some error
Error: Some error
at /opt/app/src/api/faq-category/middlewares/middleware.js:31:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async policiesMiddleware (/opt/node_modules/@strapi/strapi/dist/services/server/policy.js:15:5)
at async /opt/node_modules/@strapi/strapi/dist/services/server/compose-endpoint.js:27:12
at async serve (/opt/node_modules/koa-static/index.js:59:5)
at async returnBodyMiddleware (/opt/node_modules/@strapi/strapi/dist/services/server/compose-endpoint.js:42:18)
at async policiesMiddleware (/opt/node_modules/@strapi/strapi/dist/services/server/policy.js:15:5)
at async /opt/node_modules/@strapi/strapi/dist/services/server/compose-endpoint.js:27:12
at async /opt/node_modules/@strapi/plugin-sentry/dist/server/index.js:31:7
at async /opt/node_modules/@strapi/strapi/dist/middlewares/body.js:45:9
Can I somehow trace what is the reason of this? There are no any errors in Sentry logs about some errors or similar. Just nothing