����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.203 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/vendor/sentry/sentry-laravel/src/Sentry/Laravel/ |
Upload File : |
<?php namespace Sentry\Laravel; use Sentry\State\HubInterface; /** * @see \Sentry\State\HubInterface * * @method static \Sentry\ClientInterface|null getClient() * @method static \Sentry\EventId|null getLastEventId() * @method static \Sentry\State\Scope pushScope() * @method static bool popScope() * @method static void withScope(callable $callback) * @method static void configureScope(callable $callback) * @method static void bindClient(\Sentry\ClientInterface $client) * @method static \Sentry\EventId|null captureMessage(string $message, \Sentry\Severity|null $level = null, \Sentry\EventHint|null $hint = null) * @method static \Sentry\EventId|null captureException(\Throwable $exception, \Sentry\EventHint|null $hint = null) * @method static \Sentry\EventId|null captureEvent(\Throwable $exception, \Sentry\EventHint|null $hint = null) * @method static \Sentry\EventId|null captureLastError(\Sentry\EventHint|null $hint = null) * @method static bool addBreadcrumb(\Sentry\Breadcrumb $breadcrumb) * @method static \Sentry\Integration\IntegrationInterface|null getIntegration(string $className) * @method static \Sentry\Tracing\Transaction startTransaction(\Sentry\Tracing\TransactionContext $context, array $customSamplingContext = []) * @method static \Sentry\Tracing\Transaction|null getTransaction() * @method static \Sentry\Tracing\Span|null getSpan() * @method static \Sentry\State\HubInterface setSpan(\Sentry\Tracing\Span|null $span) */ class Facade extends \Illuminate\Support\Facades\Facade { protected static function getFacadeAccessor() { return HubInterface::class; } }