Sentry CodeIgniter4 SDK Integration |
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...gging.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 |
Messages In This Thread |
Sentry CodeIgniter4 SDK Integration - by campio97 - 03-19-2025, 03:38 AM
RE: Sentry CodeIgniter4 SDK Integration - by InsiteFX - 03-24-2025, 10:00 PM
RE: Sentry CodeIgniter4 SDK Integration - by tiptopdesigns - 03-25-2025, 02:10 AM
|