We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f543e6 commit 35252e7Copy full SHA for 35252e7
src/sentry/src/Aspect/SentrySdkAspect.php
@@ -31,7 +31,6 @@ class SentrySdkAspect extends AbstractAspect
31
32
public function process(ProceedingJoinPoint $proceedingJoinPoint)
33
{
34
- // Do nothing, just for class mapping.
35
return match ($proceedingJoinPoint->methodName) {
36
'init' => $this->handleInit($proceedingJoinPoint),
37
'setCurrentHub' => $this->handleSetCurrentHub($proceedingJoinPoint),
0 commit comments