Skip to content

Commit

Permalink
Merge branch 'feature/configuration-per-store' of github.com:justbett…
Browse files Browse the repository at this point in the history
…er/magento2-sentry into feature/configuration-per-store
  • Loading branch information
indykoning committed Dec 12, 2024
2 parents 54e39a1 + cac3116 commit 3853fb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Model/SentryInteraction.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -19,6 +16,10 @@
use ReflectionClass;
use Sentry\State\Scope;

use function Sentry\captureException;
use function Sentry\configureScope;
use function Sentry\init;

class SentryInteraction
{
/**
Expand Down

0 comments on commit 3853fb0

Please sign in to comment.