![]() |
Sentry CodeIgniter4 SDK Integration - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: Sentry CodeIgniter4 SDK Integration (/showthread.php?tid=92623) |
Sentry CodeIgniter4 SDK Integration - campio97 - 03-19-2025 Hello everyone, I am exploring the possibility of integrating Sentry with CodeIgniter 4. Has anyone already developed this integration? If not, would anyone be interested in collaborating on creating a dedicated Sentry-CodeIgniter4 SDK? For error logging, the basic Sentry-PHP SDK is sufficient, but when it comes to performance monitoring and tracing, a more integrated solution is necessary. CodeIgniter 4 already gathers all the essential data for performance and traces through its debug toolbar, which uses collectors (see: https://codeigniter4.github.io/userguide/testing/debugging.html). We could potentially leverage these collectors, making the development of the SDK relatively straightforward. What are your thoughts on this? Looking forward to your feedback and any potential collaboration! Best regards, PS: I opened a feature request on sentry-php sdk github too: https://github.com/getsentry/sentry-php/issues/1811 RE: Sentry CodeIgniter4 SDK Integration - InsiteFX - 03-24-2025 This may help you. Medium - Enrich your logging on Codeigniter 4 with Sentry RE: Sentry CodeIgniter4 SDK Integration - tiptopdesigns - 03-25-2025 The Sentry CodeIgniter4 SDK Integration allows you to easily track errors and monitor performance in CodeIgniter 4 applications. By configuring the Sentry SDK with your project’s DSN, you can automatically capture exceptions, errors, and performance data. It provides real-time alerts, identifies slow transactions, and captures user context for better insights, helping developers quickly address issues and improve the user experience. |