Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 15, 2023
1 parent ea5a5cc commit efe252e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SentryServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
use FoF\Sentry\Formatters\SentryFormatter;
use FoF\Sentry\Reporters\SentryReporter;
use Illuminate\Support\Arr;
use function Sentry\init;
use Sentry\SentrySdk;
use Sentry\State\HubInterface;
use Sentry\State\Scope;
use Sentry\Tracing\Transaction;
use Sentry\Tracing\TransactionContext;

use function Sentry\init;

class SentryServiceProvider extends AbstractServiceProvider
{
protected $measurements = [
Expand Down

0 comments on commit efe252e

Please sign in to comment.