Hello there.
Maybe it looks like a newbie question (I`ve never used Sentry before), but why is the official php sdk GitHub - getsentry/sentry-php: The official PHP SDK for Sentry (sentry.io) so slow?
\Sentry\init([
'dsn' => '...',
]);
This adds ~11ms on php 8.1 with jit enabled. Without jit it takes ~25ms+
That totally prevents me from using sentry in our projects, because all our code execution usually takes no more then 8-10ms.
Can you recommend me any solutions?
May be there are any unofficial lightweight sdk?