These integration guides are not official documentation and the Strapi Support Team will not provide assistance with them.
Debug faster with the Sentry plugin
The plugin will help you to log errors in your Strapi app and get context to identify the source of the problem. It will identify the previous events that led to an error, and what commit introduced the bug. Once installed, the plugin will send errors encountered in your application's end API to Sentry, attach useful metadata to Sentry events to help you with debugging.
Install the Sentry plugin for Strapi
To use the plugin, first, install the yarn or npm package, link Strapi to your Sentry project by entering your data source name (DSN) in your app's config/plugins.js file, and restart your app. All your errors will be logged on Sentry.