diff --git a/Model/SentryInteraction.php b/Model/SentryInteraction.php index 6adcd85..6406d3e 100644 --- a/Model/SentryInteraction.php +++ b/Model/SentryInteraction.php @@ -6,9 +6,6 @@ // phpcs:disable Magento2.Functions.DiscouragedFunction -use function Sentry\captureException; -use function Sentry\configureScope; -use function Sentry\init; use Magento\Authorization\Model\UserContextInterface; use Magento\Backend\Model\Auth\Session as AdminSession; use Magento\Customer\Model\Session as CustomerSession; @@ -19,6 +16,10 @@ use ReflectionClass; use Sentry\State\Scope; +use function Sentry\captureException; +use function Sentry\configureScope; +use function Sentry\init; + class SentryInteraction { /**