diff --git a/Model/SentryInteraction.php b/Model/SentryInteraction.php index 9a80845c7ae43c3fe096091a2a99f6ac371b8304..00a429ead468eaaea74731288a6e1a3ec3bb06a8 100644 --- a/Model/SentryInteraction.php +++ b/Model/SentryInteraction.php @@ -6,21 +6,21 @@ namespace JustBetter\Sentry\Model; // 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; use Magento\Framework\App\Area; use Magento\Framework\App\State; use Magento\Framework\Exception\LocalizedException; - use Magento\Framework\HTTP\PhpEnvironment\RemoteAddress; use Magento\Framework\ObjectManager\ConfigInterface; use ReflectionClass; use Sentry\State\Scope; +use function Sentry\captureException; +use function Sentry\configureScope; +use function Sentry\init; + class SentryInteraction { /**